summaryrefslogtreecommitdiff
path: root/lib/tests/test.conf
blob: 2f65a80dd3411fccfadc59f02474878866ca5218 (plain)
1
2
3
4
5
6
7
8
config test-udp {
    type = "UDP"
    server {
        hostname = "localhost"
	service = "1820"
	secret = "sikrit"
    }
}