mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-19 05:21:01 +02:00
Using Google DNS by default
This commit is contained in:
parent
4ebf6bcfe9
commit
a374bda848
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user