From 5f8b01bce3ce762e6c3fe9a9d717cc76e245cf83 Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Wed, 24 Apr 2019 13:37:45 -0500 Subject: [PATCH] Update README.md Clarify that people running --net=host should set ServerIP for Pi-hole to function correctly. I'll have to try to add some automation around this later to try to warn only the network host mode users if they miss it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f09d8ae..32c9164 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ There are other environment variables if you want to customize various things in | `WEBPASSWORD: `
**Recommended** *Default: random* | http://pi.hole/admin password. Run `docker logs pihole \| grep random` to find your random pass. | `DNS1: `
*Optional* *Default: 8.8.8.8* | Primary upstream DNS provider, default is google DNS | `DNS2: `
*Optional* *Default: 8.8.4.4* | Secondary upstream DNS provider, default is google DNS, `no` if only one DNS should used -| `ServerIP: `
**Recommended** | Set to your server's LAN IP, used by web block modes and lighttpd bind address +| `ServerIP: `
**Recommended** | **--net=host mode requires** Set to your server's LAN IP, used by web block modes and lighttpd bind address | `ServerIPv6: `
*Required if using IPv6* | **If you have a v6 network** set to your server's LAN IPv6 to block IPv6 ads fully | `VIRTUAL_HOST: `
*Optional* *Default: $ServerIP* | What your web server 'virtual host' is, accessing admin through this Hostname/IP allows you to make changes to the whitelist / blacklists in addition to the default 'http://pi.hole/admin/' address | `IPv6: `
*Optional* *Default: True* | For unraid compatibility, strips out all the IPv6 configuration from DNS/Web services when false.