summaryrefslogtreecommitdiff
path: root/etc/anytun
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-04-11 19:08:48 +0000
committerOthmar Gsenger <otti@anytun.org>2008-04-11 19:08:48 +0000
commit0955bb2436f96c4f9dfc53d8366ef799959702b3 (patch)
treeee0536b58520ef1a4f25537f848846ab68d2cfc2 /etc/anytun
parentanytun-controld: bind to option (diff)
working example server and client
Diffstat (limited to 'etc/anytun')
-rw-r--r--etc/anytun/server/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/anytun/server/config b/etc/anytun/server/config
index fe5f05b..449568f 100644
--- a/etc/anytun/server/config
+++ b/etc/anytun/server/config
@@ -10,7 +10,7 @@ port 4444
## local unicast(sync) ip address to bind to
# sync-interface <ip-address>
## local unicast(sync) port to bind to
-#sync-port <port>
+#sync-port 1234
## remote hosts to sync with
#sync-hosts <hostname|ip>:<port>[,<hostname|ip>:<port>[...]]
## Device name
@@ -30,6 +30,8 @@ auth-algo sha1
## 1st argument the local address for the tun/tap device
## 2nd argument is either the remote address(tun) or netmask(tap)
#ifconfig <local> <remote|netmask>
+## Controll Host for multi client support
+#control-host 127.0.0.1:4445
### Connection Parameters (for clients without config server)
## remote host