Support client mtu push

This commit is contained in:
omriiluz
2015-01-17 01:07:52 -08:00
parent 3eeee022fd
commit 1cb38ce146
2 changed files with 8 additions and 2 deletions

View File

@ -43,3 +43,5 @@ EOF
if [ "$OVPN_DEFROUTE" != "0" ];then
echo "redirect-gateway def1"
fi
[ -n "$OVPN_MTU" ] && echo "tun-mtu $OVPN_MTU"