Latest
This commit is contained in:
parent
7fecce5fe2
commit
ff76261f58
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ configureNetworkManagerVPNProfiles() {
|
||||||
ensureNetworkConfigs
|
ensureNetworkConfigs
|
||||||
nmcli connection modify "$OVPN_NAME" +ipv4.routes "$EXCLUDED_SUBNET" | sudo tee -a /etc/network/if-up.d/routeadd
|
nmcli connection modify "$OVPN_NAME" +ipv4.routes "$EXCLUDED_SUBNET" | sudo tee -a /etc/network/if-up.d/routeadd
|
||||||
nmcli connection modify "$OVPN_NAME" -ipv4.routes "$EXCLUDED_SUBNET" | sudo tee -a /etc/network/if-post-down.d/routedel
|
nmcli connection modify "$OVPN_NAME" -ipv4.routes "$EXCLUDED_SUBNET" | sudo tee -a /etc/network/if-post-down.d/routedel
|
||||||
fi
|
done
|
||||||
RESTART_NM=true
|
RESTART_NM=true
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue