Skip to content

Commit

Permalink
Update 10-dns.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
boostchicken authored Jul 28, 2020
1 parent 1f82b5c commit c36ba5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns-common/on_boot.d/10-dns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fi
if podman container exists ${CONTAINER}; then
podman start ${CONTAINER}
else
logger -s -t podman-dns -p ERROR Container $CONTAINER not found, make sure you set the proper name, if you have you can ignore this error
logger -s -t podman-dns -p ERROR Container $CONTAINER not found, make sure you set the proper name, you can ignore this error if it is your first time setting it up
fi

# (optional) IPv4 force DNS (TCP/UDP 53) through DNS container
Expand Down

0 comments on commit c36ba5f

Please sign in to comment.