mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-09 21:35:13 +02:00
added dns problems to readme
This commit is contained in:
parent
f1b67b3fa4
commit
a2fa98e80a
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -59,6 +59,19 @@ If you are having problems with the pihole deployment inside the container, unco
|
|||
docker-compose up -d --force-recreate
|
||||
```
|
||||
|
||||
## DNS problems
|
||||
If you are running other docker containers on the same host and cannot use name resolution within those containers, you have to modify the resolvconf.conf on your host system and uncomment the following:
|
||||
```
|
||||
# If you run a local name server, you should uncomment the below line and
|
||||
# configure your subscribers configuration files below.
|
||||
name_servers=127.0.0.1
|
||||
```
|
||||
The following command writes the changes to resolv.conf:
|
||||
```
|
||||
sudo resolvconf -u
|
||||
```
|
||||
See also the solution on [StackExchange](https://unix.stackexchange.com/questions/647996/docker-container-dns-not-working-with-pihole)
|
||||
|
||||
## Blocklists
|
||||
- [Firebog Non-crossed lists](https://v.firebog.net/hosts/lists.php?type=nocross)
|
||||
- [x0uid SpotifyAdBlock](https://raw.githubusercontent.com/x0uid/SpotifyAdBlock/master/SpotifyBlocklist.txt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue