Skip to content

Commit

Permalink
add ipv6 dns
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaRyshan committed May 8, 2024
1 parent aa02354 commit 62c66a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ if [[ ! -f "/etc/ocserv/ocserv.conf" ]]; then
tunnel-all-dns = true
dns = 1.1.1.1
dns = 2606:4700:4700::1111
dns = 2606:4700:4700::1001
dns = 8.8.8.8
dns = 2001:4860:4860::8888
dns = 2001:4860:4860::8844
# custom config file must as same as username or groupname
config-per-user = /etc/ocserv/config-per-user/
Expand Down

0 comments on commit 62c66a1

Please sign in to comment.