1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 23:08:07 +00:00

Merge pull request #4508 from Omoeba/fix-ipv6

Fix IPv6 support when Pi-hole is a router
This commit is contained in:
DL6ER 2022-06-06 14:20:07 +02:00 committed by GitHub
commit e2e803f76c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -441,7 +441,7 @@ dhcp-leasefile=/etc/pihole/dhcp.leases
#enable-ra #enable-ra
dhcp-option=option6:dns-server,[::] dhcp-option=option6:dns-server,[::]
dhcp-range=::,constructor:${interface},ra-names,ra-stateless,64 dhcp-range=::,constructor:${interface},ra-names,ra-stateless,64
ra-param=*,0,0
" >> "${dhcpconfig}" " >> "${dhcpconfig}"
fi fi