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

[Pi-Hole] Adding blocking lists failed because of DNS resolution #66

Open
guillaumedc opened this issue Jan 28, 2022 · 2 comments
Open

Comments

@guillaumedc
Copy link

In Pi-Hole, when I add new blocking lists and trigger «Update Gravity», it ends up on a error:

[✗] DNS resolution is currently unavailable
[✗] DNS resolution is not available

All the rest of the UI works correctly.

I used the default values of docker-compose.yml

dns:
  - 127.0.0.1
  - 10.2.0.200
[...]
environment:
  DNS1: 10.2.0.200
  DNS2: 10.2.0.200
[...]
networks:
  private_networks:
    ipv4_address: 10.2.0.100
  default:

Do you have an idea of where it could come from?

@froid-san
Copy link

Also having the same issue and also using the defaults.
Should I allow something on ufw?

@danielSanchezQ
Copy link

plus 1 here. It seems to be that the docker machine cannot access internet.

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

3 participants