From 1a451d7ad16cf6287a4f4f916042c99180ba3daa Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Thu, 8 Feb 2024 02:59:09 -0300 Subject: [PATCH] add note that the hardcoded nameserver is temporary --- split-vpn-manager.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/split-vpn-manager.sh b/split-vpn-manager.sh index b6f153b..89bc02c 100755 --- a/split-vpn-manager.sh +++ b/split-vpn-manager.sh @@ -112,6 +112,7 @@ up_netns() { 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" exit $EXIT_SUCCESS