Replies: 2 comments 2 replies
-
please review the documentation, there is a DNS env variable on which you can define the DNS that the container will use |
Beta Was this translation helpful? Give feedback.
1 reply
-
you have to remember that the network is gonna be inside of docker, so the ip should looks like something 17.xxx |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I can't use
pihole
's DNS capabilities for some reason.If
NETWORK
can whitelist the local-network to reach the vpn, then surely the vpn should be able to reach the network.How can I use my local
pihole
's DNS server ?To Reproduce without docker CLI
docker-compose.yml if used (hide credentials)
Expected behavior
As usual, the vpn can connect to the Internet and retrieves the list of countries etc, then gets an IP.
Logs
Additional context
I am using user namespaces with Docker, on a Raspberry Pi 4.
Any idea how to configure the vpn to enjoy
pihole
?Many thanks in advance ;)
Beta Was this translation helpful? Give feedback.
All reactions