summaryrefslogtreecommitdiff
path: root/lib/examples/client.conf
blob: fe2ded5354c9f501441e783612ef413dc0b6ee8b (plain)
1
2
3
4
5
6
7
8
9
10
config blocking {
    type = "UDP"
    server {
        hostname = "localhost"
	service = "1820"
	secret = "sikrit"
	timeout = 1         /* optional */
	tries = 10	      /* optional */
    }
}