Don't touch TLS specific things w/o RS_ENABLE_TLS.
[libradsec.git] / lib / examples / client-udp.conf
1 config blocking-udp {
2     type = "UDP"
3     timeout = 2
4     retries = 2
5     server {
6         hostname = "127.0.0.1"
7         service = "1820"
8         secret = "sikrit"
9     }
10 }