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