Skip to content

Conversation

@aptalca
Copy link
Member

@aptalca aptalca commented Oct 6, 2020

closes #62

@aptalca aptalca requested a review from a team October 6, 2020 20:06
@aptalca aptalca changed the title disable CoreDNS if host networking is detected disable CoreDNS in client mode and if port 53 is in use Oct 6, 2020
@aptalca aptalca changed the title disable CoreDNS in client mode and if port 53 is in use disable CoreDNS in client mode or if port 53 is in use Oct 6, 2020
@drizuid drizuid merged commit 96e6b0f into master Oct 6, 2020
@drizuid drizuid deleted the disablecore branch October 6, 2020 23:19

exec \
/app/coredns -dns.port=53
if netstat -apn | grep -q ":53 "; then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm: 👍 - this addresses the use case of server mode & docker host networking if pihole is already hogging the port :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unclear how to disable CoreDNS

5 participants