Skip to content

Commit

Permalink
Update internet.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EmreOvunc authored Dec 26, 2019
1 parent 5bf301b commit 6a580f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn_gw/internet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo iptables -t nat -F
sudo iptables -F
sudo sysctl net.ipv4.ip_forward=1
sudo rm -rf /etc/resolv.conf
sudo echo "nameserver 1.1.1.1" >> resolv.conf
sudo echo "nameserver 1.1.1.1" > resolv.conf
sudo echo "nameserver 8.8.8.8" >> resolv.conf
sudo echo "nameserver 208.67.222.222" >> resolv.conf
sudo echo "nameserver 8.8.4.4" >> resolv.conf
Expand Down

0 comments on commit 6a580f1

Please sign in to comment.