diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-04 01:31:01 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-04 01:31:01 +0200 |
commit | 0065f2622cc3bdf1e5cfd322fbb890a25afef8d8 (patch) | |
tree | 078425b00c8cd28eef9d9dd5ab9ef2d714a4ae01 /lib/examples/client.conf | |
parent | dcfb8bca7400c5db4fafbed7aa9395e5f3277d9b (diff) |
WIP -- reading configuration.
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 */ + } +} |