summaryrefslogtreecommitdiff
path: root/roles/install_openvpn
diff options
context:
space:
mode:
Diffstat (limited to 'roles/install_openvpn')
-rwxr-xr-xroles/install_openvpn/files/mullvad-up.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_openvpn/files/mullvad-up.sh b/roles/install_openvpn/files/mullvad-up.sh
index 9a339f0..4d5795f 100755
--- a/roles/install_openvpn/files/mullvad-up.sh
+++ b/roles/install_openvpn/files/mullvad-up.sh
@@ -3,6 +3,6 @@
sleep 3
echo Reroute via $route_vpn_gateway
ip route replace 0.0.0.0/0 via $route_vpn_gateway proto static table ffmyk
-ip -6 route replace default dev $dev proto static table ffmyk
+#ip -6 route replace default dev $dev proto static table ffmyk
exit 0