summaryrefslogtreecommitdiff
path: root/roles/install_openvpn/files
diff options
context:
space:
mode:
Diffstat (limited to 'roles/install_openvpn/files')
-rwxr-xr-xroles/install_openvpn/files/mullvad-up.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/install_openvpn/files/mullvad-up.sh b/roles/install_openvpn/files/mullvad-up.sh
index 75a9632..9a339f0 100755
--- a/roles/install_openvpn/files/mullvad-up.sh
+++ b/roles/install_openvpn/files/mullvad-up.sh
@@ -3,5 +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
exit 0