Rename top level token "realm" --> "config".
[libradsec.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 }