add note that the hardcoded nameserver is temporary

This commit is contained in:
Guilherme Rugai Freire 2024-02-08 02:59:09 -03:00
parent 885f431d5b
commit 1a451d7ad1
No known key found for this signature in database
GPG Key ID: AC1D9B6E48E16AC1

View File

@ -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