mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Suggest DELAY_STARTUP in the FAQ section
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -83,3 +83,13 @@ MTU = 1500
|
||||
```
|
||||
|
||||
[source](https://wiki.archlinux.org/index.php/WireGuard)
|
||||
|
||||
## Pi-hole not listening on `wg0` after reboot
|
||||
|
||||
If, e.g., after reboot, the `wg0` interface isn't up before Pi-hole is ready (more precisely, the `pihole-FTL` service is started), you may experience that Pi-hole doesn't listen on the Wireguard interface. This can be mitigated by artificially delaying the start of Pi-hole using, e.g., the config option
|
||||
|
||||
``` plain
|
||||
DELAY_STARTUP=5
|
||||
```
|
||||
|
||||
in `/etc/pihole/pihole-FTL.conf` to have Pi-hole delay the start of the DNS server by `5` seconds.
|
||||
|
||||
@@ -150,11 +150,11 @@ There are many excellent guide and a lot of services offer this for free (with m
|
||||
|
||||
If you already have a hosting package at Strato, you can easily set up a subdomain to be used as DynDNS record. This is entirely free for members.
|
||||
|
||||
- [DNSHome.de](DNSHome.de)
|
||||
- [DNSHome.de](https://DNSHome.de)
|
||||
|
||||
This provider offers you several free subdomains under different domain names. SSL and also IPv6 are possible. DNSSEC is activated by default. They offer configuration guides for the Fritz!Box and also `ddclient` (update tool for Windows and Linux) on the website.
|
||||
|
||||
- [GoIP.de](http://www.goip.de/)
|
||||
- [GoIP.de](https://www.goip.de/)
|
||||
|
||||
Go IP is a German DynDNS provider. The service is completely free and allows the registration of one domain and up to 15 subdomains per person. The website is characterized by extensive help with setting up the router.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user