summaryrefslogtreecommitdiff
path: root/etc/anytun/server/config
diff options
context:
space:
mode:
Diffstat (limited to 'etc/anytun/server/config')
-rw-r--r--etc/anytun/server/config14
1 files changed, 5 insertions, 9 deletions
diff --git a/etc/anytun/server/config b/etc/anytun/server/config
index df6169a..2706b97 100644
--- a/etc/anytun/server/config
+++ b/etc/anytun/server/config
@@ -18,21 +18,17 @@ dev anytun0
# device type tun = ip/ipv6, tap = ethernet
type tun
## payload encryption algorithm
-#cipher aes-ctr
-cipher null
-## key derivation pseudo random function
-#kd-prf aes-ctr
-# kd-prf null
+cipher aes-ctr
+#cipher null
## message authentication algorithm
-#auth-algo sha1
-auth-algo null
+auth-algo sha1
+#auth-algo null
## Automaticaly configure the interface an set a route
## 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
-
+control-host 127.0.0.1:4445
### Connection Parameters (for clients without config server)
## remote host
#remote-host <hostname|ip>