I currently use this to block select local IPv4 addresses :
Which local IPv6 addresses should be added to that list?
Code:
table <deny_local> { 127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, \
10.0.0.0/8, 169.254.0.0/16, 192.0.2.0/24, \
0.0.0.0/8, 240.0.0.0/4 }
block in quick on $EXT_IF from <deny_local> to any
Which local IPv6 addresses should be added to that list?