Remove old icmp/auto mtu code

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-03-04 15:16:24 +00:00
parent b4ec962a3b
commit 4fab60ea87
6 changed files with 24 additions and 61 deletions

View File

@@ -45,7 +45,7 @@ HOST=$HOST
PORT=$PORT
BIND=$BIND
BIND_PORT=$BIND_PORT
OPTIONS="mtu auto"
OPTIONS=
EOF
( umask 077; echo "$KEY" > "$DIR/key" )

View File

@@ -8,7 +8,7 @@ Restart=always
EnvironmentFile=/etc/glorytun/%i/env
ExecStart=@bindir@/glorytun-run keyfile /etc/glorytun/%i/key $OPTIONS
ExecStartPost=-/etc/glorytun/%i/post.sh
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
CapabilityBoundingSet=CAP_NET_ADMIN
[Install]
WantedBy=multi-user.target