diff options
-rwxr-xr-x | roles/install_openvpn/files/mullvad-up.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/install_openvpn/files/mullvad-up.sh b/roles/install_openvpn/files/mullvad-up.sh index 441f857..c3e3193 100755 --- a/roles/install_openvpn/files/mullvad-up.sh +++ b/roles/install_openvpn/files/mullvad-up.sh @@ -1,8 +1,8 @@ #!/bin/bash #/sbin/ip route replace default via $4 table ffmyk sleep 3 -echo Reroute via $4 -ip route replace 0.0.0.0/1 via $4 table ffmyk -ip route replace 128.0.0.0/1 via $4 table ffmyk +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 exit 0 |