diff options
Diffstat (limited to 'roles/install_openvpn/files/mullvad-up.sh')
-rwxr-xr-x | roles/install_openvpn/files/mullvad-up.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/install_openvpn/files/mullvad-up.sh b/roles/install_openvpn/files/mullvad-up.sh index c3e3193..75a9632 100755 --- a/roles/install_openvpn/files/mullvad-up.sh +++ b/roles/install_openvpn/files/mullvad-up.sh @@ -2,7 +2,6 @@ #/sbin/ip route replace default via $4 table ffmyk sleep 3 echo Reroute via $route_vpn_gateway -ip route replace 0.0.0.0/1 via $route_vpn_gateway table ffmyk -ip route replace 128.0.0.0/1 via $route_vpn_gateway table ffmyk +ip route replace 0.0.0.0/0 via $route_vpn_gateway proto static table ffmyk exit 0 |