This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log": { | |
"access": "/var/log/v2ray/access.log", | |
"error": "/var/log/v2ray/error.log", | |
"loglevel": "warning" | |
}, | |
"dns": { | |
"servers": [ | |
"8.8.8.8" | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Issue: Changing the docker port 80 to hosted port not 80 causes the following message: | |
[ERROR]: Unable to parse results from queryads.php: Unhandled error message (Invalid domain!) | |
## Solution courtesy of unitpas, modified by kmagdziak | |
docker exec -it pihole apt-get update | |
docker exec -it pihole apt-get install nano | |
docker exec -it pihole bash | |
nano /var/www/html/pihole/index.php |