diff options
Diffstat (limited to 'lib/examples/client.conf')
-rw-r--r-- | lib/examples/client.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/examples/client.conf b/lib/examples/client.conf new file mode 100644 index 0000000..5f9536f --- /dev/null +++ b/lib/examples/client.conf @@ -0,0 +1,10 @@ +realm blocking { + type = "UDP" + server { + hostname = "localhost" + service = "1820" + secret = "sikrit" + timeout = 1 /* optional */ + tries = 10 /* optional */ + } +} |