summaryrefslogtreecommitdiff
path: root/lib/tests/test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/test.conf')
-rw-r--r--lib/tests/test.conf8
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"
+ }
+}