Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use alternate pdns-recursor image #605

Merged
merged 1 commit into from
Jun 9, 2022
Merged

Use alternate pdns-recursor image #605

merged 1 commit into from
Jun 9, 2022

Conversation

walkah
Copy link
Member

@walkah walkah commented Jun 8, 2022

Fixes #596

I'm not sure why the official pdns-recursor image fails to run Docker for Mac (M1's at least) but I found an alternate image that seems to work okay. Works for me ™️

@walkah walkah requested a review from bgins June 8, 2022 16:45
Copy link
Contributor

@bgins bgins left a comment

Choose a reason for hiding this comment

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

Tested this out and PowerDNS runs without the exception we saw in #596.

Also, dig runfission.test returns the expected response:

runfission.test.	2380	IN	SOA	a.misconfigured.dns.server.invalid. hostmaster.runfission.test. 0 10800 3600 604800 3600

Maybe a separate issue, but runfission.test doesn't resolve with curl or in the browser. Server is running, and I've included 127.0.0.1 in my DNS hosts.

@walkah
Copy link
Member Author

walkah commented Jun 9, 2022

Maybe a separate issue, but runfission.test doesn't resolve with curl or in the browser. Server is running, and I've included 127.0.0.1 in my DNS hosts.

Did you add an A record for runfission.test ? The README instructions to just create the zone doesn't actually add any records, so this is probably fine.

@bgins
Copy link
Contributor

bgins commented Jun 9, 2022

Did you add an A record for runfission.test ? The README instructions to just create the zone doesn't actually add any records, so this is probably fine.

I did not! That seems like the most likely explanation. 👍

@walkah walkah merged commit 22ba267 into main Jun 9, 2022
@walkah walkah deleted the walkah/pdns-docker-fix branch June 9, 2022 14:47
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.

pdns-recursor docker image fails on m1 macs
2 participants