Using Google DNS by default

This commit is contained in:
Gabriele Pongelli 2020-04-05 22:38:34 +02:00 committed by GitHub
parent 4ebf6bcfe9
commit a374bda848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
# Use DNS env var to being able to connect to freevpn server removing # Use DNS env var to being able to connect to freevpn server removing
# the default content. # the default content.
# DNS passed as command line argument or dockerfile doesn't work # DNS passed as command line argument or dockerfile doesn't work
echo "nameserver ${DNS}" > /etc/resolv.conf echo "nameserver 8.8.8.8" > /etc/resolv.conf
# Debug purpose # Debug purpose
# ping freevpn.me -c 4 # ping freevpn.me -c 4