Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmoeba <38597972+Omoeba@users.noreply.github.com>2022-01-03 15:02:01 +0300
committerOmoeba <38597972+Omoeba@users.noreply.github.com>2022-01-03 15:02:01 +0300
commit5b84cd0a618d2f4fe9ce3f84b52da0f9b1001c68 (patch)
tree1d12fc984b3a68240a985a7498f33e36649ad2f9 /advanced/Scripts/webpage.sh
parent5bd7cc9c9d9be16bc6cd499635a19a042088c97e (diff)
Fix IPv6 support when Pi-hole is a router
Signed-off-by: Omoeba <38597972+Omoeba@users.noreply.github.com>
Diffstat (limited to 'advanced/Scripts/webpage.sh')
-rwxr-xr-xadvanced/Scripts/webpage.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/advanced/Scripts/webpage.sh b/advanced/Scripts/webpage.sh
index 4f44eca8..90cf08fc 100755
--- a/advanced/Scripts/webpage.sh
+++ b/advanced/Scripts/webpage.sh
@@ -441,7 +441,6 @@ dhcp-leasefile=/etc/pihole/dhcp.leases
#enable-ra
dhcp-option=option6:dns-server,[::]
dhcp-range=::100,::1ff,constructor:${interface},ra-names,slaac,64,3600
-ra-param=*,0,0
" >> "${dhcpconfig}"
fi