summarylogtreecommitdiffstats
path: root/README.tun-cfg
diff options
context:
space:
mode:
Diffstat (limited to 'README.tun-cfg')
-rw-r--r--README.tun-cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.tun-cfg b/README.tun-cfg
index b193ef7637b7..0999fe57fb5e 100644
--- a/README.tun-cfg
+++ b/README.tun-cfg
@@ -1,4 +1,4 @@
-Tunnel-configurer version 1.7.1
+Tunnel-configurer version 1.8
Client-server IP tunnel configuration via the same IP tunnel.
-- vtund.conf --
@@ -64,6 +64,8 @@ LOCAL=server.vpn
ROUTES='10.10.10.0/24 10.10.0.0/24'
# kill connection on server side if client still not configured
ABORT=yes
+ # No client's callback to server, confirmation by ping
+CALLBACK=0
-- Command-line description --
ifconfig wrapper:
@@ -99,6 +101,7 @@ noroutes|-r : server - Don't send any routes from config
: client - Don't get IPv4 routes from server
no6routes|-R : Don't get IPv6 routes from server (client only)
timeout|-t <sec> : default=10, 0=endless
+callback|-c <port> : Confirmation by sending 'Ok' to the server, instead of ping
abort|-k : Abort connection after timeout
keep|-K : ... or don't do it
nofork|-B | nobg | nobackground