Remove DHCPv6, use leasetime from interface (#4507)

Signed-off-by: Omoeba <38597972+Omoeba@users.noreply.github.com>
This commit is contained in:
Omoeba 2022-05-11 11:57:42 -07:00 committed by GitHub
parent 6d73454942
commit f7c800863e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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