Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
JeDaYoshi authored Sep 13, 2023
1 parent 580b2d4 commit 48ca4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# https://github.com/JeDaYoshi/docker-nextdns
set -e

# By default I'd rather disable reading from /etc/hosts,
# to not have conflicts in regards to the container's name.
# /etc/hosts usage is disabled by default to not
# have conflicts in regards to the container's name.
export NEXTDNS_USE_HOSTS="${NEXTDNS_USE_HOSTS:-false}"

CLI_ARGS="-setup-router=true"
Expand Down

0 comments on commit 48ca4c7

Please sign in to comment.