## 根据 RFC3879 RFC4291 RFC4843 RFC6890 RFC7343 创建 IPv6 黑洞路由 ## 规则 14 条 /ipv6 route add blackhole comment="defconf: RFC6890 - unspecified" disabled=no dst-address=::/128 add blackhole comment="defconf: RFC4291 - IPv4 compatible" disabled=no dst-address=0000::/96 add blackhole comment="defconf: RFC6890 - IPv4 mapped" disabled=no dst-address=::ffff:0:0/96 add blackhole comment="defconf: RFC6890 - discard-only" disabled=no dst-address=100::/64 add blackhole comment="defconf: RFC6890 - reserved" disabled=no dst-address=2001::/23 add blackhole comment="defconf: RFC6890 - TEREDO" disabled=no dst-address=2001::/32 add blackhole comment="defconf: RFC6890 - benchmarking" disabled=no dst-address=2001:2::/48 add blackhole comment="defconf: RFC6890 - documentation" disabled=no dst-address=2001:db8::/32 add blackhole comment="defconf: RFC4843 - ORCHID" disabled=no dst-address=2001:10::/28 add blackhole comment="defconf: RFC7343 - ORCHIDv2" disabled=no dst-address=2001:20::/28 add blackhole comment="defconf: RFC6890 - 6to4" disabled=no dst-address=2002::/16 add blackhole comment="defconf: RFC6890 - unique local l0" disabled=no dst-address=fc00::/8 add blackhole comment="defconf: RFC6890 - unique local l1" disabled=no dst-address=fd00::/8 add blackhole comment="defconf: RFC3879 - site local" disabled=no dst-address=fec0::/10