-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
forward to internal private server? #3
Comments
--mount type=bind,src=/etc/knot-resolver/local.conf,dst=/etc/knot-resolver/kresd.conf.d/090-policy-forward.conf \ cat local.conf policy.add( policy.all( I tried to work out the lua code to parse the env.. (not knowing lua..) Stopped the timer at :30.. here we are.. |
This project is currently set up to forward queries to DoT servers. But you can easily change this by replacing the By the way, I just replaced my custom Caddy fork with the official Traefik image in the deployment examples. |
Not the base way to do it i bet but it works. mount in docker compose
-- Forward local DNS queries to local domain server. internalDomains = policy.todnames( -- needed to allow internal domains |
Thank you .. that looks better than mine.. Also..
Usually I do this as I'm using NextDNS upstream and they do dnssec.. will test but:
I never found the rebinding.. I wonder if that was other problems I was having.. Thank you.. |
Ah i use the knot DNS inside a container along side this one to host my own internal zones. |
I wanted to try and get started working with grafana.. and your knot-resolver docker image looks great.
I wanted to get some internal usage here at work, without changing too much in your image..
I see the 090-policy-forward.conf but that seems to be only DoT forwarding..
To be clear, there is not currently a non DoT forward presently?
(just wanted to make sure that I didn't miss it.. )
Thank you in advance.
The text was updated successfully, but these errors were encountered: