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

Problems with PiHole #19

Open
ivar-it opened this issue Dec 5, 2019 · 2 comments
Open

Problems with PiHole #19

ivar-it opened this issue Dec 5, 2019 · 2 comments

Comments

@ivar-it
Copy link

ivar-it commented Dec 5, 2019

Hello,

Thanks for a good software!
But I'm having problems running it with pihole.

I have a DoT local DoT proxy forwarding/translating incoming requests from 853 to Pihole which has upstream 1.1.1.1 it works fine.

When using Dohnut in docker, run with this command
docker run --detach --restart unless-stopped --publish 0.0.0.0:531:53/udp commonshost/dohnut --listen 0.0.0.0:53 --doh commonshost --bootstrap 1.1.1.1
It works fine on its own, dig @localhost github.com -p 531 gets a reply.

However, when setting the upstream in pihole to 127.0.0.1#531 i only get this kind of errors in the pihole log.

Dec  5 16:51:39 dnsmasq[31475]: query[A] play.google.com from 127.0.0.1
Dec  5 16:51:39 dnsmasq[31475]: config error is REFUSED

Any idea what could be the issue? :(
Thanks in advance for your time!

@sebdeckers
Copy link
Member

Hey @erikpi and sorry I only just saw this issue. Did you manage to get it working already?

I'm not sure I understand your setup. Dohnut should work fine with 53/udp. DoT is not currently implemented however.

@sebdeckers
Copy link
Member

I've added some docs about running Pi-hole and Dohnut together using Docker Compose. Might be helpful:

https://help.commons.host/dohnut/docker-compose-pihole/

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

No branches or pull requests

2 participants