GHI-1766: Remove address from Site::private_address_space that converts into 0.0.0.0/0

This commit is contained in:
Tim Wojtulewicz 2021-09-27 14:24:10 -07:00
parent ff98515f2a
commit 0f348ea042

View file

@ -87,8 +87,6 @@ export {
[::]/128, [::]/128,
# Loopback Address, see :rfc:`4291` # Loopback Address, see :rfc:`4291`
[::1]/128, [::1]/128,
# IPv4-mapped Address, see :rfc:`4291`
[::ffff:0:0]/96,
# IPv4-IPv6 Translation, see :rfc:`8215` # IPv4-IPv6 Translation, see :rfc:`8215`
[64:ff9b:1::]/48, [64:ff9b:1::]/48,
# Discard-Only Address Block, see :rfc:`6666` # Discard-Only Address Block, see :rfc:`6666`