summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-23 15:27:33 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-23 15:27:33 +0000
commit78d5d6ac9bfc8a7bee7e5c7ddd2e5ef9489d0557 (patch)
tree840f57e66951c6c2b06a2f9da1b77fe4fb097601 /etc
parentcleaner naming for updateRoutingTreeUnlocked now (diff)
some documentation
Diffstat (limited to 'etc')
-rw-r--r--etc/anytun/client1/config4
-rw-r--r--etc/anytun/client2/config4
-rw-r--r--etc/anytun/client3/config4
3 files changed, 12 insertions, 0 deletions
diff --git a/etc/anytun/client1/config b/etc/anytun/client1/config
index ae08ac8..ff36b38 100644
--- a/etc/anytun/client1/config
+++ b/etc/anytun/client1/config
@@ -31,6 +31,10 @@ auth-algo sha1
#control-host 127.0.0.1:4445
### Connection Parameters (for clients without config server)
+## Allow all ipv4 and ipv6 traffic
+## this does not set operating system routes
+route 0.0.0.0/0
+route ::/0
## remote host
remote-host example.com
## remote port
diff --git a/etc/anytun/client2/config b/etc/anytun/client2/config
index 6c2a1b5..b1351f0 100644
--- a/etc/anytun/client2/config
+++ b/etc/anytun/client2/config
@@ -31,6 +31,10 @@ auth-algo sha1
#control-host 127.0.0.1:4445
### Connection Parameters (for clients without config server)
+## Allow all ipv4 and ipv6 traffic
+## this does not set operating system routes
+route 0.0.0.0/0
+route ::/0
## remote host
remote-host example.com
## remote port
diff --git a/etc/anytun/client3/config b/etc/anytun/client3/config
index 3d8ab04..b19b109 100644
--- a/etc/anytun/client3/config
+++ b/etc/anytun/client3/config
@@ -31,6 +31,10 @@ auth-algo sha1
#control-host 127.0.0.1:4445
### Connection Parameters (for clients without config server)
+## Allow all ipv4 and ipv6 traffic
+## this does not set operating system routes
+route 0.0.0.0/0
+route ::/0
## remote host
remote-host example.com
## remote port