summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
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