mirror of
https://github.com/GRFreire/split-vpn-manager.git
synced 2026-01-09 04:49:39 +00:00
add note that the hardcoded nameserver is temporary
This commit is contained in:
parent
885f431d5b
commit
1a451d7ad1
@ -112,6 +112,7 @@ up_netns() {
|
|||||||
|
|
||||||
ip netns exec "$netns_name" ip route add default via "$route_vpn_gateway"
|
ip netns exec "$netns_name" ip route add default via "$route_vpn_gateway"
|
||||||
|
|
||||||
|
# TODO: change this temporary nameserver
|
||||||
echo "nameserver 8.8.8.8" | resolvconf -x -a "$1.inet"
|
echo "nameserver 8.8.8.8" | resolvconf -x -a "$1.inet"
|
||||||
|
|
||||||
exit $EXIT_SUCCESS
|
exit $EXIT_SUCCESS
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user