summaryrefslogtreecommitdiff
path: root/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'example.conf')
-rw-r--r--example.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/example.conf b/example.conf
new file mode 100644
index 0000000..647fd44
--- /dev/null
+++ b/example.conf
@@ -0,0 +1,12 @@
+listen * 8000
+{
+ remote: www.google.at 80;
+ remote-resolv: ipv6;
+ source: 2a02:3e0:2002:1:215:58ff:fe31:2ce7;
+};
+
+listen 2a02:3e0:2002:1:215:58ff:fe31:2ce7 xmpp-server
+{
+ remote: www.google.at www;
+ remote-resolv: ipv4;
+};