summaryrefslogtreecommitdiff
path: root/contrib/example.conf
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-12-05 09:05:18 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-12-05 09:05:18 +0000
commit05c14c6459b2c60f281f1ff5e09a21acbae5e84c (patch)
tree6bdda25abd50a31e44b6783641f13f08c8f30212 /contrib/example.conf
parentcleaned parser a bit (diff)
fixed install target
added initscript and default file referring to rinetd in manpage git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@31 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
Diffstat (limited to 'contrib/example.conf')
-rw-r--r--contrib/example.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/example.conf b/contrib/example.conf
new file mode 100644
index 0000000..647fd44
--- /dev/null
+++ b/contrib/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;
+};