Just add these hostnames/domains to your "Local DNS" / "DNS Records": google.com 216.239.38.120 google.de 216.239.38.120 www.google.com 216.239.38.120 www.google.de 216.239.38.120 Other search engines use "moderate search" by default, but "safe search" can be turned off at any time)....
In order to speed up the resolving process, the ldns dependency has been replaced by a custom stack-based DNS implementation (which currently only supports the text representation of the most common DNS records). Furthermore, epoll has been introduced in order to lighten CPU usage when operating...
In order to do that, head to piHole's WebUI, go to Local DNS --> DNS Records and add new domain/IP combinations consisting of the domain we want to redirect (pihole.arpa, for example) and the IP of Nginx (which is the same IP as the Raspberry Pi's IP in our case). Type ...
VariablesSERVERURL,SERVERPORT,INTERNAL_SUBNETandPEERDNSare optional variables used for server mode. Any changes to these environment variables will trigger regeneration of server and peer confs. Peer/client confs will be recreated with existing private/public keys. Delete the peer folders for the key...
".svg" => "image/svg+xml" ) # default listening port for IPv6 falls back to the IPv4 port include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port # Prevent Lighttpd from enabling Let's Encrypt SSL for every blocked domain #include_shell "/usr/share/lighttpd/include-conf-enab...
redirect local-data: "mysite.com. 86400 IN A 192.168.1.1" Check here the full documentation or tutorial to learn more.Unbound, Forwarders and Manual ConfigurationUnbound is set as a recursive DNS, because all forwarders in ./unbound/conf/a-records.conf are commented out. If you prefer to ...
pihole: image: pihole:local ... entrypoint: /bin/bash tty: true Then, I could start valgrind. The error log is here: https://0x0.st/XkkG.txt It indicates something at /sbin/ip address show. pihole-FTL also dies with many Thread 4 received signal SIG33, Real-time event 33 I ho...
if (isset($_POST['localdnsrecords']) && $file->getFilename() === 'custom.list') { ob_start(); $reload = 'false'; if ($flushtables) { Expand All @@ -514,7 +514,7 @@ function noun($num) } } if (isset($_POST['localcnamerecords']) && '05-pihole-custom-cname.conf' =...