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-05-11 21:57:42 +0300
committerGitHub <noreply@github.com>2022-05-11 21:57:42 +0300
commitf7c800863e5ab02e56150a02f06b99de645bb84f (patch)
tree583625606799ac93529e4431c928211ac703c2a1 /advanced/Scripts/webpage.sh
parent6d734549420246b088b04cc2d8f96bb577523f9a (diff)
Remove DHCPv6, use leasetime from interface (#4507)
Signed-off-by: Omoeba <38597972+Omoeba@users.noreply.github.com>
Diffstat (limited to 'advanced/Scripts/webpage.sh')
-rwxr-xr-xadvanced/Scripts/webpage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced/Scripts/webpage.sh b/advanced/Scripts/webpage.sh
index de06d60c..aa5a28b1 100755
--- a/advanced/Scripts/webpage.sh
+++ b/advanced/Scripts/webpage.sh
@@ -440,7 +440,7 @@ dhcp-leasefile=/etc/pihole/dhcp.leases
echo "#quiet-dhcp6
#enable-ra
dhcp-option=option6:dns-server,[::]
-dhcp-range=::100,::1ff,constructor:${interface},ra-names,slaac,64,3600
+dhcp-range=::,constructor:${interface},ra-names,ra-stateless,64
ra-param=*,0,0
" >> "${dhcpconfig}"
fi