Split example config in two files.
[radsecproxy.git] / lib / examples / client-udp.conf
1 config blocking-udp {
2     type = "UDP"
3     server {
4         hostname = "localhost"
5         service = "1820"
6         secret = "sikrit"
7         timeout = 1         /* optional */
8         tries = 10            /* optional */
9     }
10 }