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

DNS resolution is currently not available #101

Open
bepp-boop opened this issue Aug 24, 2024 · 0 comments
Open

DNS resolution is currently not available #101

bepp-boop opened this issue Aug 24, 2024 · 0 comments

Comments

@bepp-boop
Copy link

This can be fix by adding this in docker-compose in the unbound.
Step 1: ssh in then sudo su - then cd to unbound
Step 2: Edit it with nano or vim
...
ports:
- "53:53/tcp"
- "53:53/udp"
....
dns:
- 127.0.0.1
Step 3: Update the docker compose
Step 4: Reset both

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

1 participant