diff options
author | linus <linus@nordu.net> | 2011-01-19 16:47:37 +0100 |
---|---|---|
committer | linus <linus@nordu.net> | 2011-01-19 16:47:37 +0100 |
commit | 75732c2f1247725bf512b152450306157b56d78f (patch) | |
tree | 065948ef3a95b016d0921ba0e06ce5631484fa99 /lib/tests/test.conf | |
parent | 54eeaa8284b754879f02ee1b76094e377c00ab7b (diff) |
Add basic testing code.
Diffstat (limited to 'lib/tests/test.conf')
-rw-r--r-- | lib/tests/test.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/tests/test.conf b/lib/tests/test.conf new file mode 100644 index 0000000..2f65a80 --- /dev/null +++ b/lib/tests/test.conf @@ -0,0 +1,8 @@ +config test-udp { + type = "UDP" + server { + hostname = "localhost" + service = "1820" + secret = "sikrit" + } +} |