From 685774624512bc8611a7a0216d2ced3203fcbe0b Mon Sep 17 00:00:00 2001 From: famfo Date: Sat, 12 Mar 2022 12:04:11 +0000 Subject: [PATCH] Backup LXC config for moving to my server --- LXC/config/bird/bird.conf | 71 +- LXC/config/bird/bird/dn42_roa_bird2_4.conf | 1762 ++++++++++++++++++++ LXC/config/bird/bird/dn42_roa_bird2_6.conf | 1560 +++++++++++++++++ LXC/config/bird/bird/peers/kioubit.conf | 7 + LXC/config/bird/peers/kioubit.conf | 3 - LXC/config/unbound/unbound.conf | 1187 +++++++++++++ LXC/config/wg_template.conf | 12 - LXC/config/wireguard/wg0.conf | 18 +- LXC/config/wireguard/wg0_4.conf | 19 + 9 files changed, 4616 insertions(+), 23 deletions(-) create mode 100644 LXC/config/bird/bird/dn42_roa_bird2_4.conf create mode 100644 LXC/config/bird/bird/dn42_roa_bird2_6.conf create mode 100644 LXC/config/bird/bird/peers/kioubit.conf delete mode 100644 LXC/config/bird/peers/kioubit.conf create mode 100644 LXC/config/unbound/unbound.conf delete mode 100644 LXC/config/wg_template.conf create mode 100644 LXC/config/wireguard/wg0_4.conf diff --git a/LXC/config/bird/bird.conf b/LXC/config/bird/bird.conf index fa9e447..bb8093e 100644 --- a/LXC/config/bird/bird.conf +++ b/LXC/config/bird/bird.conf @@ -1,16 +1,38 @@ define AS = 4242421411; +define IPv4 = 172.23.196.32; define IPv6 = fd42:deca:fbad::1; +define NETv4 = 172.23.196.32/27; define NETv6 = fd42:deca:fbad::/48; +define NETSETv4 = 172.23.196.32/27; define NETSETv6 = [fd42:deca:fbad::/48+]; log "/var/log/bird.log" all; +roa4 table dn42_roa; roa6 table dn42_roa_v6; function is_self_net() { - return net ~ NETSETv6; + return net ~ NETSETv4; } function is_valid_network() { + return net ~ [ + 172.20.0.0/14{21,29}, # dn42 + 172.20.0.0/24{28,32}, # dn42 Anycast + 172.21.0.0/24{28,32}, # dn42 Anycast + 172.22.0.0/24{28,32}, # dn42 Anycast + 172.23.0.0/24{28,32}, # dn42 Anycast + 172.31.0.0/16+, # ChaosVPN + 10.100.0.0/14+, # ChaosVPN + 10.127.0.0/16{16,32}, # neonetwork + 10.0.0.0/8{15,24} # Freifunk.net + ]; +} + +function is_self_net_v6() { + return net ~ NETSETv6; +} + +function is_valid_network_v6() { return net ~ [ fd00::/8{44,64} # ULA address space as per RFC 4193 ]; @@ -20,6 +42,18 @@ protocol device { scan time 10; } +protocol kernel { + scan time 20; + ipv4 { + import none; + export filter { + if source = RTS_STATIC then reject; + krt_prefsrc = IPv4; + accept; + }; + }; +} + protocol kernel { scan time 20; ipv6 { @@ -32,16 +66,34 @@ protocol kernel { }; }; +protocol static { + roa4 { table dn42_roa; }; + include "/etc/bird/dn42_roa_bird2_4.conf"; +}; + protocol static { roa6 { table dn42_roa_v6; }; include "/etc/bird/dn42_roa_bird2_6.conf"; }; +protocol static { + ipv4; + route 172.20.53.97/32 via "wg0"; +} + protocol static { ipv6; route fd80::ade0/124 via "wg0"; } +protocol static { + route NETv4 reject; + ipv4 { + import all; + export none; + }; +} + protocol static { route NETv6 reject; ipv6 { @@ -53,16 +105,29 @@ protocol static { template bgp dnpeers { local as AS; path metric 1; - ipv6 { + + ipv4 { import filter { if is_valid_network() && !is_self_net() then { + if (roa_check(dn42_roa, net, bgp_path.last) != ROA_VALID) then { + print "[dn42] ROA check failed for ", net, " ASN ", bgp_path.last; + reject; + } else accept; + } else reject; + }; + export filter { if is_valid_network() && source ~ [RTS_STATIC, RTS_BGP] then accept; else reject; }; + import limit 1000 action block; + }; + ipv6 { + import filter { + if is_valid_network_v6() && !is_self_net_v6() then { if (roa_check(dn42_roa_v6, net, bgp_path.last) != ROA_VALID) then { print "[dn42] ROA check failed for ", net, " ASN ", bgp_path.last; reject; } else accept; } else reject; }; - export filter { if is_valid_network() && source ~ [RTS_STATIC, RTS_BGP] then accept; else reject; }; + export filter { if is_valid_network_v6() && source ~ [RTS_STATIC, RTS_BGP] then accept; else reject; }; import limit 1000 action block; }; } diff --git a/LXC/config/bird/bird/dn42_roa_bird2_4.conf b/LXC/config/bird/bird/dn42_roa_bird2_4.conf new file mode 100644 index 0000000..8b0a3af --- /dev/null +++ b/LXC/config/bird/bird/dn42_roa_bird2_4.conf @@ -0,0 +1,1762 @@ +# +# dn42regsrv ROA Generator +# Last Updated: 2022-01-30 19:37:46.234814239 +0000 UTC m=+1916910.730134865 +# Commit: 3bfe496b5fde7dddbb0f24d9972d6a6f9b061c93 +# +route 172.22.129.16/28 max 29 as 4242421702; +route 172.22.114.96/28 max 29 as 4242420262; +route 172.23.178.128/29 max 29 as 4242423351; +route 172.22.132.128/28 max 29 as 4242423055; +route 10.15.64.0/18 max 24 as 64893; +route 172.20.131.128/25 max 29 as 4242422365; +route 172.20.149.0/28 max 29 as 4242422550; +route 172.20.172.144/28 max 29 as 4242420447; +route 172.20.128.64/28 max 29 as 4242421983; +route 172.20.14.64/27 max 29 as 4242420246; +route 172.22.159.0/28 max 29 as 4242422544; +route 172.23.216.64/27 max 29 as 64773; +route 172.20.19.32/27 max 29 as 4242423375; +route 172.20.42.0/25 max 29 as 4242422100; +route 172.22.101.112/28 max 29 as 4242420621; +route 172.21.99.160/27 max 29 as 4242421592; +route 172.23.48.0/27 max 29 as 4242421048; +route 10.222.0.0/16 max 24 as 65032; +route 10.196.0.0/16 max 24 as 65196; +route 172.22.150.192/26 max 29 as 4242420032; +route 172.22.110.216/29 max 29 as 46997; +route 10.127.5.0/28 max 29 as 4201270012; +route 172.20.143.64/26 max 29 as 4242423360; +route 172.20.183.32/29 max 29 as 4242420234; +route 172.23.42.0/24 max 29 as 64600; +route 172.23.42.0/24 max 29 as 4242420101; +route 172.22.128.192/27 max 29 as 4242422008; +route 10.127.88.0/24 max 29 as 4201279999; +route 172.23.2.32/27 max 29 as 4242422423; +route 172.20.184.32/27 max 29 as 4242423884; +route 172.23.0.20/32 max 32 as 64719; +route 172.23.7.0/27 max 29 as 4242421225; +route 172.21.121.0/27 max 29 as 4242423975; +route 172.22.105.96/28 max 29 as 4242421913; +route 172.22.131.160/27 max 29 as 4242422409; +route 172.23.173.224/27 max 29 as 4242422349; +route 172.20.39.32/27 max 29 as 4242423537; +route 172.20.228.96/27 max 29 as 4242421233; +route 172.20.128.128/26 max 29 as 4242420995; +route 172.22.111.112/29 max 29 as 4242420176; +route 172.23.43.64/27 max 29 as 4242420134; +route 172.20.13.160/27 max 29 as 4242423472; +route 172.20.224.192/26 max 29 as 4242422833; +route 172.22.135.96/27 max 29 as 4242423361; +route 172.23.235.128/25 max 29 as 76190; +route 172.22.111.144/28 max 29 as 4242423321; +route 172.23.151.240/28 max 29 as 4242421237; +route 172.20.159.128/27 max 29 as 4242420429; +route 172.20.236.0/26 max 29 as 4242420312; +route 172.20.42.192/27 max 29 as 4242422239; +route 172.20.129.32/27 max 29 as 4242423338; +route 172.20.128.32/29 max 29 as 4242422935; +route 172.23.151.160/28 max 29 as 4242421457; +route 172.20.208.0/25 max 29 as 64613; +route 10.127.64.0/24 max 29 as 4201270016; +route 172.20.59.144/28 max 29 as 4242422798; +route 172.21.113.224/27 max 29 as 4242422410; +route 10.169.0.0/16 max 24 as 65534; +route 10.127.100.0/24 max 29 as 4201270018; +route 172.23.87.0/25 max 29 as 4242420323; +route 172.20.18.240/28 max 29 as 4242423301; +route 172.22.190.0/23 max 29 as 4242423158; +route 172.23.50.0/26 max 29 as 4242423925; +route 172.23.49.64/27 max 29 as 4242422436; +route 172.22.189.128/27 max 29 as 4242420393; +route 172.23.132.0/27 max 29 as 4242423504; +route 172.22.135.0/28 max 29 as 4242422288; +route 172.22.186.0/27 max 29 as 4242423027; +route 172.21.79.96/27 max 29 as 4242422773; +route 172.23.49.96/27 max 29 as 4242421661; +route 172.22.99.0/24 max 29 as 64699; +route 10.127.255.53/32 max 32 as 4201270006; +route 10.127.255.53/32 max 32 as 4242423618; +route 172.21.99.96/27 max 29 as 4242421038; +route 10.127.38.32/27 max 29 as 4242420308; +route 172.20.178.32/27 max 29 as 4242421630; +route 172.22.96.0/26 max 29 as 4242421742; +route 172.21.65.0/27 max 29 as 4242420778; +route 172.20.148.64/29 max 29 as 4242422144; +route 172.20.183.48/29 max 29 as 4242422963; +route 172.22.148.240/28 max 29 as 4242428200; +route 172.20.19.0/27 max 29 as 4242420530; +route 172.23.37.0/27 max 29 as 4242422339; +route 172.22.0.94/32 max 32 as 56662; +route 172.22.0.94/32 max 32 as 4242420077; +route 172.22.0.94/32 max 32 as 4242420022; +route 172.22.0.94/32 max 32 as 4242421050; +route 10.11.128.0/20 max 24 as 64872; +route 172.23.169.0/25 max 29 as 4242421230; +route 172.23.36.0/27 max 29 as 4242421510; +route 172.20.148.96/27 max 29 as 4242423855; +route 10.118.128.0/18 max 24 as 65043; +route 172.20.164.128/26 max 29 as 4242423169; +route 172.21.83.0/27 max 27 as 4242422092; +route 172.23.99.32/27 max 29 as 4242423197; +route 172.20.175.192/26 max 29 as 4242423905; +route 172.21.74.48/28 max 29 as 4242421204; +route 172.20.172.176/29 max 29 as 4242423999; +route 172.21.84.64/27 max 29 as 4242423919; +route 172.20.180.64/27 max 29 as 4242421308; +route 172.22.160.128/25 max 29 as 206754; +route 172.20.195.0/26 max 29 as 4242421587; +route 172.20.197.184/29 max 29 as 4242421233; +route 172.20.28.32/27 max 29 as 4242423331; +route 172.22.50.0/23 max 29 as 4242420656; +route 10.25.0.0/16 max 24 as 64858; +route 172.21.117.0/27 max 29 as 4242421010; +route 10.213.0.0/16 max 24 as 65501; +route 172.22.100.0/24 max 29 as 64698; +route 172.20.32.96/28 max 29 as 4242420171; +route 172.23.131.224/27 max 29 as 4242423025; +route 172.20.59.64/27 max 29 as 4242423621; +route 172.23.194.0/23 max 29 as 64623; +route 172.22.161.0/27 max 29 as 4242423601; +route 172.23.215.16/28 max 29 as 4242423481; +route 172.21.66.192/27 max 29 as 4242421224; +route 172.20.206.128/25 max 29 as 4242420136; +route 172.20.6.24/29 max 29 as 4242421515; +route 172.20.21.96/27 max 29 as 4242420212; +route 172.22.173.0/24 max 29 as 64773; +route 172.22.173.0/24 max 29 as 4242421554; +route 172.22.149.32/28 max 29 as 4242423225; +route 172.22.177.96/27 max 29 as 4242421711; +route 10.143.0.0/18 max 24 as 65489; +route 172.23.232.0/26 max 29 as 4242423495; +route 172.22.120.128/25 max 29 as 4242420806; +route 172.20.155.96/27 max 29 as 4242421129; +route 172.20.50.64/26 max 29 as 4242420110; +route 172.20.19.64/27 max 29 as 4242420207; +route 172.23.100.192/27 max 29 as 4242422042; +route 172.20.128.96/29 max 29 as 4242420206; +route 172.20.20.128/27 max 29 as 4242421835; +route 172.23.0.32/28 max 32 as 4242420321; +route 172.22.40.0/23 max 29 as 64712; +route 172.23.186.32/27 max 29 as 4242422575; +route 172.20.46.0/26 max 29 as 4242422600; +route 172.23.238.128/26 max 29 as 4242420039; +route 172.20.233.0/27 max 29 as 4242423255; +route 172.20.31.64/29 max 29 as 4242421109; +route 10.53.0.0/16 max 24 as 65079; +route 172.20.180.32/27 max 29 as 4242421310; +route 172.21.99.32/27 max 29 as 0; +route 172.22.117.128/25 max 29 as 64717; +route 172.23.167.0/28 max 29 as 4242421472; +route 172.21.113.192/27 max 29 as 4242422911; +route 172.20.232.96/27 max 29 as 4242421415; +route 172.20.47.0/26 max 29 as 4242421123; +route 172.23.145.0/24 max 29 as 4242423654; +route 10.64.0.0/16 max 24 as 65042; +route 172.20.46.224/27 max 29 as 4242420991; +route 172.23.78.0/27 max 29 as 4242421180; +route 172.22.187.0/24 max 29 as 64787; +route 10.13.0.0/18 max 24 as 65432; +route 172.22.111.224/27 max 29 as 4242422590; +route 172.22.96.64/26 max 29 as 4242423391; +route 172.22.228.0/24 max 29 as 64828; +route 10.0.0.0/16 max 24 as 65079; +route 10.185.0.0/16 max 24 as 65142; +route 172.20.62.32/29 max 29 as 4242422019; +route 172.20.29.224/27 max 29 as 4242422432; +route 172.22.110.224/27 max 29 as 4242421918; +route 172.20.150.128/28 max 29 as 4242421535; +route 172.23.163.64/27 max 27 as 4242423505; +route 172.20.162.64/26 max 29 as 4242421588; +route 172.23.43.32/27 max 29 as 4242423477; +route 172.23.8.32/27 max 29 as 4242422401; +route 10.84.0.0/15 max 24 as 65038; +route 172.20.201.0/24 max 29 as 4242420642; +route 10.233.0.0/16 max 24 as 65079; +route 172.22.129.64/26 max 29 as 4242423152; +route 172.20.20.64/28 max 29 as 4242421191; +route 172.20.190.80/29 max 29 as 4242423926; +route 172.20.160.64/26 max 29 as 4242420616; +route 172.23.173.128/27 max 29 as 4242422152; +route 172.22.76.64/27 max 29 as 4242423433; +route 10.234.0.0/15 max 24 as 65533; +route 172.23.99.224/27 max 29 as 4242420449; +route 172.23.43.0/28 max 29 as 4242421198; +route 172.22.114.112/28 max 29 as 4242423371; +route 172.20.234.96/27 max 29 as 4242423268; +route 172.20.5.192/27 max 29 as 4242420556; +route 10.112.0.0/16 max 24 as 49009; +route 172.23.187.0/24 max 29 as 64633; +route 10.43.0.0/16 max 24 as 65251; +route 172.20.132.160/27 max 29 as 4242420594; +route 172.20.51.64/27 max 29 as 4242420269; +route 172.21.125.128/27 max 29 as 4242422053; +route 172.22.129.32/28 max 29 as 4242423993; +route 172.23.109.224/29 max 29 as 4242422896; +route 172.20.16.128/25 max 29 as 4242421588; +route 10.139.0.0/16 max 24 as 65039; +route 10.119.0.0/16 max 24 as 65043; +route 172.20.160.48/28 max 29 as 4242421155; +route 172.23.53.0/27 max 29 as 4242423243; +route 172.20.227.64/28 max 29 as 4242420086; +route 172.23.96.0/24 max 29 as 4242420101; +route 172.23.173.192/27 max 29 as 4242420081; +route 172.23.230.64/26 max 29 as 4242421824; +route 172.20.177.96/27 max 29 as 4242420284; +route 172.22.127.128/25 max 29 as 4242422277; +route 10.127.41.0/24 max 29 as 4201270001; +route 172.22.119.128/26 max 29 as 64712; +route 172.20.25.128/25 max 29 as 4242423991; +route 172.23.231.0/26 max 29 as 4242422037; +route 172.21.87.64/26 max 29 as 4242420571; +route 10.24.32.0/19 max 24 as 64901; +route 172.20.194.96/27 max 29 as 4242422658; +route 172.22.134.0/27 max 29 as 4242423942; +route 172.22.33.0/24 max 29 as 64633; +route 172.23.201.0/24 max 29 as 4242422287; +route 172.21.86.96/27 max 29 as 4242421557; +route 172.23.39.0/26 max 29 as 4242423939; +route 172.20.138.0/26 max 29 as 4242420998; +route 10.40.0.0/16 max 24 as 65078; +route 172.22.76.32/27 max 29 as 4242420213; +route 172.23.8.0/27 max 29 as 4242421306; +route 172.20.234.192/28 max 29 as 4242422289; +route 172.22.144.64/27 max 29 as 4242423646; +route 172.22.169.64/26 max 29 as 4242422341; +route 10.88.0.0/16 max 24 as 64902; +route 172.23.48.64/27 max 29 as 4242422217; +route 172.20.224.64/27 max 29 as 4242421070; +route 172.22.73.192/27 max 29 as 4242420439; +route 172.20.2.192/27 max 29 as 4242422169; +route 172.22.72.0/26 max 29 as 4242421272; +route 172.20.18.192/28 max 29 as 4242423277; +route 172.21.108.0/27 max 29 as 4242420712; +route 172.22.50.0/24 max 29 as 4242420656; +route 172.23.234.224/27 max 29 as 4242422950; +route 172.23.234.224/27 max 29 as 202265; +route 172.20.10.0/26 max 29 as 4242421406; +route 172.22.160.48/29 max 29 as 4242420453; +route 172.22.116.96/27 max 29 as 4242421324; +route 172.21.67.64/27 max 29 as 4242420807; +route 172.20.55.224/27 max 29 as 4242422443; +route 172.20.15.208/28 max 29 as 4242420155; +route 172.20.228.64/28 max 29 as 4242423773; +route 172.22.125.0/28 max 29 as 4242423974; +route 10.127.5.16/28 max 29 as 4201270012; +route 172.20.4.32/28 max 29 as 4242423677; +route 172.22.110.160/27 max 29 as 4242422202; +route 172.20.227.32/27 max 29 as 4242422005; +route 172.20.58.160/27 max 29 as 4242420813; +route 172.20.150.160/27 max 29 as 4242422488; +route 172.20.217.0/24 max 29 as 4242420217; +route 172.20.51.160/27 max 29 as 4242423381; +route 172.20.142.32/29 max 29 as 4242422673; +route 172.20.158.208/28 max 29 as 4242423743; +route 172.23.215.32/27 max 29 as 4242422821; +route 172.20.59.160/29 max 29 as 4242421226; +route 172.20.172.112/29 max 29 as 4242420491; +route 10.33.0.0/16 max 24 as 64860; +route 172.23.4.64/26 max 29 as 4242422889; +route 10.195.0.0/16 max 24 as 65024; +route 172.23.53.32/27 max 29 as 4242423727; +route 172.22.186.96/28 max 29 as 4242423969; +route 172.22.134.128/26 max 29 as 4242420046; +route 172.20.197.128/27 max 29 as 4242420960; +route 10.127.56.0/24 max 29 as 4201270004; +route 10.13.144.0/20 max 24 as 65052; +route 172.20.12.80/28 max 29 as 4242423610; +route 172.23.11.0/24 max 29 as 64526; +route 172.22.120.64/26 max 29 as 4242423000; +route 172.22.75.0/24 max 29 as 64674; +route 172.22.75.0/24 max 29 as 64675; +route 172.20.246.160/28 max 29 as 4242420630; +route 172.20.222.32/27 max 27 as 4242422025; +route 172.23.60.0/25 max 29 as 4242420288; +route 172.23.60.0/25 max 29 as 4201270030; +route 172.22.184.0/24 max 29 as 64784; +route 172.22.125.192/27 max 29 as 4242422848; +route 10.115.0.0/19 max 24 as 65115; +route 10.116.0.0/16 max 24 as 65525; +route 172.20.30.0/24 max 29 as 4242423042; +route 172.22.51.0/24 max 29 as 4242420656; +route 10.228.0.0/16 max 24 as 65406; +route 172.20.235.112/28 max 29 as 4242420339; +route 172.20.48.128/27 max 29 as 4242420181; +route 172.21.113.32/27 max 29 as 4242421010; +route 172.22.38.0/24 max 29 as 4242421761; +route 172.20.12.128/28 max 29 as 4242420178; +route 10.11.144.0/20 max 24 as 64874; +route 172.20.245.224/27 max 29 as 4242423212; +route 172.23.223.32/27 max 29 as 4242420880; +route 10.127.111.0/24 max 29 as 4201271111; +route 172.21.89.0/27 max 29 as 4242421063; +route 172.23.10.32/27 max 29 as 4242422116; +route 172.22.148.160/27 max 29 as 4242422506; +route 172.20.6.64/27 max 29 as 4242421576; +route 10.225.0.0/16 max 24 as 65079; +route 172.22.101.96/28 max 29 as 4242423605; +route 172.21.66.96/27 max 29 as 4242422809; +route 172.22.76.176/29 max 29 as 4242420091; +route 10.55.64.0/18 max 24 as 65001; +route 10.127.8.128/29 max 29 as 4201270014; +route 172.22.151.96/27 max 29 as 4242421552; +route 10.127.30.0/24 max 29 as 4201270030; +route 10.127.30.0/24 max 29 as 4242420288; +route 172.20.130.0/24 max 29 as 4242423759; +route 172.21.84.96/29 max 29 as 4242420883; +route 172.22.177.80/28 max 29 as 4242420639; +route 172.21.67.232/29 max 29 as 4242422093; +route 172.20.191.96/27 max 29 as 4242421275; +route 172.21.67.0/27 max 29 as 4242420167; +route 172.20.6.0/28 max 29 as 4242421506; +route 172.23.132.64/27 max 29 as 4242423064; +route 172.20.237.64/27 max 29 as 4242423877; +route 172.22.177.64/28 max 29 as 4242421977; +route 172.23.116.0/26 max 29 as 4242420905; +route 172.22.151.64/27 max 29 as 4242423882; +route 172.23.173.184/29 max 29 as 4242422061; +route 172.22.157.0/27 max 29 as 4242422022; +route 172.23.99.96/27 max 29 as 4242420615; +route 172.20.190.144/28 max 29 as 4242423759; +route 172.22.182.128/27 max 29 as 4242423820; +route 172.22.110.64/27 max 29 as 4242422342; +route 10.215.0.0/16 max 24 as 65083; +route 172.20.64.0/21 max 29 as 4242420101; +route 172.20.3.0/24 max 29 as 4242420467; +route 10.111.0.0/16 max 24 as 65111; +route 172.20.18.64/27 max 29 as 4242423754; +route 172.20.142.96/27 max 29 as 4242421120; +route 172.23.200.0/24 max 29 as 4242421271; +route 172.21.125.96/27 max 29 as 4242420166; +route 172.21.92.64/27 max 29 as 4242423419; +route 172.23.104.128/27 max 29 as 4242420335; +route 172.20.148.80/28 max 29 as 4242420316; +route 172.22.67.0/27 max 29 as 4242420771; +route 172.20.18.160/27 max 29 as 4242428988; +route 172.23.45.0/24 max 29 as 4242423342; +route 172.21.101.96/29 max 29 as 4242421035; +route 172.22.146.0/25 max 29 as 4242423973; +route 172.20.34.0/26 max 29 as 4242423966; +route 172.23.124.32/27 max 29 as 4242423219; +route 10.118.0.0/16 max 24 as 65044; +route 172.22.162.0/26 max 29 as 4242422334; +route 172.20.0.35/32 max 32 as 4242420656; +route 172.22.108.0/26 max 29 as 4242421080; +route 172.20.234.64/27 max 29 as 4242421297; +route 10.15.224.0/20 max 24 as 64875; +route 172.20.131.88/29 max 29 as 4242423692; +route 172.23.183.0/28 max 29 as 4242420585; +route 172.23.90.0/27 max 29 as 4242422252; +route 172.20.4.128/26 max 29 as 4242420049; +route 172.20.10.128/29 max 29 as 4242423369; +route 10.127.132.0/24 max 29 as 4242421332; +route 172.20.32.0/28 max 29 as 4242423733; +route 172.22.252.160/27 max 29 as 4242423993; +route 10.15.128.0/18 max 24 as 64890; +route 172.23.163.96/28 max 29 as 4242421202; +route 172.23.158.64/26 max 29 as 4242420031; +route 172.23.193.128/27 max 29 as 4242421289; +route 10.20.0.0/16 max 24 as 65079; +route 172.20.40.0/24 max 29 as 4242420124; +route 172.23.43.104/29 max 29 as 4242428202; +route 10.29.0.0/16 max 24 as 65529; +route 172.22.115.128/25 max 29 as 64915; +route 172.20.48.0/27 max 29 as 4242422707; +route 172.20.224.128/26 max 29 as 4242422866; +route 172.20.236.64/29 max 29 as 4242422466; +route 172.23.82.0/25 max 29 as 4242422857; +route 172.22.146.192/27 max 29 as 4242423962; +route 10.127.12.0/24 max 29 as 4242420140; +route 172.23.59.0/26 max 29 as 4242422411; +route 172.20.159.8/29 max 29 as 4242420041; +route 172.21.118.128/27 max 29 as 4242421551; +route 172.20.2.128/26 max 29 as 4242421191; +route 172.20.164.0/26 max 29 as 4242423023; +route 172.21.110.32/27 max 29 as 4242422577; +route 172.20.233.64/26 max 29 as 4242421130; +route 172.21.67.128/28 max 29 as 4242423010; +route 172.23.110.96/27 max 29 as 4242420344; +route 172.20.228.128/26 max 29 as 4242423967; +route 172.22.54.0/24 max 29 as 64654; +route 172.20.43.0/27 max 29 as 4242420340; +route 172.22.117.0/25 max 29 as 64717; +route 172.20.2.0/27 max 29 as 4242421819; +route 172.22.172.0/27 max 29 as 4242420339; +route 172.21.67.224/29 max 29 as 4242423927; +route 172.23.7.32/27 max 29 as 4242421618; +route 172.22.252.192/27 max 29 as 4242422424; +route 172.22.16.0/23 max 29 as 64616; +route 172.23.168.0/25 max 29 as 4242423924; +route 172.20.44.16/28 max 29 as 4242420026; +route 172.20.12.144/29 max 29 as 4242421550; +route 172.20.162.0/29 max 29 as 4242421702; +route 172.20.41.32/28 max 29 as 4242420208; +route 172.22.101.224/27 max 29 as 4242423142; +route 172.22.168.128/25 max 29 as 64752; +route 172.23.202.0/24 max 29 as 4242420000; +route 172.20.214.0/26 max 29 as 4242422214; +route 172.20.8.0/23 max 29 as 4242423201; +route 10.127.25.0/24 max 29 as 4242422189; +route 172.21.100.32/27 max 29 as 4242428988; +route 172.20.175.0/27 max 29 as 4242422666; +route 172.22.77.32/28 max 29 as 4242421817; +route 172.20.48.176/28 max 29 as 4242420406; +route 172.20.39.64/28 max 29 as 4242420789; +route 172.22.119.224/27 max 29 as 4242421299; +route 172.20.158.96/27 max 29 as 4242423468; +route 172.20.207.64/27 max 29 as 4242421113; +route 10.51.0.0/16 max 24 as 65054; +route 10.15.192.0/20 max 24 as 64891; +route 172.21.64.224/27 max 29 as 4242423002; +route 172.23.193.0/27 max 29 as 4242421516; +route 172.20.12.192/27 max 29 as 4242422225; +route 172.23.84.32/27 max 29 as 4242422810; +route 172.21.106.64/27 max 29 as 4242423952; +route 172.23.233.0/24 max 29 as 4242422244; +route 172.23.217.32/27 max 29 as 4242422696; +route 172.22.76.192/28 max 29 as 4242423442; +route 172.20.0.53/32 max 32 as 4242420119; +route 172.20.0.53/32 max 32 as 4242423914; +route 172.22.70.0/28 max 29 as 76198; +route 172.22.129.192/26 max 29 as 4242423976; +route 172.20.193.176/28 max 29 as 4242423335; +route 172.22.118.64/27 max 29 as 4242422238; +route 172.21.99.192/27 max 29 as 4242420261; +route 172.22.239.0/24 max 29 as 64839; +route 172.21.106.160/27 max 29 as 4242420657; +route 10.127.127.127/32 max 32 as 4242422464; +route 172.20.199.0/24 max 29 as 4242423991; +route 172.23.125.0/29 max 29 as 4242423852; +route 172.21.112.96/27 max 29 as 4242421801; +route 10.59.0.0/21 max 24 as 65041; +route 172.23.109.128/27 max 29 as 4242420899; +route 10.127.10.0/24 max 29 as 4201270010; +route 172.20.239.128/26 max 29 as 4242423514; +route 172.20.15.96/27 max 29 as 4242420805; +route 172.20.227.112/28 max 29 as 4242423636; +route 172.23.183.192/27 max 29 as 4242421521; +route 172.20.5.128/27 max 29 as 4242420161; +route 172.22.104.0/24 max 29 as 4242422044; +route 172.23.86.0/27 max 29 as 4242422386; +route 172.20.14.32/27 max 28 as 4242423914; +route 172.20.20.80/28 max 29 as 4242423404; +route 172.20.132.64/27 max 29 as 4242420595; +route 172.20.227.224/28 max 29 as 4242423434; +route 10.189.0.0/18 max 24 as 65189; +route 172.20.248.0/24 max 29 as 4242422480; +route 172.20.177.160/27 max 29 as 4242423188; +route 172.23.105.64/27 max 29 as 4242421899; +route 172.20.15.32/29 max 29 as 4242423766; +route 172.20.46.96/28 max 29 as 4242421043; +route 172.20.175.32/27 max 29 as 4242420550; +route 172.23.151.0/25 max 29 as 4242422125; +route 172.23.216.224/27 max 29 as 64773; +route 172.23.222.32/27 max 29 as 4242421907; +route 172.23.231.96/27 max 29 as 4242422188; +route 172.20.177.64/27 max 29 as 4242420944; +route 172.22.106.0/27 max 29 as 4242423858; +route 172.20.158.32/27 max 29 as 4242421629; +route 172.23.150.0/25 max 29 as 4242420158; +route 172.21.80.96/27 max 29 as 4242423765; +route 172.20.128.80/29 max 29 as 4242422668; +route 172.23.3.192/26 max 29 as 4242422006; +route 172.22.240.128/25 max 29 as 4242420017; +route 172.20.128.48/28 max 29 as 4242422747; +route 172.20.21.192/26 max 29 as 4242423008; +route 172.20.13.192/27 max 29 as 4242420227; +route 172.21.64.96/27 max 29 as 4242422065; +route 172.23.40.0/25 max 29 as 4242420515; +route 172.23.222.0/27 max 29 as 4242423111; +route 172.20.159.224/27 max 29 as 4242423703; +route 172.22.114.32/27 max 29 as 4242420359; +route 172.20.173.0/27 max 29 as 4242420139; +route 172.20.156.0/23 max 29 as 4242423906; +route 172.20.158.224/27 max 29 as 4242423511; +route 10.15.0.0/18 max 24 as 64884; +route 172.23.169.0/24 max 29 as 4242421230; +route 172.20.172.96/28 max 29 as 4242421703; +route 172.22.189.96/27 max 29 as 209557; +route 172.22.189.96/27 max 29 as 4242421214; +route 172.21.106.128/27 max 29 as 4242420651; +route 10.137.0.0/16 max 24 as 65433; +route 10.47.0.0/16 max 24 as 64862; +route 172.22.73.32/27 max 29 as 4242420189; +route 172.20.149.16/28 max 29 as 4242420308; +route 10.11.0.0/18 max 24 as 65050; +route 10.147.0.0/16 max 24 as 65147; +route 172.23.236.0/25 max 29 as 76190; +route 172.21.90.0/26 max 29 as 4242421018; +route 172.21.67.144/28 max 29 as 4242420769; +route 172.20.132.0/27 max 29 as 4242421296; +route 172.20.190.128/28 max 29 as 4242423759; +route 10.156.0.0/16 max 24 as 65120; +route 10.144.0.0/16 max 24 as 64859; +route 172.22.66.64/27 max 29 as 4242422717; +route 172.20.33.48/28 max 29 as 4242423348; +route 172.23.125.8/29 max 29 as 4242422290; +route 172.20.59.112/29 max 29 as 4242423446; +route 172.20.21.128/27 max 29 as 4242420434; +route 172.21.100.96/27 max 29 as 4242420751; +route 172.22.159.16/28 max 29 as 4242420629; +route 172.22.97.0/24 max 29 as 64697; +route 172.22.169.0/28 max 29 as 4242420131; +route 172.21.82.0/27 max 29 as 4242421017; +route 172.20.144.0/22 max 29 as 4242422180; +route 172.20.129.64/26 max 29 as 4242421233; +route 172.20.54.64/26 max 29 as 4242420527; +route 172.20.2.224/27 max 29 as 4242421406; +route 172.23.183.224/28 max 29 as 4242420401; +route 172.20.138.192/26 max 29 as 4242421997; +route 172.20.235.0/27 max 29 as 4242423907; +route 172.20.192.32/27 max 29 as 4242422478; +route 172.20.238.192/26 max 29 as 4242423656; +route 172.20.227.128/27 max 29 as 4242422543; +route 172.20.1.0/24 max 24 as 4242420119; +route 172.23.83.128/25 max 29 as 4242422857; +route 172.20.33.64/27 max 29 as 4242423377; +route 10.127.8.192/26 max 29 as 4201270006; +route 10.130.0.0/16 max 24 as 201173; +route 172.23.93.0/27 max 29 as 4242422680; +route 172.21.74.128/26 max 29 as 4242423767; +route 172.20.195.128/27 max 29 as 4242421979; +route 172.21.72.0/27 max 29 as 4242420270; +route 10.72.0.0/16 max 24 as 65513; +route 172.20.190.64/28 max 29 as 4242422431; +route 10.127.0.0/24 max 29 as 4201270000; +route 172.20.6.104/29 max 29 as 4242421921; +route 172.23.35.128/26 max 29 as 4242420028; +route 172.22.101.0/27 max 29 as 4242420152; +route 172.20.4.96/29 max 29 as 4242421722; +route 172.23.249.0/24 max 29 as 4242421338; +route 172.20.230.0/25 max 25 as 4242420144; +route 172.20.230.0/25 max 25 as 208391; +route 172.23.32.64/27 max 29 as 4242420385; +route 172.23.116.64/27 max 29 as 4242421335; +route 10.36.0.0/16 max 24 as 44194; +route 172.23.104.160/27 max 29 as 4242421206; +route 172.22.122.0/26 max 29 as 4242420180; +route 172.20.128.0/27 max 29 as 4242423424; +route 172.21.81.0/27 max 29 as 4242421171; +route 172.20.2.64/27 max 29 as 4242420164; +route 172.20.15.128/27 max 29 as 4242421031; +route 172.20.54.32/28 max 29 as 4242422274; +route 172.23.110.32/27 max 29 as 4242420265; +route 172.21.106.192/27 max 29 as 4242420717; +route 172.23.110.128/27 max 29 as 4242422553; +route 172.20.32.144/28 max 29 as 4242423240; +route 10.127.131.0/24 max 29 as 207268; +route 172.23.119.64/27 max 27 as 4242421878; +route 172.20.172.224/27 max 29 as 4242420993; +route 172.22.160.32/28 max 29 as 4242421632; +route 172.20.29.160/27 max 29 as 4242422408; +route 172.20.45.0/28 max 29 as 4242421341; +route 172.22.135.16/28 max 29 as 4242422203; +route 172.20.192.192/26 max 29 as 210969; +route 172.20.192.192/26 max 29 as 4242422259; +route 10.62.0.0/16 max 24 as 65046; +route 10.28.0.0/16 max 24 as 65397; +route 172.20.142.64/27 max 27 as 4242420577; +route 172.20.184.176/29 max 29 as 4242421765; +route 172.22.118.128/27 max 27 as 4242423770; +route 172.23.178.0/26 max 29 as 4242423510; +route 10.230.0.0/16 max 24 as 44194; +route 172.20.184.208/28 max 29 as 4242420078; +route 172.23.177.0/28 max 29 as 4242422479; +route 10.186.0.0/16 max 24 as 65100; +route 172.20.239.192/27 max 29 as 4242422439; +route 172.23.2.64/26 max 29 as 4242423764; +route 172.21.93.64/27 max 29 as 4242422752; +route 172.23.177.16/28 max 29 as 4242423002; +route 172.20.138.128/26 max 29 as 4242423513; +route 172.20.155.80/29 max 29 as 4242420506; +route 172.23.162.0/27 max 29 as 4242422890; +route 172.20.4.48/28 max 29 as 4242420789; +route 172.20.53.32/27 max 29 as 4242420302; +route 172.23.151.144/28 max 29 as 4242422678; +route 172.20.192.0/29 max 29 as 4242422309; +route 172.20.28.0/27 max 29 as 4242420154; +route 172.23.49.0/27 max 29 as 4242422412; +route 172.20.235.32/27 max 29 as 4242423807; +route 172.20.163.160/27 max 29 as 4242420063; +route 172.20.173.32/27 max 29 as 4242421542; +route 172.22.66.0/27 max 29 as 4242421207; +route 172.20.155.32/27 max 29 as 4242423156; +route 172.23.24.128/27 max 29 as 4242423812; +route 10.127.19.0/24 max 29 as 4201270019; +route 172.21.66.32/27 max 29 as 4242421119; +route 172.23.119.224/28 max 29 as 4242420086; +route 172.20.46.80/28 max 29 as 4242421408; +route 172.20.175.96/27 max 29 as 4242421508; +route 172.22.172.96/27 max 29 as 4242420511; +route 172.22.181.224/28 max 29 as 4242423353; +route 172.23.69.64/27 max 29 as 4242421250; +route 172.22.186.80/28 max 29 as 4242421458; +route 172.23.58.0/26 max 29 as 4242422143; +route 172.20.62.128/29 max 29 as 4242422822; +route 172.20.157.128/25 max 29 as 4242423906; +route 172.20.165.16/28 max 29 as 4242421848; +route 172.23.12.0/24 max 29 as 64527; +route 172.23.183.16/29 max 29 as 4242423275; +route 10.26.64.0/18 max 24 as 4242420022; +route 172.23.177.64/26 max 29 as 4242421987; +route 172.20.246.96/27 max 29 as 4242423130; +route 172.20.132.32/27 max 29 as 4242421916; +route 172.20.45.96/27 max 29 as 4242421862; +route 172.23.192.0/24 max 29 as 64712; +route 172.23.100.128/27 max 29 as 4242420696; +route 172.20.224.0/26 max 29 as 4242422284; +route 172.20.232.32/27 max 29 as 4242420741; +route 172.21.0.53/32 max 32 as 0; +route 172.23.34.0/26 max 29 as 4242422900; +route 172.22.92.0/24 max 29 as 64692; +route 172.20.19.96/27 max 29 as 4242423518; +route 172.23.101.192/27 max 29 as 4242422340; +route 10.59.32.0/20 max 24 as 65041; +route 10.127.8.160/27 max 29 as 4201270007; +route 172.23.190.0/26 max 29 as 4242420198; +route 10.30.0.0/18 max 24 as 65084; +route 172.23.168.128/27 max 29 as 4242421518; +route 172.20.72.0/21 max 29 as 4242421127; +route 172.22.130.32/27 max 29 as 4242421922; +route 172.23.78.128/27 max 29 as 4242423033; +route 172.20.207.224/27 max 29 as 4242422208; +route 172.20.46.112/29 max 29 as 4242421461; +route 172.20.192.160/27 max 29 as 4242420272; +route 172.22.118.96/27 max 29 as 4242423217; +route 172.22.43.0/24 max 29 as 64643; +route 10.198.0.0/16 max 24 as 65242; +route 172.22.132.96/27 max 29 as 4242420239; +route 172.23.46.0/24 max 29 as 4242420124; +route 10.27.0.0/16 max 24 as 65057; +route 172.20.207.96/27 max 29 as 4242423252; +route 172.23.186.0/27 max 29 as 4242421360; +route 10.70.0.0/18 max 24 as 65065; +route 172.20.136.0/25 max 29 as 4242429946; +route 172.20.18.112/28 max 29 as 4242423670; +route 172.20.49.0/25 max 29 as 4242428192; +route 172.20.41.48/28 max 29 as 4242423410; +route 172.20.155.0/27 max 29 as 4242423435; +route 172.20.6.96/29 max 29 as 4242420981; +route 172.20.204.192/26 max 29 as 4242421049; +route 172.23.89.0/27 max 29 as 4242420604; +route 172.20.149.136/29 max 29 as 4242420234; +route 172.23.199.64/27 max 29 as 4242422016; +route 172.20.160.192/26 max 29 as 4242421189; +route 172.23.24.192/26 max 29 as 4242422104; +route 10.109.0.0/16 max 24 as 65527; +route 172.20.163.112/28 max 29 as 4242423645; +route 172.20.143.128/25 max 29 as 4242422575; +route 172.20.66.64/28 max 29 as 64600; +route 172.20.66.64/28 max 29 as 4242420101; +route 172.20.158.192/28 max 29 as 4242423704; +route 172.22.188.224/28 max 29 as 4242423935; +route 172.23.183.32/27 max 29 as 4242422895; +route 172.20.130.128/28 max 29 as 4242423759; +route 172.20.22.0/23 max 29 as 4242421410; +route 172.20.34.192/26 max 29 as 4242420905; +route 172.23.173.0/27 max 29 as 4242421178; +route 172.22.153.0/24 max 29 as 64720; +route 172.21.79.64/28 max 29 as 4242423577; +route 172.23.164.0/23 max 29 as 76160; +route 172.22.188.128/26 max 29 as 4242420045; +route 172.23.92.0/24 max 29 as 4242423838; +route 172.21.86.0/27 max 29 as 4242422186; +route 172.22.110.96/27 max 29 as 4242422010; +route 172.21.77.0/27 max 29 as 4242420860; +route 172.20.228.0/26 max 29 as 4242420121; +route 172.23.100.160/27 max 29 as 4242421243; +route 10.252.64.0/18 max 24 as 64899; +route 172.22.124.32/28 max 29 as 4242421903; +route 172.20.158.0/27 max 29 as 206633; +route 172.21.68.0/27 max 29 as 4242421097; +route 172.20.15.248/29 max 29 as 4242420989; +route 172.20.62.96/27 max 29 as 4242420307; +route 10.11.184.0/22 max 24 as 65520; +route 10.142.0.0/16 max 24 as 64946; +route 172.23.222.160/28 max 29 as 4242423626; +route 172.23.78.160/27 max 29 as 4242421377; +route 172.22.55.0/24 max 29 as 64655; +route 172.22.147.64/26 max 29 as 4242421474; +route 172.21.85.0/27 max 29 as 4242422403; +route 172.22.114.0/27 max 29 as 4242421985; +route 172.20.19.128/27 max 29 as 4242420829; +route 172.22.147.144/28 max 29 as 4242423405; +route 172.23.5.0/27 max 29 as 4242423740; +route 172.20.229.96/28 max 29 as 4242422440; +route 172.20.21.0/27 max 29 as 4242420260; +route 172.23.99.192/27 max 29 as 4242423936; +route 172.22.254.0/26 max 29 as 64828; +route 172.22.147.32/28 max 29 as 4242423640; +route 172.20.171.80/28 max 29 as 4242421564; +route 172.22.188.64/26 max 29 as 204446; +route 172.20.48.192/27 max 29 as 4242423774; +route 172.23.110.0/27 max 29 as 4242420644; +route 172.23.48.96/27 max 29 as 4242423599; +route 172.20.154.96/27 max 29 as 4242421424; +route 172.20.164.96/27 max 29 as 4242420092; +route 172.20.48.32/27 max 29 as 4242420573; +route 172.23.234.96/27 max 29 as 4242421777; +route 172.20.181.0/25 max 29 as 4242422700; +route 172.22.101.128/26 max 29 as 4242420520; +route 172.23.119.160/28 max 29 as 4242422901; +route 172.22.137.0/27 max 29 as 4242422137; +route 10.13.64.0/20 max 24 as 64856; +route 172.20.128.40/29 max 29 as 4242422878; +route 172.22.105.64/27 max 29 as 4242421975; +route 172.22.186.32/27 max 29 as 4242422855; +route 172.20.171.96/27 max 29 as 4242420211; +route 172.21.118.0/25 max 29 as 4242420118; +route 172.22.162.64/27 max 29 as 4242423724; +route 172.23.83.0/25 max 29 as 4242422857; +route 172.20.60.0/23 max 29 as 4242423158; +route 172.20.48.224/27 max 29 as 4242421938; +route 10.49.0.0/18 max 24 as 64900; +route 172.23.10.0/27 max 29 as 4242421032; +route 172.21.92.96/27 max 29 as 4242420601; +route 172.23.182.0/27 max 29 as 4242421908; +route 172.20.162.8/29 max 29 as 4242420254; +route 172.20.234.208/28 max 29 as 4242421098; +route 172.23.151.192/27 max 29 as 4242420415; +route 172.20.227.0/27 max 29 as 4242423965; +route 172.21.125.160/27 max 29 as 4242422991; +route 172.20.159.16/28 max 29 as 4242421055; +route 172.20.161.128/26 max 29 as 4242420666; +route 172.22.128.32/28 max 29 as 4242423266; +route 172.20.128.192/26 max 29 as 4242420977; +route 172.20.160.128/28 max 29 as 4242423759; +route 172.22.129.48/28 max 29 as 4242423486; +route 172.21.90.64/26 max 29 as 4242421090; +route 10.83.0.0/16 max 24 as 65024; +route 172.20.234.240/28 max 29 as 4242421940; +route 172.23.32.0/27 max 29 as 4242422330; +route 10.44.0.0/18 max 24 as 64882; +route 10.39.0.0/18 max 24 as 64876; +route 172.23.184.0/23 max 29 as 4242420184; +route 10.50.0.0/16 max 24 as 65024; +route 172.20.135.192/29 max 29 as 4242422435; +route 172.22.70.0/24 max 29 as 76198; +route 172.20.169.0/24 max 29 as 4242422548; +route 172.20.29.80/28 max 29 as 4242421047; +route 172.20.210.0/26 max 29 as 4242420945; +route 10.127.255.56/32 max 32 as 4201270004; +route 172.22.118.32/27 max 29 as 4242422235; +route 10.127.124.0/29 max 29 as 4242421214; +route 172.21.75.0/27 max 29 as 4242420526; +route 10.14.0.0/16 max 24 as 65023; +route 172.20.234.224/28 max 29 as 4242423737; +route 172.23.246.0/26 max 29 as 4242421816; +route 10.127.18.32/27 max 29 as 4201270020; +route 172.23.69.96/27 max 29 as 4242421606; +route 172.20.231.224/27 max 29 as 4242420469; +route 172.22.0.43/32 max 32 as 4242420101; +route 172.22.0.43/32 max 32 as 4242423723; +route 172.22.0.43/32 max 32 as 4242422601; +route 172.22.0.43/32 max 32 as 4242423270; +route 172.22.0.43/32 max 32 as 4242422092; +route 172.22.247.128/27 max 29 as 4242422808; +route 172.22.111.0/26 max 29 as 4242420124; +route 172.22.143.0/24 max 29 as 4242420143; +route 172.23.2.0/27 max 29 as 4242422604; +route 172.23.69.16/28 max 29 as 4242422775; +route 172.23.82.128/25 max 29 as 4242422857; +route 172.23.178.160/27 max 29 as 4242422812; +route 172.20.232.80/28 max 29 as 4242420710; +route 172.22.77.64/27 max 29 as 4242420630; +route 172.20.231.16/28 max 29 as 4242420488; +route 172.23.105.0/26 max 29 as 4242422980; +route 172.20.208.0/24 max 29 as 64613; +route 172.20.34.64/26 max 29 as 4242423214; +route 172.23.124.0/27 max 29 as 4242420825; +route 172.23.215.128/27 max 29 as 4242421955; +route 172.23.102.0/23 max 29 as 4242420321; +route 172.22.147.48/28 max 29 as 4242421474; +route 172.23.214.0/24 max 29 as 4242420235; +route 172.22.240.0/26 max 29 as 0; +route 172.23.188.0/24 max 29 as 4242420467; +route 10.59.16.0/20 max 24 as 65041; +route 172.21.88.144/28 max 29 as 4242420199; +route 172.22.128.128/27 max 29 as 4242420185; +route 172.20.238.128/27 max 29 as 4242423878; +route 172.22.180.128/26 max 29 as 4242421210; +route 172.20.20.48/28 max 29 as 4242420238; +route 172.22.126.0/25 max 29 as 4242422462; +route 10.214.0.0/16 max 24 as 65081; +route 10.190.0.0/15 max 24 as 65019; +route 172.22.148.0/26 max 29 as 4242420898; +route 172.22.134.192/26 max 29 as 4242421110; +route 172.20.59.0/26 max 29 as 4242420527; +route 172.20.45.64/28 max 29 as 4242423667; +route 172.20.29.64/28 max 29 as 4242421353; +route 172.20.165.96/27 max 29 as 4242420699; +route 172.22.141.0/24 max 29 as 64737; +route 172.22.73.128/27 max 29 as 4242423742; +route 172.20.139.176/28 max 29 as 4242421273; +route 10.1.128.0/19 max 24 as 64864; +route 172.20.15.240/29 max 29 as 4242420988; +route 172.22.68.32/27 max 29 as 4242421088; +route 172.20.55.64/27 max 29 as 4242423311; +route 172.20.194.0/26 max 29 as 4242422033; +route 172.22.158.144/28 max 29 as 4242423336; +route 172.22.109.0/27 max 29 as 4242422749; +route 172.23.99.128/26 max 29 as 4242420731; +route 10.127.9.0/24 max 29 as 4201270006; +route 10.56.0.0/16 max 24 as 65037; +route 172.20.233.128/26 max 29 as 4242421288; +route 172.20.162.32/27 max 27 as 4242423964; +route 172.20.187.224/27 max 29 as 4242421607; +route 172.23.1.0/24 max 29 as 64828; +route 172.20.42.224/27 max 29 as 4242421323; +route 172.22.149.192/27 max 29 as 4242423938; +route 172.23.239.0/25 max 29 as 4242422128; +route 172.20.54.48/29 max 29 as 4242422878; +route 10.203.0.0/16 max 24 as 65051; +route 172.23.73.0/26 max 29 as 4242421823; +route 10.127.8.64/26 max 29 as 4201270006; +route 172.20.148.72/29 max 29 as 4242423402; +route 172.23.100.224/27 max 29 as 4242420141; +route 10.54.0.0/16 max 24 as 65514; +route 172.20.136.128/25 max 29 as 4242421948; +route 172.23.13.0/29 max 29 as 4242423913; +route 172.23.69.0/28 max 29 as 4242422030; +route 172.23.224.0/27 max 29 as 4242420546; +route 10.161.0.0/16 max 24 as 64878; +route 10.127.128.0/24 max 29 as 142280; +route 172.22.66.32/27 max 29 as 4242421876; +route 172.22.66.32/27 max 29 as 4201270021; +route 172.22.66.32/27 max 29 as 17830; +route 172.22.66.32/27 max 29 as 211876; +route 172.20.189.128/25 max 29 as 4242421223; +route 172.23.203.0/26 max 29 as 4242422376; +route 172.21.121.96/27 max 29 as 4242422691; +route 172.23.199.0/26 max 29 as 4242420917; +route 172.20.224.96/27 max 29 as 4242421987; +route 172.20.231.0/28 max 29 as 4242420343; +route 172.23.86.32/27 max 29 as 4242421078; +route 172.23.173.32/27 max 29 as 4242420602; +route 172.22.65.0/24 max 29 as 64665; +route 172.22.129.0/28 max 29 as 4242421702; +route 10.127.89.0/24 max 29 as 4201270003; +route 172.20.15.160/27 max 29 as 4242423310; +route 172.23.114.0/27 max 29 as 4242423663; +route 172.22.68.0/27 max 29 as 4242421888; +route 172.21.67.160/28 max 29 as 4242421091; +route 172.20.58.128/27 max 29 as 4242420138; +route 10.100.0.0/14 max 32 as 64654; +route 172.22.76.96/27 max 29 as 4242422547; +route 172.21.74.0/27 max 29 as 4242423454; +route 172.23.4.32/27 max 27 as 62396; +route 10.127.99.0/24 max 29 as 4201270099; +route 10.127.99.0/24 max 29 as 4242423699; +route 172.20.6.144/28 max 29 as 4242422644; +route 172.23.101.128/29 max 29 as 4242421958; +route 172.23.84.0/27 max 29 as 4242421704; +route 172.20.160.32/28 max 29 as 4242422742; +route 10.127.18.0/27 max 29 as 4201270006; +route 172.21.77.32/27 max 29 as 4242420927; +route 10.60.0.0/16 max 24 as 65060; +route 172.22.76.16/28 max 29 as 4242423040; +route 172.20.168.128/25 max 29 as 4242421332; +route 172.20.206.0/27 max 29 as 4242423869; +route 172.20.155.88/29 max 29 as 4242423036; +route 172.20.33.32/28 max 29 as 4242422935; +route 172.20.167.144/28 max 29 as 4242423127; +route 172.23.56.0/24 max 29 as 4242420018; +route 172.20.31.96/27 max 29 as 4242420921; +route 172.20.42.128/29 max 29 as 4242421958; +route 172.20.195.160/27 max 29 as 4242421902; +route 172.20.58.192/27 max 29 as 4242420524; +route 172.23.16.128/26 max 29 as 4242420120; +route 172.20.175.64/27 max 29 as 4242427761; +route 172.20.165.8/29 max 29 as 4242423821; +route 172.20.4.64/27 max 29 as 4242422684; +route 172.23.109.0/26 max 29 as 4242422387; +route 172.23.0.80/32 max 32 as 4242420123; +route 172.23.0.80/32 max 32 as 64737; +route 172.23.0.80/32 max 32 as 64719; +route 172.23.0.80/32 max 32 as 4242422601; +route 10.223.0.0/16 max 24 as 65038; +route 172.20.154.0/26 max 29 as 4242420418; +route 172.20.162.24/29 max 29 as 4242422249; +route 172.22.181.192/27 max 29 as 4242422322; +route 172.22.110.200/29 max 29 as 4242422115; +route 172.20.132.128/29 max 29 as 4242423916; +route 10.16.192.0/18 max 24 as 64894; +route 172.23.83.0/24 max 29 as 4242422857; +route 10.24.128.0/18 max 24 as 64769; +route 172.22.130.128/27 max 29 as 4242423270; +route 172.20.208.128/25 max 29 as 64613; +route 172.20.191.192/26 max 29 as 4242422464; +route 172.23.66.64/26 max 29 as 4242420601; +route 172.20.195.80/28 max 29 as 4242428593; +route 172.20.238.0/27 max 29 as 4242422357; +route 172.23.251.0/26 max 29 as 4242423853; +route 10.155.0.0/20 max 24 as 65125; +route 10.24.0.0/20 max 24 as 65045; +route 172.20.58.224/27 max 29 as 4242423904; +route 172.23.111.96/27 max 29 as 4242422088; +route 172.23.221.0/27 max 29 as 4242422207; +route 172.20.155.128/25 max 29 as 4242420064; +route 172.20.192.64/27 max 29 as 4242420115; +route 172.20.198.0/26 max 29 as 4242423850; +route 172.23.234.192/27 max 29 as 4242422950; +route 172.23.234.192/27 max 29 as 202265; +route 172.21.112.64/27 max 29 as 4242422457; +route 172.20.159.160/27 max 29 as 4242421709; +route 172.23.177.32/27 max 29 as 4242423236; +route 172.20.171.0/26 max 29 as 4242420125; +route 172.20.149.32/27 max 29 as 0; +route 172.21.82.48/28 max 29 as 4242421337; +route 172.20.202.0/26 max 29 as 4242420299; +route 172.23.109.96/27 max 29 as 4242421423; +route 172.20.184.224/28 max 29 as 4242420078; +route 172.20.41.0/27 max 29 as 4242422381; +route 172.20.184.160/28 max 29 as 4242421788; +route 172.20.32.64/27 max 29 as 4242420640; +route 172.20.177.0/27 max 29 as 4242421982; +route 172.23.119.0/27 max 29 as 4242422727; +route 172.20.55.96/27 max 29 as 4242423722; +route 172.20.50.128/26 max 29 as 4242423512; +route 10.11.112.0/20 max 24 as 64871; +route 172.22.137.32/27 max 29 as 4242422647; +route 172.23.89.32/27 max 29 as 4242420282; +route 172.23.125.32/27 max 29 as 4242421147; +route 10.127.21.0/24 max 29 as 4242422189; +route 172.23.72.0/27 max 29 as 4242421927; +route 172.22.131.64/27 max 29 as 4242420724; +route 172.20.172.184/29 max 29 as 4242422402; +route 172.23.199.96/28 max 29 as 4242420134; +route 172.20.129.128/27 max 29 as 4242422609; +route 172.20.187.128/26 max 29 as 4242423798; +route 172.23.25.0/26 max 29 as 4242422811; +route 172.22.73.160/27 max 29 as 4242420760; +route 172.20.197.216/29 max 29 as 4242420116; +route 172.22.158.224/27 max 29 as 4242422118; +route 172.23.223.0/27 max 29 as 4242422027; +route 172.22.144.96/27 max 29 as 4242422496; +route 172.23.0.53/32 max 32 as 64737; +route 172.23.0.53/32 max 32 as 4242422601; +route 172.23.0.53/32 max 32 as 4242421080; +route 172.21.74.96/27 max 29 as 4242422389; +route 172.21.72.32/27 max 29 as 4242421044; +route 172.22.101.80/28 max 29 as 4242427877; +route 172.22.169.224/27 max 29 as 4242422023; +route 172.20.31.80/28 max 29 as 4242422281; +route 172.22.127.96/27 max 29 as 4242420076; +route 10.12.0.0/16 max 24 as 65048; +route 10.26.48.0/20 max 24 as 4242420022; +route 172.20.135.0/27 max 29 as 4242421616; +route 172.23.193.32/27 max 29 as 4242421401; +route 172.20.29.96/27 max 29 as 4242423059; +route 10.66.0.0/20 max 24 as 65064; +route 172.23.163.0/27 max 29 as 4242421200; +route 172.20.199.128/25 max 29 as 4242423991; +route 172.20.15.48/29 max 29 as 4242421103; +route 10.210.0.0/18 max 24 as 65502; +route 172.20.13.240/28 max 29 as 4242420789; +route 172.22.181.144/28 max 29 as 4242422165; +route 172.20.168.96/28 max 29 as 4242422605; +route 10.23.0.0/16 max 24 as 65210; +route 10.127.17.0/24 max 29 as 141776; +route 10.127.17.0/24 max 29 as 4201270017; +route 10.127.17.0/24 max 29 as 4242420247; +route 10.1.0.0/18 max 24 as 64896; +route 172.22.152.0/25 max 29 as 64752; +route 172.23.59.64/27 max 29 as 4242421194; +route 172.23.88.0/24 max 29 as 4242420205; +route 172.20.155.64/28 max 29 as 4242423566; +route 172.23.119.176/28 max 29 as 4242422950; +route 172.23.119.176/28 max 29 as 202265; +route 172.20.34.128/27 max 29 as 4242421928; +route 172.20.187.192/27 max 29 as 4242422683; +route 172.22.128.48/28 max 29 as 4242421920; +route 172.20.138.64/26 max 29 as 4242421990; +route 172.22.158.192/27 max 29 as 4242428593; +route 172.22.172.80/28 max 29 as 4242423612; +route 10.126.0.0/16 max 24 as 65026; +route 172.23.38.128/27 max 29 as 4242422038; +route 172.20.53.0/27 max 29 as 4242420812; +route 172.22.73.16/28 max 29 as 4242422378; +route 172.20.139.160/28 max 29 as 4242423944; +route 172.20.21.160/27 max 29 as 4242422024; +route 172.23.193.64/27 max 29 as 4242420521; +route 172.20.228.224/27 max 27 as 4242422514; +route 172.21.66.224/27 max 29 as 4242421165; +route 172.23.138.0/23 max 29 as 76118; +route 172.20.29.128/27 max 29 as 4242422405; +route 172.23.242.32/27 max 29 as 4242421904; +route 172.20.135.32/27 max 29 as 4242420300; +route 172.20.229.112/28 max 29 as 4242421080; +route 172.20.227.192/27 max 29 as 4242420058; +route 10.176.0.0/15 max 24 as 65026; +route 172.20.6.128/28 max 29 as 4242422299; +route 172.20.186.0/24 max 29 as 4242421588; +route 172.20.12.152/29 max 29 as 4242422522; +route 172.20.229.0/26 max 29 as 4242420203; +route 172.20.18.0/27 max 29 as 4242421333; +route 172.20.4.0/27 max 29 as 4242423352; +route 172.23.35.0/26 max 29 as 4242423993; +route 172.23.16.192/26 max 29 as 4242420120; +route 172.20.13.0/25 max 29 as 4242420240; +route 172.23.198.0/24 max 29 as 76198; +route 172.20.16.0/25 max 29 as 4242421926; +route 172.23.48.32/27 max 29 as 4242420755; +route 172.22.140.0/25 max 29 as 4242422233; +route 172.23.6.0/26 max 29 as 4242422688; +route 172.23.101.160/27 max 29 as 4242421835; +route 10.127.4.0/24 max 29 as 140913; +route 10.19.0.0/16 max 24 as 64869; +route 10.127.22.8/29 max 29 as 4201270011; +route 172.20.57.0/24 max 29 as 4242422305; +route 172.20.31.0/26 max 29 as 4242423439; +route 172.20.21.64/27 max 29 as 4242423949; +route 172.22.66.96/27 max 29 as 4242421311; +route 172.20.34.96/27 max 29 as 4242423214; +route 172.23.109.168/29 max 29 as 4242423856; +route 172.22.149.48/28 max 29 as 4242422027; +route 10.127.234.0/24 max 29 as 141706; +route 172.20.178.0/27 max 29 as 4242423238; +route 10.204.0.0/16 max 24 as 64857; +route 10.127.16.0/24 max 29 as 4201270000; +route 172.20.246.128/27 max 29 as 4242423668; +route 172.20.195.64/28 max 29 as 4242421221; +route 172.23.99.64/27 max 29 as 4242423308; +route 172.20.159.32/27 max 29 as 4242423520; +route 172.22.164.0/23 max 29 as 56662; +route 172.20.174.32/27 max 29 as 4242423108; +route 172.23.66.0/26 max 29 as 4242421876; +route 172.23.66.0/26 max 29 as 4201270021; +route 172.23.66.0/26 max 29 as 17830; +route 172.23.66.0/26 max 29 as 211876; +route 172.22.1.0/24 max 29 as 76198; +route 172.22.1.0/24 max 29 as 4242422321; +route 172.20.176.0/24 max 29 as 4242421340; +route 172.21.83.32/27 max 29 as 4242420192; +route 172.20.163.96/28 max 29 as 4242423918; +route 172.23.38.160/27 max 29 as 4242422950; +route 172.23.38.160/27 max 29 as 202265; +route 172.22.142.32/27 max 29 as 4242423032; +route 172.20.49.128/25 max 29 as 4242428192; +route 172.20.228.192/28 max 29 as 4242421009; +route 172.20.165.128/26 max 29 as 4242420112; +route 172.23.241.0/26 max 29 as 4242420252; +route 10.127.14.0/23 max 29 as 134098; +route 172.22.149.64/27 max 29 as 4242421145; +route 172.23.71.0/27 max 29 as 4242422568; +route 172.22.122.128/27 max 29 as 4242421668; +route 172.20.131.16/28 max 29 as 4242422910; +route 172.20.39.96/27 max 29 as 4242423615; +route 172.21.79.0/26 max 29 as 4242421500; +route 10.30.96.0/19 max 24 as 64904; +route 172.20.173.64/27 max 29 as 4242422011; +route 172.20.150.0/27 max 29 as 4242423585; +route 172.23.223.96/27 max 29 as 4242423794; +route 172.20.232.0/27 max 29 as 4242429969; +route 172.20.222.0/27 max 29 as 4242422007; +route 172.21.100.128/25 max 29 as 4242423088; +route 172.21.100.128/25 max 29 as 140936; +route 172.21.100.128/25 max 29 as 38173; +route 172.21.100.128/25 max 29 as 7721; +route 172.21.66.0/27 max 29 as 4242421224; +route 10.86.0.0/15 max 24 as 65037; +route 172.22.168.0/25 max 29 as 64768; +route 172.20.181.128/26 max 29 as 4242423247; +route 172.23.208.0/23 max 29 as 4242421976; +route 10.67.0.0/16 max 24 as 64885; +route 10.127.11.0/24 max 29 as 7721; +route 10.127.11.0/24 max 29 as 38173; +route 10.127.11.0/24 max 29 as 140936; +route 10.127.11.0/24 max 29 as 4242423088; +route 172.22.142.0/29 max 29 as 4242422441; +route 172.20.197.208/28 max 29 as 4242420116; +route 172.20.167.136/29 max 29 as 4242422113; +route 172.20.32.192/27 max 29 as 4242420228; +route 172.22.149.112/28 max 29 as 4242420339; +route 172.21.75.64/26 max 29 as 141011; +route 10.37.0.0/16 max 24 as 65037; +route 172.20.6.32/27 max 29 as 4242423400; +route 172.22.133.160/29 max 29 as 4242423567; +route 172.22.107.0/27 max 29 as 4242420245; +route 172.22.182.0/25 max 29 as 4242421069; +route 172.23.148.0/24 max 29 as 76140; +route 10.127.255.4/32 max 32 as 4201270000; +route 172.20.43.32/27 max 29 as 4242423398; +route 172.20.33.0/27 max 29 as 4242422777; +route 172.20.34.160/28 max 29 as 4242420799; +route 172.20.180.0/27 max 29 as 4242421309; +route 172.23.160.0/26 max 29 as 4242422801; +route 172.20.32.16/28 max 29 as 4242420798; +route 172.23.178.96/27 max 29 as 4242420906; +route 172.21.75.32/27 max 29 as 4242421586; +route 172.22.128.224/27 max 29 as 4242420320; +route 172.22.141.160/27 max 29 as 64737; +route 172.23.235.0/25 max 29 as 76190; +route 172.21.125.192/28 max 29 as 4242423560; +route 172.23.104.0/27 max 29 as 4242420423; +route 172.20.149.64/27 max 29 as 4242423124; +route 172.20.233.32/27 max 29 as 4242421555; +route 172.20.197.224/27 max 29 as 4242420526; +route 10.127.8.136/29 max 29 as 4201270022; +route 172.22.186.112/28 max 29 as 4242420306; +route 172.20.55.192/28 max 29 as 4242422610; +route 172.23.216.192/27 max 29 as 64773; +route 10.212.0.0/20 max 24 as 64879; +route 10.7.0.0/16 max 24 as 65134; +route 172.20.172.120/29 max 29 as 4242420407; +route 172.20.135.64/27 max 29 as 4242420810; +route 172.20.238.32/29 max 29 as 4242423652; +route 172.23.90.64/27 max 29 as 4242422691; +route 172.22.130.160/27 max 29 as 4242421610; +route 10.254.0.0/16 max 24 as 65023; +route 172.22.6.0/23 max 29 as 64606; +route 172.20.6.192/27 max 29 as 4242420756; +route 172.23.75.32/27 max 29 as 4242422273; +route 172.21.64.16/28 max 29 as 4242420835; +route 172.22.98.0/28 max 29 as 4242420019; +route 172.21.82.32/29 max 29 as 4242421822; +route 172.20.139.144/28 max 29 as 4242423403; +route 172.20.230.128/25 max 29 as 4242423151; +route 172.23.149.0/24 max 29 as 4242420123; +route 172.20.148.128/27 max 29 as 17080; +route 10.127.20.0/24 max 29 as 4242422526; +route 172.23.128.96/27 max 29 as 4242420286; +route 172.20.159.192/28 max 29 as 4242420775; +route 172.20.129.160/27 max 27 as 4242422601; +route 172.23.89.240/28 max 29 as 4242420604; +route 172.23.43.112/28 max 29 as 4242421814; +route 172.23.82.0/24 max 29 as 4242422857; +route 10.110.0.0/16 max 24 as 65110; +route 172.22.67.32/27 max 29 as 4242422246; +route 172.20.33.96/27 max 29 as 4242423854; +route 172.23.163.32/27 max 29 as 4242420251; +route 172.22.127.0/26 max 29 as 4242420140; +route 172.23.196.0/27 max 29 as 4242420826; +route 172.22.111.64/27 max 29 as 4242422201; +route 172.20.5.160/27 max 29 as 4242421065; +route 172.23.75.64/26 max 29 as 142642; +route 172.21.101.80/29 max 29 as 4242420130; +route 10.187.0.0/16 max 24 as 65187; +route 172.22.159.32/27 max 29 as 4242422904; +route 172.21.100.0/28 max 29 as 4242423737; +route 172.23.13.32/27 max 29 as 4242421469; +route 172.20.20.32/28 max 29 as 4242420560; +route 10.205.0.0/16 max 24 as 65205; +route 172.20.47.64/26 max 29 as 4242420789; +route 172.23.75.0/27 max 29 as 4242422375; +route 172.20.4.112/28 max 29 as 4242420194; +route 172.20.18.128/27 max 29 as 4242421842; +route 172.22.128.64/28 max 29 as 4242420553; +route 172.22.119.192/27 max 29 as 4242420209; +route 10.152.64.0/18 max 24 as 65201; +route 10.172.0.0/16 max 24 as 65022; +route 172.23.216.0/24 max 29 as 64773; +route 10.8.0.0/16 max 24 as 65053; +route 172.21.106.32/27 max 29 as 4242423738; +route 172.21.114.32/27 max 29 as 4242423229; +route 172.21.101.112/28 max 29 as 4242421513; +route 172.22.148.128/27 max 29 as 4242423811; +route 172.22.252.224/27 max 29 as 4242422424; +route 10.127.66.0/24 max 29 as 17830; +route 10.127.66.0/24 max 29 as 211876; +route 10.127.66.0/24 max 29 as 4201270021; +route 10.127.66.0/24 max 29 as 4242421876; +route 172.20.204.64/27 max 29 as 4242423423; +route 172.20.12.224/27 max 29 as 4242421525; +route 172.22.132.64/28 max 29 as 4242422128; +route 172.23.136.0/23 max 29 as 4242420428; +route 172.20.14.160/27 max 29 as 4242420997; +route 172.22.163.0/24 max 29 as 4242422002; +route 172.20.231.32/27 max 29 as 4242423859; +route 172.20.47.160/27 max 29 as 4242421942; +route 172.20.6.112/29 max 29 as 4242422865; +route 10.90.0.0/16 max 24 as 65190; +route 10.41.0.0/16 max 24 as 65079; +route 172.23.217.0/27 max 29 as 4242423947; +route 172.22.157.192/27 max 29 as 4242423315; +route 172.20.237.0/26 max 29 as 4242422456; +route 10.127.110.0/24 max 29 as 4201270000; +route 10.240.0.0/13 max 24 as 65079; +route 172.23.119.192/27 max 29 as 4242420987; +route 172.20.227.160/28 max 29 as 4242429990; +route 172.21.86.64/27 max 29 as 4242422343; +route 10.65.0.0/20 max 24 as 4242420420; +route 172.23.156.0/23 max 29 as 4242422428; +route 172.22.169.160/27 max 29 as 4242422556; +route 172.23.215.160/27 max 29 as 4242421955; +route 172.20.163.128/28 max 29 as 4242420224; +route 172.20.205.0/24 max 29 as 4242421049; +route 10.2.0.0/16 max 24 as 65511; +route 172.21.87.128/25 max 29 as 4242420571; +route 172.20.149.160/27 max 29 as 4242422102; +route 172.23.158.192/26 max 29 as 4242420568; +route 172.20.34.64/27 max 29 as 4242423214; +route 172.22.122.160/27 max 29 as 4242420669; +route 172.22.128.0/27 max 29 as 31867; +route 10.145.0.0/16 max 24 as 65077; +route 172.23.158.0/27 max 29 as 4242420809; +route 172.22.180.64/26 max 29 as 4242422032; +route 172.20.246.192/27 max 29 as 4242423920; +route 172.20.14.0/28 max 29 as 4242421441; +route 172.21.120.0/24 max 27 as 4242422058; +route 172.22.131.128/28 max 29 as 4242423271; +route 172.23.168.192/26 max 29 as 4242421944; +route 172.20.177.128/27 max 29 as 4242422992; +route 172.20.231.192/27 max 29 as 4242421233; +route 172.20.42.160/27 max 29 as 4242423928; +route 172.21.92.0/27 max 29 as 4242422544; +route 172.23.67.0/25 max 29 as 4242420022; +route 172.21.69.0/24 max 29 as 4242423931; +route 10.68.0.0/20 max 24 as 64892; +route 172.23.43.16/29 max 29 as 4242423002; +route 172.22.169.128/28 max 29 as 4242421050; +route 10.18.0.0/16 max 24 as 65513; +route 172.21.64.192/27 max 29 as 4242423843; +route 172.22.181.160/27 max 29 as 4242420341; +route 172.22.120.0/26 max 29 as 64720; +route 172.22.63.0/28 max 29 as 4242420119; +route 172.22.63.0/28 max 29 as 64737; +route 172.22.63.0/28 max 29 as 4242422601; +route 172.23.163.160/27 max 29 as 4242423309; +route 172.23.128.128/26 max 29 as 4242423883; +route 172.20.32.32/27 max 29 as 4242423140; +route 172.23.119.120/29 max 29 as 4242423737; +route 172.20.165.32/27 max 29 as 4242423189; +route 10.127.1.0/24 max 29 as 4201270000; +route 172.23.128.0/26 max 29 as 4242422747; +route 172.20.44.32/27 max 29 as 4242421425; +route 172.20.144.0/23 max 29 as 4242422180; +route 172.20.229.128/27 max 29 as 4242423951; +route 10.160.0.0/13 max 24 as 65079; +route 172.20.58.0/27 max 29 as 4242420237; +route 172.21.74.32/28 max 29 as 4242421301; +route 172.20.51.128/27 max 29 as 4242422021; +route 172.20.53.96/27 max 29 as 0; +route 172.23.230.0/26 max 29 as 4242423921; +route 172.22.98.32/27 max 29 as 4242421821; +route 172.20.128.88/29 max 29 as 4242422202; +route 172.22.137.96/27 max 29 as 4242422850; +route 172.22.116.64/27 max 29 as 4242420982; +route 172.22.150.64/26 max 29 as 4242420031; +route 172.21.64.32/27 max 29 as 4242423843; +route 172.22.118.0/27 max 29 as 4242421128; +route 172.21.99.0/27 max 29 as 0; +route 172.23.76.0/26 max 29 as 4242422305; +route 172.20.28.128/27 max 29 as 4242420216; +route 10.158.0.0/15 max 24 as 65528; +route 172.23.241.64/27 max 29 as 4242423115; +route 172.22.113.0/24 max 29 as 64713; +route 172.23.73.64/26 max 29 as 4242421220; +route 172.20.227.64/27 max 29 as 4242420086; +route 172.23.64.128/25 max 29 as 4242421374; +route 172.20.33.128/25 max 29 as 4242421501; +route 172.23.69.32/27 max 29 as 4242421569; +route 172.20.26.0/23 max 29 as 4242422100; +route 172.20.62.64/29 max 29 as 4242422595; +route 172.22.169.32/27 max 29 as 4242423337; +route 172.20.32.224/27 max 29 as 4242423840; +route 172.23.64.0/25 max 29 as 4242421375; +route 172.23.131.0/26 max 29 as 4242422345; +route 10.127.8.0/26 max 29 as 4242421037; +route 172.22.137.64/27 max 29 as 4242422216; +route 172.20.58.64/27 max 29 as 4242423556; +route 10.149.0.0/16 max 24 as 65053; +route 10.46.0.0/18 max 24 as 64883; +route 172.20.6.224/27 max 29 as 4242421114; +route 172.22.230.128/25 max 29 as 4242420020; +route 172.23.162.64/27 max 29 as 4242422095; +route 172.20.24.0/23 max 29 as 4242423991; +route 172.23.162.32/27 max 29 as 4242421602; +route 172.20.148.8/29 max 29 as 4242422506; +route 172.22.118.160/27 max 29 as 4242420229; +route 172.20.20.160/27 max 29 as 4242423904; +route 10.127.127.0/24 max 29 as 4242422464; +route 10.127.13.0/24 max 29 as 4201270013; +route 10.26.0.0/16 max 24 as 65529; +route 172.20.10.96/27 max 29 as 4242420153; +route 172.22.101.64/28 max 29 as 4242422817; +route 172.20.149.192/26 max 29 as 4242423322; +route 172.22.26.0/23 max 29 as 64626; +route 172.21.112.0/27 max 29 as 4242423642; +route 10.135.0.0/16 max 24 as 65152; +route 172.21.99.224/27 max 29 as 4242421678; +route 172.23.57.0/28 max 29 as 4242421905; +route 10.200.0.0/16 max 24 as 65051; +route 172.20.182.0/25 max 29 as 4242420330; +route 172.20.143.0/28 max 29 as 4242423120; +route 172.23.159.0/27 max 29 as 4242420350; +route 172.21.109.0/29 max 29 as 4242420721; +route 172.20.192.128/27 max 29 as 4242423917; +route 172.22.182.160/28 max 29 as 4242423849; +route 172.20.204.0/27 max 29 as 4242423247; +route 172.20.152.0/23 max 29 as 4242421096; +route 172.20.18.208/28 max 29 as 4242423965; +route 172.22.157.32/27 max 29 as 4242420304; +route 172.20.12.96/27 max 29 as 4242423640; +route 172.22.141.0/28 max 29 as 64737; +route 172.20.28.224/27 max 29 as 4242420688; +route 172.20.51.96/27 max 29 as 4242423618; +route 172.20.45.80/28 max 29 as 4242422352; +route 10.128.0.0/18 max 24 as 64877; +route 172.22.110.0/27 max 29 as 4242420077; +route 172.23.151.128/29 max 29 as 4242429969; +route 172.20.194.64/27 max 29 as 4242423602; +route 172.20.25.0/25 max 29 as 4242423991; +route 10.132.0.0/16 max 24 as 65132; +route 10.127.7.0/24 max 29 as 4201270007; +route 172.21.74.64/27 max 29 as 4242423695; +route 172.20.58.32/27 max 29 as 4242422269; +route 172.21.84.0/27 max 29 as 4242422381; +route 172.23.49.32/27 max 29 as 4242420345; +route 172.22.128.96/27 max 29 as 4242421380; +route 172.23.47.0/24 max 29 as 4242420124; +route 172.22.73.0/28 max 29 as 4242421561; +route 172.23.120.32/27 max 29 as 4242421720; +route 172.21.110.0/27 max 29 as 4242421298; +route 172.23.254.0/23 max 29 as 4242420255; +route 172.20.202.64/26 max 29 as 4242422664; +route 172.20.158.64/27 max 29 as 4242422541; +route 172.20.158.64/27 max 29 as 4242422545; +route 172.21.68.32/27 max 29 as 4242420925; +route 10.152.0.0/18 max 24 as 65200; +route 172.20.14.192/26 max 29 as 4242422700; +route 172.23.158.160/27 max 29 as 4242423298; +route 10.127.2.0/24 max 29 as 4201270000; +route 10.127.255.54/32 max 32 as 4201270006; +route 10.127.255.54/32 max 32 as 4242422464; +route 10.127.255.54/32 max 32 as 4242423618; +route 172.22.64.0/24 max 29 as 64664; +route 172.22.132.160/27 max 29 as 4242421869; +route 172.22.155.0/26 max 29 as 4242423699; +route 172.22.155.0/26 max 29 as 4201270099; +route 172.22.155.0/26 max 29 as 210903; +route 172.21.117.32/27 max 29 as 4242422705; +route 172.20.180.96/27 max 29 as 4242423345; +route 10.127.26.0/24 max 29 as 4201270020; +route 10.16.128.0/18 max 24 as 64881; +route 172.21.93.32/27 max 29 as 4242420969; +route 172.21.70.0/23 max 29 as 4242423158; +route 172.22.128.160/27 max 29 as 4242420225; +route 172.20.184.192/28 max 29 as 4242420078; +route 172.23.242.0/27 max 29 as 4242420249; +route 172.23.104.64/27 max 29 as 4242422761; +route 172.20.131.80/29 max 29 as 4242420789; +route 172.20.142.0/27 max 29 as 4242420886; +route 10.127.233.0/24 max 29 as 141706; +route 172.20.15.16/28 max 29 as 4242420117; +route 172.20.52.0/24 max 29 as 4242423723; +route 172.23.63.0/24 max 29 as 4242423006; +route 172.20.232.64/29 max 29 as 4242422815; +route 172.22.114.64/27 max 29 as 4242422840; +route 172.20.2.96/27 max 29 as 4242422251; +route 172.22.123.0/24 max 29 as 4242420916; +route 172.22.189.0/26 max 29 as 4242421166; +route 172.22.167.96/27 max 29 as 4242422526; +route 172.22.137.160/27 max 29 as 4242422361; +route 172.21.111.0/24 max 29 as 4242420155; +route 172.21.85.32/27 max 29 as 4242422040; +route 172.20.53.128/25 max 29 as 4242421269; +route 172.22.160.0/28 max 29 as 4242420996; +route 10.134.0.0/16 max 24 as 64525; +route 172.20.170.160/28 max 29 as 4242422161; +route 172.23.43.96/29 max 29 as 4242428201; +route 172.20.50.0/26 max 29 as 4242423723; +route 172.22.158.160/27 max 29 as 4242420058; +route 172.20.154.64/28 max 29 as 4242423221; +route 172.20.172.32/27 max 29 as 4242422991; +route 172.20.45.32/27 max 29 as 4242420168; +route 172.23.24.32/27 max 29 as 4242421964; +route 172.20.190.160/28 max 29 as 4242423759; +route 172.20.46.160/29 max 29 as 4242420510; +route 172.20.203.0/24 max 29 as 4242421093; +route 10.11.80.0/20 max 24 as 64870; +route 10.231.0.0/16 max 24 as 65079; +route 172.22.137.128/27 max 29 as 4242421208; +route 172.23.91.240/28 max 29 as 4242420815; +route 172.22.131.32/27 max 29 as 4242421166; +route 172.22.132.0/26 max 29 as 4242421997; +route 172.23.133.0/24 max 29 as 4242422231; +route 172.22.109.32/27 max 29 as 4242420311; +route 172.22.135.32/27 max 29 as 4242420742; +route 172.20.28.192/27 max 29 as 4242423350; +route 172.20.164.64/27 max 29 as 4242420256; +route 172.21.106.0/27 max 29 as 4242429990; +route 10.1.192.0/18 max 24 as 64863; +route 10.236.0.0/16 max 24 as 65079; +route 172.22.157.224/27 max 29 as 4242420658; +route 172.23.215.96/27 max 29 as 4242421978; +route 172.23.140.0/23 max 29 as 4242422878; +route 172.20.59.96/28 max 29 as 4242420182; +route 172.20.188.0/24 max 29 as 4242422369; +route 10.127.22.0/29 max 29 as 4201270011; +route 172.23.248.192/28 max 29 as 4242422480; +route 172.22.137.224/27 max 29 as 4242421074; +route 172.23.183.24/29 max 29 as 4242422009; +route 172.22.127.64/27 max 29 as 4242422227; +route 172.22.146.224/27 max 29 as 4242420824; +route 172.23.222.128/28 max 29 as 4242420822; +route 172.21.114.0/27 max 29 as 4242422049; +route 172.21.65.96/27 max 29 as 4242421690; +route 172.22.111.128/28 max 29 as 4242421341; +route 172.22.192.128/26 max 29 as 4242420128; +route 172.21.100.16/29 max 29 as 4242423088; +route 172.21.100.16/29 max 29 as 140936; +route 172.21.100.16/29 max 29 as 38173; +route 172.21.100.16/29 max 29 as 7721; +route 172.23.93.32/27 max 29 as 4242420855; +route 172.23.203.64/26 max 29 as 4242422377; +route 172.22.180.0/26 max 29 as 4242422292; +route 172.20.6.16/29 max 29 as 4242420789; +route 172.21.89.32/27 max 29 as 4242421994; +route 172.20.183.80/29 max 29 as 4242420156; +route 172.23.111.64/28 max 29 as 4242422327; +route 10.55.128.0/18 max 24 as 65002; +route 172.20.135.96/27 max 29 as 4242420165; +route 172.22.189.64/27 max 29 as 4242421238; +route 172.20.28.160/27 max 29 as 4242420707; +route 10.127.3.0/24 max 29 as 4242422526; +route 10.252.0.0/18 max 24 as 64861; +route 172.20.4.192/27 max 29 as 4242420027; +route 172.20.35.0/24 max 29 as 4242423623; +route 172.23.35.64/26 max 29 as 4242420309; +route 10.71.0.0/18 max 24 as 64889; +route 10.127.127.125/32 max 32 as 4242422464; +route 172.22.116.0/26 max 29 as 4242420003; +route 10.127.39.0/27 max 29 as 4201270009; +route 172.20.177.32/27 max 29 as 4242422341; +route 172.22.137.64/29 max 29 as 4242421149; +route 10.5.0.0/16 max 24 as 65077; +route 172.22.130.0/29 max 29 as 4242423377; +route 172.20.59.128/28 max 29 as 4242421514; +route 172.21.100.64/27 max 29 as 4242423050; +route 10.219.0.0/18 max 24 as 64888; +route 172.23.177.128/25 max 29 as 4242420414; +route 172.21.87.32/27 max 29 as 4242420190; +route 172.21.89.64/27 max 29 as 4242420828; +route 172.20.29.192/27 max 29 as 4242422248; +route 172.22.149.0/28 max 29 as 4242423320; +route 172.23.37.32/27 max 29 as 4242421464; +route 10.63.0.0/16 max 24 as 65042; +route 172.21.125.224/27 max 29 as 4242422107; +route 172.20.173.96/27 max 29 as 4242420196; +route 172.22.172.32/27 max 29 as 4242421121; +route 172.22.111.192/27 max 29 as 4242423339; +route 172.21.125.0/26 max 29 as 4242422228; +route 172.20.148.32/27 max 29 as 4242421095; +route 172.23.220.0/24 max 29 as 4242421588; +route 172.23.250.32/27 max 29 as 4242422633; +route 172.22.148.192/27 max 29 as 4242423110; +route 10.57.0.0/16 max 24 as 65067; +route 172.21.101.0/27 max 29 as 4242421656; +route 172.21.86.32/27 max 29 as 4242423660; +route 172.23.69.160/27 max 29 as 4242420253; +route 172.23.104.96/27 max 29 as 4242422205; +route 172.20.51.32/27 max 29 as 4242421369; +route 172.20.10.64/27 max 29 as 4242420278; +route 172.23.119.32/27 max 29 as 4242423399; +route 172.21.94.192/27 max 29 as 4242421850; +route 172.23.109.176/28 max 29 as 4242420671; +route 172.20.161.192/26 max 29 as 4242420074; +route 172.20.192.96/27 max 29 as 4242422492; +route 172.23.3.128/26 max 29 as 4242422232; +route 172.20.190.0/26 max 29 as 4242423759; +route 172.23.24.0/27 max 29 as 4242420443; +route 172.22.121.0/24 max 29 as 4242423450; +route 10.227.0.0/16 max 24 as 65079; +route 10.11.96.0/20 max 24 as 64873; +route 10.216.0.0/16 max 24 as 65034; +route 172.21.67.192/27 max 27 as 4242422092; +route 172.23.78.32/27 max 29 as 4242421930; +route 172.20.184.240/28 max 29 as 4242420955; +route 172.21.66.64/27 max 29 as 4242423955; +route 172.20.53.64/27 max 29 as 4242422914; +route 10.100.232.0/21 max 24 as 64654; +route 10.100.232.0/21 max 24 as 4242421288; +route 172.20.15.40/29 max 29 as 4242422131; +route 172.23.146.0/24 max 29 as 76124; +route 172.22.101.208/28 max 29 as 4242423620; +route 172.20.62.160/27 max 29 as 4242420924; +route 10.13.192.0/18 max 24 as 65402; +route 172.21.112.32/27 max 29 as 4242420804; +route 172.20.168.64/27 max 29 as 4242423335; +route 172.22.133.128/27 max 29 as 4242420159; +route 172.20.158.128/26 max 29 as 4242421331; +route 172.20.148.160/27 max 29 as 4242423137; +route 172.22.44.0/23 max 29 as 4242422333; +route 10.80.0.0/16 max 24 as 65080; +route 10.11.64.0/20 max 24 as 64867; +route 172.20.150.32/27 max 29 as 4242422240; +route 172.22.122.64/27 max 29 as 4242422843; +route 172.23.60.128/25 max 29 as 4242423158; +route 172.20.231.144/28 max 29 as 4242423513; +route 172.20.159.0/29 max 29 as 4242422878; +route 10.21.0.0/16 max 24 as 64780; +route 10.3.0.0/16 max 24 as 65523; +route 172.23.226.0/26 max 29 as 4242420226; +route 172.20.29.0/26 max 29 as 4242420181; +route 172.22.129.128/27 max 29 as 4242421702; +route 172.23.104.32/27 max 29 as 4242420416; +route 172.20.2.32/27 max 29 as 4242420360; +route 172.21.105.144/28 max 29 as 4242420514; +route 172.20.172.0/28 max 29 as 4242423160; +route 172.20.14.128/27 max 29 as 4242423224; +route 172.23.150.128/25 max 29 as 4242420885; +route 172.20.234.0/26 max 29 as 4242420205; +route 172.22.101.200/29 max 29 as 4242422027; +route 172.23.3.0/25 max 29 as 4242420817; +route 172.23.110.64/27 max 29 as 4242420588; +route 172.20.252.0/24 max 29 as 4242423887; +route 172.21.65.64/29 max 29 as 4242423999; +route 172.21.110.64/26 max 29 as 4242421060; +route 172.23.215.0/28 max 29 as 4242423441; +route 172.21.101.72/29 max 29 as 4242421814; +route 172.20.32.160/27 max 29 as 4242420976; +route 172.20.178.64/27 max 29 as 4242421404; +route 10.38.0.0/16 max 24 as 65380; +route 172.20.143.32/28 max 29 as 4242420148; +route 172.23.101.0/25 max 29 as 4242422200; +route 172.23.119.128/27 max 29 as 4242423112; +route 172.22.147.128/28 max 29 as 4242422012; +route 172.21.80.0/26 max 29 as 4242422077; +route 172.20.174.0/27 max 29 as 4242422204; +route 172.20.49.32/27 max 29 as 4242428192; +route 172.20.63.0/24 max 29 as 4242422002; +route 10.24.192.0/18 max 24 as 64899; +route 172.22.76.0/29 max 29 as 4242423665; +route 172.22.110.208/29 max 29 as 4242422667; +route 172.22.77.0/27 max 29 as 4242420277; +route 172.20.131.96/27 max 29 as 4242422816; +route 172.20.148.0/29 max 29 as 4242422043; +route 172.23.234.32/28 max 29 as 4242421312; +route 172.22.169.192/27 max 29 as 4242423669; +route 172.20.55.32/27 max 29 as 4242423623; +route 172.21.101.32/27 max 29 as 4242420528; +route 172.20.15.64/27 max 29 as 4242423230; +route 172.20.132.96/27 max 29 as 4242423816; +route 172.31.0.0/16 max 32 as 64654; +route 172.22.77.96/27 max 29 as 4242421701; +route 172.23.197.0/25 max 29 as 4242423303; +route 172.23.245.0/24 max 29 as 76175; +route 172.23.231.64/27 max 29 as 4242420529; +route 172.23.158.128/27 max 29 as 4242423549; +route 172.23.163.192/26 max 29 as 4242423941; +route 172.20.161.0/25 max 29 as 4242420113; +route 172.20.143.48/28 max 29 as 4242421826; +route 172.21.66.128/27 max 29 as 4242423886; +route 172.23.109.64/27 max 29 as 4242421669; +route 10.55.0.0/18 max 24 as 65000; +route 172.23.151.224/28 max 29 as 4242422551; +route 172.21.99.128/27 max 29 as 4242421099; +route 172.20.20.0/27 max 29 as 4242423389; +route 172.22.156.0/25 max 29 as 4242421219; +route 172.20.12.160/27 max 29 as 4242421470; +route 172.20.18.224/28 max 29 as 4242420151; +route 172.21.65.128/27 max 29 as 4242423171; +route 172.20.62.0/27 max 29 as 4242422019; +route 172.23.32.32/27 max 29 as 4242420385; +route 172.20.165.64/27 max 29 as 4242421719; +route 172.20.190.96/27 max 29 as 4242420197; +route 172.20.178.96/28 max 29 as 4242423506; +route 172.23.33.64/26 max 29 as 4242420499; +route 172.22.160.16/28 max 29 as 4242421707; +route 172.20.238.160/28 max 29 as 4242421530; +route 172.22.151.0/27 max 29 as 4242423889; +route 172.22.151.32/27 max 29 as 4242422035; +route 172.22.102.0/23 max 29 as 4242420321; +route 172.23.36.32/27 max 29 as 4242423632; +route 172.20.5.224/27 max 29 as 4242420646; +route 172.20.159.64/27 max 29 as 4242421115; +route 172.21.93.96/27 max 29 as 4242421789; +route 172.22.0.53/32 max 32 as 0; +route 172.20.135.200/29 max 29 as 4242420448; +route 172.20.51.0/27 max 29 as 4242423175; +route 172.22.167.80/28 max 29 as 4242423343; +route 172.23.33.0/26 max 29 as 4242420803; +route 172.23.111.0/27 max 29 as 4242423231; +route 172.22.189.160/27 max 29 as 4242423186; +route 172.23.110.160/27 max 29 as 4242420865; +route 172.23.90.32/27 max 29 as 4242422433; +route 10.61.0.0/16 max 24 as 65041; +route 172.21.89.128/26 max 29 as 4242423953; +route 172.20.164.192/27 max 29 as 4242420195; +route 172.22.111.120/29 max 29 as 4242420823; +route 172.22.58.0/24 max 29 as 64712; +route 172.23.77.32/27 max 29 as 4242423280; +route 172.23.222.96/27 max 29 as 4242422520; +route 172.21.99.80/29 max 29 as 4242420724; +route 172.23.10.64/26 max 29 as 4242423720; +route 172.23.119.96/28 max 29 as 4242420756; +route 10.31.0.0/16 max 24 as 44194; +route 172.22.36.0/23 max 29 as 64636; +route 172.20.184.0/27 max 29 as 4242423954; +route 10.35.0.0/16 max 24 as 64868; +route 172.20.175.176/28 max 29 as 4242420677; +route 172.20.200.128/29 max 29 as 4242422305; +route 10.13.80.0/20 max 24 as 64886; +route 172.23.162.96/27 max 29 as 4242423937; +route 172.23.234.64/27 max 29 as 4242428989; +route 172.20.19.160/27 max 29 as 4242421240; +route 172.20.20.224/27 max 29 as 4242421030; +route 172.23.24.160/27 max 29 as 4242420460; +route 172.22.115.0/25 max 29 as 4242421256; +route 172.21.88.128/28 max 29 as 4242420199; +route 172.22.186.64/28 max 28 as 4242422502; +route 172.23.4.0/27 max 29 as 4242420617; +route 172.23.234.0/28 max 29 as 4242423852; +route 10.181.0.0/16 max 24 as 65181; +route 172.20.190.128/25 max 29 as 4242423759; +route 172.20.204.48/28 max 29 as 4242421049; +route 172.20.168.0/26 max 29 as 4242421015; +route 172.22.2.0/23 max 29 as 4242421434; +route 172.22.159.128/27 max 29 as 4242420801; +route 172.23.120.0/28 max 29 as 4242422050; +route 172.23.163.128/27 max 29 as 4242421289; +route 172.21.84.32/27 max 29 as 4242420885; +route 172.22.161.96/28 max 29 as 4242421280; +route 172.22.111.160/27 max 29 as 4242421008; +route 172.22.107.32/27 max 29 as 4242421041; +route 172.21.125.64/27 max 29 as 4242423650; +route 172.20.160.0/27 max 29 as 4242429999; +route 172.21.121.64/27 max 29 as 4242423306; +route 172.20.4.104/29 max 29 as 4242421609; +route 172.23.239.128/25 max 29 as 4242422877; +route 172.20.170.128/28 max 29 as 4242420296; +route 172.22.112.0/24 max 29 as 64720; +route 172.22.125.32/27 max 29 as 4242422256; +route 10.30.128.0/18 max 24 as 64930; +route 172.23.222.64/27 max 29 as 4242422027; +route 172.20.46.192/27 max 29 as 4242420990; +route 172.20.44.0/28 max 29 as 4242420380; +route 172.20.191.160/27 max 29 as 4242423393; +route 172.20.206.32/27 max 29 as 4242423804; +route 172.21.93.0/27 max 29 as 4242421020; +route 172.20.195.96/27 max 29 as 4242420795; +route 172.20.47.128/28 max 29 as 4242420210; +route 172.23.171.0/24 max 29 as 4242421420; +route 10.55.192.0/18 max 24 as 65003; +route 172.23.5.32/27 max 29 as 4242420413; +route 10.13.96.0/20 max 24 as 64895; +route 172.22.124.0/28 max 29 as 4242422024; +route 172.20.162.128/25 max 29 as 4242420115; +route 172.20.42.144/28 max 29 as 4242422571; +route 172.20.229.160/27 max 29 as 4242420565; +route 172.22.76.208/28 max 29 as 4242421100; +route 172.21.191.0/24 max 29 as 4242421191; +route 172.23.128.64/27 max 29 as 4242423113; +route 172.23.132.32/27 max 29 as 4242422772; +route 172.23.240.32/27 max 29 as 4242420525; +route 172.22.188.0/26 max 29 as 4242422681; +route 172.23.109.192/27 max 29 as 4242423228; +route 172.20.184.96/27 max 29 as 4242423679; +route 172.20.164.224/27 max 29 as 4242420290; +route 172.23.215.224/27 max 29 as 4242423724; +route 172.20.18.32/27 max 29 as 4242421232; +route 172.20.48.160/28 max 29 as 4242422607; +route 172.22.76.128/27 max 29 as 4242429998; +route 172.20.207.192/27 max 29 as 4242420737; +route 172.22.169.16/28 max 29 as 4242422690; +route 172.22.122.192/26 max 29 as 4242420750; +route 172.21.67.32/27 max 29 as 4242420339; +route 172.20.172.160/28 max 29 as 4242423251; +route 172.21.92.32/27 max 29 as 4242423090; +route 172.20.32.112/28 max 29 as 4242421974; +route 172.20.170.224/27 max 29 as 4242420157; +route 172.20.184.64/27 max 29 as 4242423209; +route 172.21.80.64/27 max 29 as 4242423618; +route 172.22.129.160/27 max 29 as 4242423847; +route 172.23.91.0/25 max 29 as 4242422189; +route 10.202.0.0/18 max 24 as 65522; +route 172.20.20.192/27 max 29 as 4242420163; +route 10.48.0.0/16 max 24 as 65251; +route 172.22.152.128/25 max 29 as 4242421093; +route 172.20.28.64/27 max 29 as 4242420281; +route 172.21.68.64/26 max 29 as 4242422090; +route 172.20.197.160/28 max 29 as 4242422247; +route 172.23.248.224/28 max 29 as 4242422481; +route 172.23.250.64/26 max 29 as 141776; +route 172.23.250.64/26 max 29 as 4242420247; +route 172.23.250.64/26 max 29 as 4201270017; +route 172.20.220.0/26 max 29 as 4242422255; +route 172.22.105.32/27 max 29 as 4242420177; +route 10.138.0.0/16 max 24 as 65138; +route 172.20.170.192/27 max 29 as 4242423934; +route 172.22.110.32/27 max 29 as 4242420808; +route 172.20.28.96/27 max 29 as 4242421189; +route 172.23.99.0/27 max 29 as 4242422499; +route 172.20.143.16/28 max 29 as 4242423569; +route 172.23.77.0/28 max 29 as 4242421101; +route 172.23.168.160/27 max 29 as 4242423370; +route 172.23.132.96/27 max 29 as 4242423771; +route 10.255.0.0/16 max 24 as 65533; +route 172.20.20.96/27 max 29 as 4242421475; +route 172.20.56.128/25 max 29 as 64686; +route 172.21.79.80/28 max 29 as 4242420186; +route 172.23.158.32/27 max 29 as 4242421181; +route 10.17.0.0/16 max 24 as 65055; +route 172.20.140.0/23 max 29 as 4242420842; +route 172.22.167.64/28 max 29 as 4242423315; +route 172.20.39.80/28 max 29 as 4242423376; +route 172.23.131.192/27 max 29 as 4242422331; +route 172.22.233.0/24 max 29 as 64833; +route 172.22.172.64/28 max 29 as 4242423611; +route 172.20.184.128/27 max 29 as 4242420540; +route 172.23.172.0/24 max 29 as 4242422800; +route 172.20.191.128/27 max 29 as 4242420780; +route 10.34.0.0/16 max 24 as 64866; +route 172.23.109.160/29 max 29 as 4242421325; +route 172.20.131.64/28 max 29 as 4242421853; +route 10.201.0.0/16 max 24 as 65051; +route 172.22.76.184/29 max 29 as 4242422547; +route 10.229.0.0/16 max 24 as 65079; +route 10.99.0.0/16 max 24 as 65099; +route 172.21.118.160/28 max 29 as 4242423535; +route 172.20.172.128/28 max 29 as 4242420618; +route 172.20.6.160/27 max 29 as 4242421860; +route 172.20.46.64/28 max 29 as 4242421277; +route 172.23.69.128/27 max 29 as 4242423104; +route 172.21.65.32/28 max 29 as 4242422379; +route 172.20.227.96/28 max 29 as 4242421201; +route 172.22.135.64/27 max 29 as 4242422347; +route 172.21.64.64/27 max 29 as 4242421116; +route 172.23.189.0/25 max 29 as 4242420045; +route 172.22.101.32/27 max 29 as 4242421717; +route 172.22.76.160/28 max 29 as 4242421011; +route 172.20.129.192/26 max 29 as 4242423452; +route 172.20.189.0/25 max 29 as 4242420037; +route 172.20.46.168/29 max 29 as 4242423395; +route 172.23.111.32/27 max 29 as 4242421177; +route 172.20.197.192/27 max 29 as 4242420116; +route 172.20.131.32/27 max 29 as 4242421958; +route 172.20.144.64/26 max 29 as 4242422180; +route 172.23.178.64/27 max 29 as 4242423267; +route 172.20.175.128/27 max 29 as 4242420505; +route 172.22.156.128/26 max 29 as 4242423783; +route 172.21.88.0/25 max 29 as 4242420589; +route 172.20.18.96/28 max 29 as 4242423237; +route 172.22.255.64/27 max 29 as 4242423940; +route 172.20.209.0/27 max 29 as 4242420215; +route 172.22.119.0/25 max 29 as 64719; +route 172.20.36.0/23 max 29 as 76198; +route 172.23.100.0/25 max 29 as 4242420980; +route 172.23.9.0/26 max 29 as 4242423710; +route 172.21.89.96/27 max 29 as 4242420723; +route 172.20.191.64/27 max 29 as 4242420191; +route 172.22.74.0/24 max 29 as 64674; +route 172.20.235.64/27 max 29 as 4242420318; +route 172.20.167.160/28 max 29 as 4242421939; +route 172.23.91.128/26 max 29 as 4242422189; +route 172.22.161.32/27 max 29 as 4242422069; +route 10.60.128.0/18 max 24 as 65043; +route 172.20.129.0/27 max 27 as 4242422601; +route 10.129.0.0/16 max 24 as 65056; +route 10.11.160.0/20 max 24 as 64875; +route 172.20.11.0/24 max 29 as 4242421339; +route 172.20.183.40/29 max 29 as 4242423706; +route 172.20.139.192/26 max 29 as 4242422301; +route 172.23.32.96/27 max 29 as 4242421428; +route 10.10.0.0/16 max 24 as 65252; +route 172.22.148.64/26 max 29 as 4242420047; +route 172.23.147.0/24 max 29 as 64742; +route 172.20.21.32/27 max 29 as 4242423581; +route 172.23.57.32/27 max 29 as 4242421258; +route 172.23.207.0/24 max 29 as 4242422624; +route 172.22.122.96/27 max 29 as 4242422995; +route 10.188.0.0/16 max 24 as 65066; +route 172.21.87.0/27 max 29 as 4242421422; diff --git a/LXC/config/bird/bird/dn42_roa_bird2_6.conf b/LXC/config/bird/bird/dn42_roa_bird2_6.conf new file mode 100644 index 0000000..08a7a0e --- /dev/null +++ b/LXC/config/bird/bird/dn42_roa_bird2_6.conf @@ -0,0 +1,1560 @@ +# +# dn42regsrv ROA Generator +# Last Updated: 2022-01-30 19:37:46.234814239 +0000 UTC m=+1916910.730134865 +# Commit: 3bfe496b5fde7dddbb0f24d9972d6a6f9b061c93 +# +route fd00:801:3010::/44 max 64 as 4242420656; +route fd23:42:cda::/48 max 64 as 4242420101; +route fdd1:1c64:66fd::/48 max 64 as 4242421233; +route fd1f:b122:81::/48 max 48 as 4242421521; +route fd10:127:3262::/64 max 64 as 213262; +route fd42:a551::/48 max 64 as 4242421554; +route fd2f:5119:f2c::/48 max 64 as 65196; +route fd42:f10:a15::/48 max 64 as 4242422100; +route fd93:8225:737e::/48 max 64 as 4242421120; +route fdba:610:d1dd::/48 max 64 as 4242421630; +route fda5:f049:ddcc::/48 max 48 as 4242420196; +route fd2c:71c8:6038::/48 max 64 as 4242423214; +route fd42:3667:3667::/48 max 64 as 4242423667; +route fd72:7c8c:faf1::/48 max 48 as 4242422556; +route fdbd:329d:c58a::/48 max 64 as 4242420528; +route fda7:c947:6d13::/48 max 64 as 4242420415; +route fdc8:200e:654a::/48 max 64 as 4242423854; +route fd55:ab27:becc::/48 max 64 as 4242421377; +route fdb1:e13c:31ce::/48 max 64 as 4242421552; +route fd46:b3f:1aee::/48 max 64 as 4242420482; +route fdd1:1c64:66fd::/58 max 64 as 4242421233; +route fdef:c0f:fe::/48 max 64 as 76124; +route fde1:122:9322::/48 max 60 as 4242423913; +route fd42:5aaf:9fe8::/48 max 64 as 4242420666; +route fd0c:dec7:26bf::/48 max 64 as 4242421586; +route fde8:ef06:b45a::/48 max 64 as 4242421360; +route fdde:dead:beef::/48 max 48 as 4242421555; +route fd06:e881:5380::/48 max 48 as 4242423197; +route fd39:afba:d250::/48 max 48 as 4242423341; +route fdf1:5237:dd::/48 max 64 as 4242422479; +route fd42:6:e160::/48 max 64 as 4242423160; +route fd0b:fad4:fff6::/48 max 64 as 210969; +route fd0b:fad4:fff6::/48 max 64 as 4242422259; +route fd10:127:ec39::/48 max 64 as 4201270009; +route fdde:a627:ee2::/48 max 48 as 4242423656; +route fd88:c7e:c7b7::/48 max 48 as 4242420112; +route fd10:127:10::/48 max 64 as 4201270010; +route fd00:bad:a55::/48 max 64 as 31867; +route fd23:42:c3d2:500::/56 max 64 as 64699; +route fdbc:14ef:89dc::/48 max 64 as 4242423423; +route fd42:2606:32f4::/48 max 64 as 206633; +route fdee:1999:1005::/48 max 64 as 4242421069; +route fd98:7769:12c8::/48 max 64 as 142642; +route fd42:6cef:5f39::/48 max 64 as 4242422747; +route fd46:e3dc:db4a::/48 max 64 as 4242421037; +route fd00:801:30e0::/44 max 64 as 4242420656; +route fdfd:beef:beef:1::/64 max 64 as 4242420155; +route fd42:1234:1997::/48 max 64 as 4242421997; +route fd6c:6c65:7669::/48 max 64 as 4242423811; +route fd0c:d28c:fbc9::/48 max 64 as 4242420249; +route fd9b:8277:c31a::/48 max 64 as 4242423320; +route fd10:127:ba7e::/48 max 64 as 4201270022; +route fd41:9805:7b69:4000::/51 max 64 as 4242420846; +route fd41:9805:7b69:4000::/51 max 64 as 4242420845; +route fd41:9805:7b69:4000::/51 max 64 as 4242420847; +route fd0b:5c63:e0cc::/48 max 64 as 4242422255; +route fd98:e7e5:7d1b::/48 max 64 as 4242421380; +route fd42:172:23:255::/64 max 64 as 4242420255; +route fd62:e667:840a::/48 max 64 as 4242423315; +route fd10:127:41::/48 max 64 as 4201270001; +route fd5a:e2fd:a040::/48 max 64 as 4242422691; +route fd42:dead:666::/48 max 64 as 4242422304; +route fd42:4242:1842::/48 max 64 as 4242421842; +route fdf9:6ea8:cc42::/48 max 48 as 4242423104; +route fdbf:b130:d82f::/48 max 64 as 0; +route fd3b:ba37:f906::/60 max 64 as 4242420257; +route fda9:26e:5805::/48 max 64 as 65039; +route fdfd:beef:beef:dead::/64 max 64 as 4242420155; +route fd6d:3f59:4c68::/48 max 64 as 4242423878; +route fd6d:3f59:4c68::/48 max 64 as 4242423878; +route fdc0:f16e:7051::/48 max 64 as 4242423567; +route fd00:f100:fe00::/48 max 64 as 4242422282; +route fd42:c0fe:babe::/48 max 64 as 4242421576; +route fd6e:9f67:5d93::/48 max 64 as 4242421589; +route fd89:d23e:2566::/48 max 64 as 4242421862; +route fd00:a:a::/48 max 64 as 4242420386; +route fd8b:820f:94e0::/48 max 64 as 4242421041; +route fdce:66c5:95db::/48 max 48 as 4242421904; +route fddd:a553:ee0e::/48 max 64 as 4242421119; +route fdc9:aa4d:b87c::/48 max 64 as 4242420646; +route fdc3:64db:4689::/48 max 48 as 4242423375; +route fdff:b87d:f5b0::/48 max 48 as 4242423605; +route fd8e:898d:caa3::/48 max 64 as 4242422044; +route fd8c:fa9a:4b4a::/48 max 48 as 4242421789; +route fd42:d42:d42:6667::/64 max 64 as 64600; +route fd42:d42:d42:6667::/64 max 64 as 4242420101; +route fd42:4242:1907::/48 max 48 as 4242421907; +route fddd:ac53:f33f::/48 max 64 as 4242422840; +route fd66:e907:881c::/48 max 48 as 4242420407; +route fd40:bad:dead:babe::/64 max 64 as 4242420134; +route fd0e:4f70:3485::/48 max 64 as 4242420755; +route fdcf:3c00:e001::/48 max 64 as 4242422287; +route fd81:c3c8:e9a2::/48 max 48 as 4242421530; +route fd5b:d226:9706::/48 max 64 as 4242420153; +route fd50:9b3b:9cd6::/48 max 48 as 4242421227; +route fd1b:9b7e:7a18::/48 max 64 as 4242423974; +route fd00:801:3060::/44 max 64 as 4242420656; +route fdef:1701:b5ee::/48 max 64 as 64875; +route fd42:2247::/48 max 64 as 4242422247; +route fd00:65a8:93a4::/48 max 64 as 65142; +route fd23:7764:3e32::/48 max 64 as 4242423265; +route fdb9:af86:5168::/48 max 64 as 4242423115; +route fd9d:d085:ba76::/48 max 48 as 4242422833; +route fd0d:7f0:3003::/48 max 64 as 64663; +route fd0b:da1a:9768::/48 max 56 as 4242422032; +route fdd6:6392:5e0c::/48 max 48 as 4242420621; +route fd38:119:314::/48 max 48 as 4242422038; +route fd4e:f2d7:88d2:fff8::/64 max 64 as 64899; +route fdea:1d13:b804::/48 max 64 as 4242420149; +route fd00:4861:636b::/48 max 48 as 4242421472; +route fd68:91ed:19ac::/48 max 64 as 4242423764; +route fdad:e88e:bac::/48 max 48 as 4242420499; +route fd42:76b8:1c05::/48 max 64 as 4242420947; +route fd79:f856:16d9:8882::/64 max 64 as 4242420017; +route fdfd:22:46::/48 max 48 as 4242422246; +route fdcb:b595:2ddf::/48 max 64 as 4242422411; +route fd10:2ea2:4dae::/48 max 64 as 64894; +route fd6e:4d9b:686e::/48 max 64 as 4242423033; +route fdcf:205f:3b98::/48 max 48 as 4242423399; +route fd56:a42b:9667::/48 max 64 as 4242423398; +route fd70:96c9:ef26::/48 max 64 as 4242420077; +route fd18:18d9:adde::/48 max 64 as 4242421233; +route fd92:a682:9c0d::/48 max 64 as 4242423919; +route fd22:77ca:d9be::/48 max 64 as 4242421701; +route fdea:dead:face::/48 max 64 as 4242420130; +route fd42:15:42::/48 max 64 as 4242421542; +route fd42:4242:2233::/48 max 64 as 4242422233; +route fd42:4242:339::/48 max 64 as 4242420339; +route fdfb:42d3:9346::/48 max 48 as 4242421608; +route fdf6:8994:e4d9::/48 max 64 as 4242421541; +route fd88:2e46:4b1c:5988::/64 max 64 as 4242420017; +route fdb2:a999:7f8c::/48 max 48 as 4242422389; +route fd91:de6e:e51d::/48 max 64 as 4242421169; +route fd13:b4dc:4b1e::/64 max 64 as 65052; +route fd63:1e39:6f73::/48 max 64 as 64697; +route fd63:1e39:6f73::/48 max 64 as 64766; +route fd44:ccc3:5454::/48 max 48 as 4242423535; +route fd05:3aca:c3a0:a2c1::/64 max 64 as 0; +route fd64:1430:d42a::/48 max 64 as 4242421298; +route fd42:20:50::/48 max 64 as 4242423723; +route fd42:4242:2202::/48 max 64 as 4242422202; +route fdfd:1ce:cafe::/48 max 48 as 4242422104; +route fd42:ac17:64c0::/48 max 64 as 4242422042; +route fd3b:2121:9939::/48 max 64 as 4242420699; +route fd6f:4e7:145::/48 max 48 as 4242420063; +route fd01:470:7d4c::/48 max 64 as 64600; +route fd6d:ca00:a997::/48 max 48 as 4242420272; +route fd77:14cc:b20c::/48 max 64 as 4242420340; +route fdef:1337:b00b::/48 max 64 as 4242422609; +route fd62:cc46:576b::/48 max 64 as 4242422809; +route fdd9:78f:427::/48 max 64 as 4242422019; +route fd70:3377::/48 max 64 as 4242423377; +route fda9:b90:2fab::/48 max 48 as 4242422619; +route fd42:217:cafe::/48 max 64 as 4242420217; +route fda3:b3ab:126d::/48 max 48 as 4242423217; +route fd78:1878:3450::/48 max 64 as 4242421841; +route fd3e:bc8d:dcaf::/48 max 64 as 4242420434; +route fd30:509b:38b3::/48 max 48 as 4242423108; +route fd42:cde1:1::/48 max 64 as 4242423967; +route fd42:1234:4567::/48 max 64 as 4242423450; +route fd06:8187:fb00::/40 max 64 as 65026; +route fdc4:b438:8c09::/48 max 64 as 4242423151; +route fd36:92df:6a62:9df2::/64 max 64 as 4242422575; +route fdcc:60b6:2f38::/48 max 64 as 4242422441; +route fd73:8e01:9673::/48 max 64 as 4242423301; +route fd10:127:53::/48 max 64 as 4201270006; +route fd4f:4187:70be::/48 max 64 as 4242423968; +route fd42:eef1:47b5::/48 max 64 as 4242420239; +route fd00:f100:fe00:2e10::/64 max 64 as 4242422282; +route fdc9:83c1:d0ce::/48 max 48 as 4242422526; +route fd12:ac4a:1e71::/48 max 64 as 4242423882; +route fdfa:6eef:c3e2::/48 max 64 as 4242420086; +route fd10:127:53:53::/64 max 64 as 4201270006; +route fd10:127:53:53::/64 max 64 as 4242422464; +route fd10:127:53:53::/64 max 64 as 4242423618; +route fdb7:439f:81b6::/48 max 64 as 4242423759; +route fd23:ff11:11ff::/48 max 64 as 4242423255; +route fde5:2a75:1037::/48 max 64 as 4242420945; +route fd42:4242:2601::/48 max 48 as 4242422601; +route fdda:bccd:70e1::/48 max 64 as 4242423361; +route fd32:54d6:1962:ad35::/64 max 64 as 4242420017; +route fd06:e881:1300::/44 max 64 as 4242420842; +route fdfc:694e:234f::/48 max 48 as 4242422904; +route fd8c:3466:b93d::/48 max 48 as 4242420939; +route fdfc:e23f:fb45:3234::/64 max 64 as 0; +route fd98:308:41fc::/48 max 48 as 4242420308; +route fd42:ab17:ab17::/48 max 64 as 4242420822; +route fdcd:eb58:c24a:6798::/64 max 64 as 4242420944; +route fdc0:b038:c31e::/48 max 64 as 4242423137; +route fd14:aad:efca::/48 max 64 as 4242420724; +route fd42:ffc:ab1e::/48 max 64 as 4242420146; +route fd11:11ae:7466::/48 max 64 as 65051; +route fd88:bdbd:8c4b::/48 max 48 as 4242421920; +route fd26:d901:bd::/48 max 64 as 4242422401; +route fd86:82d7:b2e1::/48 max 48 as 4242422668; +route fd16:abc0:dffd::/48 max 64 as 4242420530; +route fdc8:f5a0:6499::/48 max 64 as 4242423036; +route fd94:a80f:cd40::/48 max 48 as 4242420312; +route fd42:2950:101::/48 max 64 as 4242422950; +route fd42:2950:101::/48 max 64 as 202265; +route fd42:1a2b:de57::/48 max 64 as 4242422454; +route fdff:49:461::/48 max 64 as 4242420420; +route fda6:2474:15a4::/48 max 48 as 4242423078; +route fd42:568:127c::/48 max 64 as 4242420616; +route fdad:baa4:7742::/48 max 64 as 4242422256; +route fdf8:adff:47b9::/48 max 64 as 4242422005; +route fdef:17a0:ffb1::/48 max 64 as 65529; +route fddb:b75:2bc::/48 max 48 as 4242423695; +route fde7:6056:7158::/48 max 48 as 4242422290; +route fd18:18d9:adde:f000::/52 max 64 as 4242421233; +route fd42:ac1d:c0de::/48 max 64 as 4242423742; +route fd42:4242:4200::/40 max 64 as 4242423991; +route fd32:8411:abab::/48 max 64 as 4242422604; +route fd42:4992:6b6f::/48 max 64 as 4242428202; +route fd3a:7651:7bb2::/48 max 48 as 4242421272; +route fd5e:f77b:309f::/48 max 64 as 64634; +route fddd:5002:6646::/48 max 48 as 4242423025; +route fdf0:1ff4:d2e8::/48 max 48 as 4242420228; +route fdf5:b5b4:ae1a::/48 max 64 as 4242422226; +route fd94:3e63:c202::/48 max 64 as 4242423238; +route fdf9:2eea:f030::/48 max 56 as 4242422004; +route fdf3:d483:8617::/48 max 48 as 4242420976; +route fd10:127:7:c000::/51 max 64 as 4201270007; +route fdb4:2dc1:c741::/48 max 48 as 4242421078; +route fde8:8e27:b925::/48 max 64 as 4242421276; +route fdde:1e7e::/48 max 48 as 4242420707; +route fde8:2b32:759b:fb76::/64 max 64 as 4242423405; +route fd42:affe:face::/48 max 64 as 4242423889; +route fd00:caca:caca::/48 max 48 as 4242422896; +route fddd:9d4f:8420::/48 max 64 as 4242420284; +route fdfd:beef:beef:beef::/64 max 64 as 4242420156; +route fda1:ae59:6dd0::/48 max 48 as 4242421876; +route fda1:ae59:6dd0::/48 max 48 as 4201270021; +route fda1:ae59:6dd0::/48 max 48 as 17830; +route fda1:ae59:6dd0::/48 max 48 as 211876; +route fd42:d5d8:3c89::/48 max 64 as 4242421515; +route fdc1:31f:b14f::/48 max 64 as 64720; +route fd18:18d9:adde::/58 max 64 as 4242421233; +route fda0:747e:ab29:7407::/64 max 64 as 64893; +route fd57:76a3:2ef4::/48 max 48 as 4242420828; +route fdcf:fafe:6de::/48 max 48 as 4242422254; +route fd88:8888:8888::/48 max 48 as 4242420520; +route fd88:ee35:b221::/48 max 48 as 4242423679; +route fd10:127:308::/48 max 64 as 4242420308; +route fd04:840d:30aa::/48 max 48 as 4242421337; +route fddf:ebfd:a801:2175::/64 max 64 as 64780; +route fd8e:1889:b440::/48 max 48 as 4242423266; +route fd5b:4834:643a:7c41::/64 max 64 as 4242420306; +route fd6f:6e69:6f6e::/48 max 48 as 4242423847; +route fdac:1662:9edd::/48 max 48 as 4242420032; +route fdf2:453f:2c7f::/48 max 48 as 4242423599; +route fd42:c0de:ca7::/48 max 64 as 4242420208; +route fde1:cb02:bc2c::/48 max 64 as 4242420901; +route fd42:a:b::/48 max 64 as 64719; +route fdee:ac14:e700::/48 max 56 as 4242420343; +route fd42:3677::/48 max 64 as 4242423677; +route fd0c:3cf7:8002::/48 max 64 as 4242422808; +route fd13:ae3a:9022::/48 max 48 as 4242421043; +route fda6:9506:1d5::/48 max 64 as 4242422541; +route fda6:9506:1d5::/48 max 64 as 4242422545; +route fd42:1b5:1b5::/48 max 64 as 4242423904; +route fd42:456:e567::/48 max 64 as 4242422364; +route fdae:ae04:1994::/48 max 64 as 4242421206; +route fd5a:9fd:324f::/48 max 64 as 4242422165; +route fd42:2605:5062::/48 max 64 as 4242422605; +route fdca:ffee:8::/64 max 64 as 65511; +route fd42:7373:7373::/48 max 64 as 4242423733; +route fd10:127:30::/48 max 64 as 4201270030; +route fd10:127:30::/48 max 64 as 4242420288; +route fdd3:e145:e3cc::/48 max 64 as 4242420193; +route fdb2:e864:673e::/48 max 64 as 4242423152; +route fd42:fe2c:d17a::/48 max 64 as 4242422028; +route fda0:b1c:8302::/48 max 64 as 4242421065; +route fd4e:700e:857::/48 max 48 as 4242422023; +route fd42:4242:2408::/48 max 48 as 4242422408; +route fda8:5557:beb7::/48 max 64 as 4242423755; +route fd9a:5c:48::/48 max 64 as 4242420181; +route fdf2:8800:6e97::/48 max 64 as 4242422017; +route fd37:13a8:98d6::/48 max 64 as 4242423783; +route fd45:61ab:1bf2:bf79::/64 max 64 as 4242423642; +route fd42:d3f7:97fa::/48 max 48 as 4242423240; +route fdc5:ed74:2222::/48 max 64 as 4242423516; +route fd42:1ebc:34f0::/48 max 64 as 4242423169; +route fd94:30a:dee0::/48 max 64 as 4242421557; +route fd91:8ef5:a5db::/48 max 64 as 4242423298; +route fd22:ad17:8e8d::/48 max 52 as 4242423073; +route fdec:c6a:4002::/48 max 48 as 4242420977; +route fd98:78d2:f8eb::/48 max 48 as 4242422390; +route fd00:46c5:1654::/48 max 64 as 4242423710; +route fdf0:e6e6:b56::/48 max 48 as 4242420617; +route fd68:edba:7c1a::/48 max 64 as 4242423435; +route fd70:96c9:ef25::/48 max 64 as 4242420022; +route fd51:cc31:30f5::/48 max 64 as 4242421642; +route fdc1:d4b:b89a::/48 max 64 as 4242423556; +route fd23:42:ac16::/56 max 64 as 64616; +route fdfd:cbac:cb51:5957::/64 max 64 as 4242422203; +route fd97:36:c802::/48 max 48 as 62396; +route fd3c:37ff:b75c::/48 max 48 as 4242423804; +route fd25:d00:a93::/48 max 48 as 4242422488; +route fd69:9889:9692::/48 max 64 as 209557; +route fd69:9889:9692::/48 max 64 as 4242421214; +route fd42:4242:2239::/48 max 48 as 4242422239; +route fd27:2313:eee5::/48 max 64 as 4242420342; +route fde2:7085:c6f3::/48 max 48 as 4242420195; +route fde1:e602:947a::/48 max 64 as 4242420174; +route fd40:c2c9:e640::/48 max 64 as 4242422817; +route fd42:1145:1419::/48 max 64 as 4242422464; +route fd42:c0ff:eeee::/48 max 64 as 4242423334; +route fd4f:4e49:4f4e::/48 max 48 as 4242423847; +route fd0a:cdb3:cde7::/48 max 64 as 4242422705; +route fd42:5ee3:c44b::/48 max 64 as 4242420125; +route fd88:1926:817::/48 max 64 as 4242420251; +route fd1d:817:1926::/48 max 48 as 4242420644; +route fd58:13a2:d1c1::/48 max 48 as 4242422811; +route fda5:ac02:e120::/48 max 48 as 4242422369; +route fd42:212:995::/48 max 48 as 4242422995; +route fd94:3ffe:d256::/48 max 64 as 4242421299; +route fd3c:99a3:21fb::/48 max 64 as 4242421942; +route fd42:fe2c:d179::/48 max 64 as 4242422027; +route fd42:9942:e15b::/56 max 64 as 4242422161; +route fd42:4242:2707::/48 max 64 as 4242422707; +route fd3b:6bc4:49ef::/48 max 64 as 4242421101; +route fd68:a3ea:7c9a::/48 max 48 as 4242423767; +route fd66:feed:beef::/48 max 64 as 4242423439; +route fdca:ffee:ffa::/48 max 64 as 65050; +route fd42:42:564::/48 max 64 as 4242421564; +route fd5b:d2a7::/44 max 64 as 4242421434; +route fd01:fd2f:b0ce::/48 max 48 as 4242423219; +route fd50:1910:cda4::/48 max 48 as 4242420998; +route fdc7:3c9d:ff31::/48 max 64 as 65043; +route fd75:7a1:15b1::/48 max 64 as 4242423002; +route fd41:117a:5391::/48 max 48 as 4242422208; +route fd42:d42:d42:43::/64 max 64 as 4242420101; +route fd42:d42:d42:43::/64 max 64 as 4242423723; +route fd42:d42:d42:43::/64 max 64 as 4242422601; +route fd42:d42:d42:43::/64 max 64 as 4242423270; +route fd42:d42:d42:43::/64 max 64 as 4242422092; +route fd42:f10:411::/48 max 64 as 4242422100; +route fd00:bad:f00d::/48 max 64 as 4242420899; +route fd96:ac77:1286::/48 max 64 as 4242422231; +route fd42:7:7::/48 max 64 as 4242420095; +route fd42:dead:d00d::/48 max 64 as 4242422727; +route fde6:a552:874f::/48 max 64 as 4242421878; +route fd10:127:ee::/48 max 64 as 4242422526; +route fde3:4c0d:2836::/48 max 56 as 4242421280; +route fd1b:be18:a185::/48 max 64 as 4242422378; +route fdee:90fc:cafe::/48 max 64 as 4242423738; +route fdc7:d436:6765::/48 max 48 as 4242422340; +route fd42:2950:202::/48 max 64 as 4242422950; +route fd42:2950:202::/48 max 64 as 202265; +route fd10:127:127::/48 max 64 as 4242422464; +route fd42:4992:6b6e::/48 max 64 as 4242428201; +route fd02:152e:d070::/48 max 48 as 4242421719; +route fd81:edb3:71d8::/48 max 48 as 4242422953; +route fd9f:59a6:30da::/48 max 64 as 4242420795; +route fd42:4242:1337::/48 max 64 as 4242420414; +route fd00:abcd:e::/48 max 64 as 4242420158; +route fdfc:bdcd:a880::/48 max 48 as 4242423112; +route fd40:a3a9:287c::/48 max 48 as 4242423373; +route fdff:b02d:2ef7::/48 max 48 as 4242422341; +route fdcf:cafe:eba::/48 max 48 as 4242420405; +route fd97:b8af:629c:7d45::/64 max 64 as 4242420017; +route fd23:5a57:7294::/48 max 48 as 4242421669; +route fda3:7863:2204::/48 max 64 as 4242421407; +route fdb2:48f2:8ac5::/48 max 48 as 4242422848; +route fdac:ebc8:c8ba::/48 max 48 as 4242421296; +route fde0:ccf0:ac16::/48 max 48 as 4242423518; +route fd41:9906:87b4::/48 max 48 as 4242420658; +route fd86:4169:1552::/48 max 48 as 4242420823; +route fddf:51f8:5744::/48 max 64 as 4242421145; +route fd58:eb75:347d::/48 max 64 as 4242420428; +route fd5f:fd18:29d1:4f61::/64 max 64 as 4242420017; +route fdcb:fc07:1a65::/48 max 64 as 4242423252; +route fd31:dfc3:e7d9::/48 max 64 as 4242420447; +route fdea:1aa5:fe0::/48 max 48 as 4242422775; +route fd10:fcac:b8f2::/48 max 64 as 4242421918; +route fd80:8787::/48 max 64 as 4242421010; +route fd42:23:148::/48 max 64 as 76140; +route fd42:dead:b33f::/48 max 64 as 4242423807; +route fd41:4541:4d47::/48 max 48 as 4242421048; +route fd19:e0a6:1295::/48 max 64 as 4242420321; +route fd0b:c5a0:371::/48 max 48 as 4242422478; +route fd95:2226:2153::/48 max 64 as 4242420154; +route fd72:be29:7c:3b1c::/64 max 64 as 4242421459; +route fdfe:bf34:baaa::/48 max 64 as 4242420514; +route fd42:42:c0de::/48 max 64 as 4242421940; +route fd42:6c6d:616f::/48 max 64 as 4242423120; +route fdcc:bb58:43b3::/48 max 64 as 4242423626; +route fd9e:bcbd:88::/48 max 48 as 4242423352; +route fdb5:78b:64cc::/48 max 64 as 65181; +route fdb2:b297:900d::/48 max 48 as 4242422024; +route fd2a:86c6:dbb7::/48 max 64 as 4242423351; +route fd00:fd00:208::/48 max 64 as 4242423560; +route fd68:53e:b05e::/48 max 48 as 4242420493; +route fd00:dead:beef::/48 max 64 as 4242420629; +route fd45:2e33:411e::/48 max 48 as 4242421149; +route fd28:d639:e958::/48 max 64 as 4242422375; +route fd00:deca:fba0::/44 max 64 as 4242423815; +route fdfd:face:4ace:1::/64 max 64 as 4242422050; +route fd6a:b179:7a6b::/48 max 48 as 4242423927; +route fdb4:4911:ccf8::/48 max 64 as 4242423506; +route fdd3:ca1e:a110::/48 max 64 as 4242421232; +route fdfc:f2:54cd::/48 max 48 as 4242420460; +route fdd4:42d8:c154::/48 max 64 as 4242422801; +route fd31:f6ee:ab9d::/48 max 64 as 64606; +route fd6a:22f6:b683::/48 max 64 as 4242423338; +route fde2:f42a:8ac9::/48 max 48 as 4242422033; +route fd23:2333:2333::/48 max 64 as 4242420741; +route fd82:39c2:e327::/48 max 64 as 4242421567; +route fdfd:e1f0:7019::/48 max 64 as 4242422386; +route fd42:1707:1707::/48 max 64 as 4242421707; +route fddd:fdef:2ea1::/48 max 64 as 4242421198; +route fd42:b10:1010::/48 max 64 as 4242422742; +route fd2c:3214:3214::/48 max 64 as 4242423214; +route fd07:d34:7969::/48 max 64 as 4242423618; +route fdb6:d08:686b::/48 max 64 as 4242420039; +route fd00:fd00:192::/48 max 64 as 4242423560; +route fda0:b455:bb86::/48 max 48 as 4242422514; +route fdef:1926:817::/48 max 64 as 4242420817; +route fdc6:674:2bdf::/48 max 64 as 4242421228; +route fd39:b03e:6140::/48 max 64 as 4242423124; +route fdad:850e:9f6a:9cb3::/64 max 64 as 4242420190; +route fd8f:4ef6:5402::/48 max 64 as 4242420540; +route fd10:127:aa66::/48 max 64 as 17830; +route fd10:127:aa66::/48 max 64 as 211876; +route fd10:127:aa66::/48 max 64 as 4201270021; +route fd10:127:aa66::/48 max 64 as 4242421876; +route fd00:bab6:bca1::/48 max 48 as 4242421512; +route fde8:21c6:9d82::/48 max 64 as 65433; +route fd76:d330:272b::/48 max 48 as 4242423925; +route fdfc:35df:d875::/48 max 48 as 4242421592; +route fd51:b39d:249f::/48 max 64 as 4242421717; +route fd00:abcd:e:100::/56 max 64 as 4242420198; +route fd86:5946:61b2::/48 max 48 as 4242421273; +route fde6:36fc:c985::/64 max 64 as 65527; +route fd87:957e:5c48::/48 max 64 as 4242421090; +route fd98:a42d:9898::/48 max 64 as 4242421711; +route fd45:1b93:dddf::/48 max 48 as 4242422575; +route fda9:26a9:1c47::/48 max 64 as 4242421050; +route fd8f:14c7:d318::/48 max 64 as 64889; +route fd42:23:205::/48 max 64 as 4242420205; +route fdd7:e654:c010::/48 max 64 as 4242422424; +route fd63:672f:38e7::/48 max 48 as 4242422092; +route fdee:d21b:6b8b::/48 max 48 as 4242422502; +route fd54:4ac:bdd::/48 max 64 as 4242421899; +route fd32:b22c:b2ea::/48 max 48 as 4242422115; +route fd55:f69a:823::/48 max 64 as 4242422443; +route fd78:62f:d291:3f33::/64 max 64 as 4242421977; +route fd42:ca7:3395::/48 max 48 as 4242423395; +route fd1a:747a:d030::/48 max 48 as 4242423505; +route fd00:6666::/48 max 64 as 4242420803; +route fde0:105b:1d87::/48 max 64 as 64867; +route fd10:49:4f::/48 max 64 as 4242420630; +route fd22:622:1f6c::/48 max 64 as 4242420110; +route fdff:8695:18b7::/48 max 48 as 203099; +route fdbe:f027:9965::/48 max 64 as 4242421668; +route fd42:d42:511::/48 max 64 as 4242420511; +route fd94:c9b4:7bda::/48 max 64 as 4242421475; +route fd42:2feb:5536::/48 max 64 as 4242420162; +route fdb3:4cc3:3bfb::/48 max 64 as 4242422225; +route fd93:6244:7aef::/48 max 48 as 4242422011; +route fd5c:adc5:16b1::/48 max 48 as 4242423323; +route fda7:e8fa:a57f::/48 max 64 as 4242423211; +route fd42:9564:c802::/48 max 64 as 4242421055; +route fdf4:a50a:5c1f::/64 max 64 as 64879; +route fd42:39fc:2ad::/48 max 64 as 4242423949; +route fd22:e95b:9938::/48 max 64 as 4242423581; +route fd0b:1aae:3130::/48 max 64 as 4242422116; +route fda0:bbe1:38d::/48 max 64 as 4242420160; +route fd42:465:1337::/48 max 64 as 4242420131; +route fd42:2b13:a29c::/48 max 64 as 4242420870; +route fd89:aec1:ca45::/48 max 64 as 4242422942; +route fd42:3110:4242::/48 max 64 as 4242423110; +route fd42:4242:2405::/48 max 48 as 4242422405; +route fdc5:a4a8:96d9::/48 max 48 as 4242422607; +route fdae:6803:d4f8::/48 max 48 as 4242420960; +route fd46:972a:903b::/48 max 64 as 4242423620; +route fd42:0:e::/48 max 64 as 4242420990; +route fdb2:520f:f4a7::/48 max 64 as 4242423774; +route fd76:bcbe:1a52::/48 max 48 as 4242423632; +route fd4c:6516:94e0::/48 max 64 as 4242422352; +route fd01:67c:2ed8::/48 max 64 as 65038; +route fd55:a814:708c::/48 max 64 as 4242422410; +route fd15:fe2c:d179::/48 max 64 as 4242422027; +route fdfd:beef:beef:2::/64 max 64 as 4242420156; +route fd85:50d:222d::/48 max 48 as 4242423954; +route fdec:e7bb:6c6d::/48 max 48 as 4242421880; +route fd53:a37c:9438::/48 max 64 as 4242429998; +route fd9e:b565:def3::/48 max 48 as 4242423565; +route fd62:cd4d:28a1::/48 max 48 as 4242420173; +route fd42:180:3de0::/56 max 64 as 4242420119; +route fd42:180:3de0::/56 max 64 as 4242421191; +route fd42:180:3de0::/56 max 64 as 4242422601; +route fd23::/48 max 64 as 4242422037; +route fdca:852a:928d::/48 max 64 as 4242420842; +route fdcf:de54:13ef::/48 max 64 as 4242421508; +route fd78:ec3b:e9e7::/48 max 64 as 4242420141; +route fdbd:8e82:8b88::/48 max 64 as 4242421032; +route fdec::/48 max 64 as 4242422015; +route fdc0:b000:a4b2::/48 max 48 as 4242421044; +route fdff:23:42::/48 max 64 as 4242423042; +route fd15:9ed:b71d::/48 max 48 as 4242420640; +route fda4:1721:8450::/48 max 64 as 65200; +route fd00:490:cb2d::/52 max 64 as 64833; +route fd3d:714a:d119::/48 max 64 as 4242423113; +route fddd:5d16:b5dd::/48 max 64 as 65026; +route fd10:127:1300::/48 max 64 as 207268; +route fdfa:454b:e441::/48 max 48 as 4242422522; +route fd42:beeb:beeb::/48 max 64 as 4242422342; +route fd2c:3214:3214:1::/64 max 64 as 4242423214; +route fd1d:d8fe:568d::/48 max 64 as 4242422252; +route fda6:bf36:9b89::/48 max 48 as 4242421510; +route fda4:1721:8451::/48 max 64 as 65201; +route fda0:23:748b::/48 max 64 as 76190; +route fd2d:6421:f42b::/48 max 48 as 4242423840; +route fd69:3053:a295::/48 max 64 as 4242423510; +route fd96:4252:4144::/48 max 48 as 4242421324; +route fd00:7882:4abb::/48 max 64 as 4242420211; +route fdf4:2331:fa09::/48 max 48 as 4242420197; +route fdef:affe:edda::/48 max 64 as 65489; +route fd42:4242:3775::/48 max 64 as 4242423775; +route fd82:88be:b7f3::/48 max 48 as 4242420833; +route fdfa:7906:8262::/48 max 64 as 4242423947; +route fda2:776d:5c5c::/48 max 64 as 4242423032; +route fdec:1:1:dead::/64 max 64 as 4242422015; +route fdd3:5d16:b5dd::/48 max 64 as 65528; +route fd5f:2bd0:1feb::/48 max 48 as 4242421869; +route fdef:5d0d:ee12::/48 max 48 as 64738; +route fddf:bf7:80::/48 max 64 as 64859; +route fd23:42:c3d2::/56 max 64 as 64698; +route fd4f:b934:7802::/48 max 48 as 4242421964; +route fdf4:e251:75d9::/48 max 48 as 4242423271; +route fdd9:be:a2a::/48 max 48 as 4242421177; +route fdef:6fb6:592d::/48 max 64 as 4242423189; +route fd05:3aca:c3a0:abcd::/64 max 64 as 0; +route fdd9:cecf:b296::/48 max 64 as 4242423670; +route fd56:4902:eca0::/48 max 48 as 4242422574; +route fda0:747e:ab29:9375::/64 max 64 as 65125; +route fdcf:7494:4f2c::/48 max 64 as 4242420813; +route fd16:fb99:7f9b::/48 max 48 as 4242422227; +route fda4:be8c:4fd1::/48 max 48 as 4242423761; +route fd42:4888:eb20::/48 max 64 as 4242421047; +route fdab:896d:d34::/48 max 64 as 4242420093; +route fd4a:2e8b:78bb:ae6e::/64 max 64 as 4242423935; +route fd10:127:5f37:59df::/64 max 64 as 4201270000; +route fd42:c33e:bef4:228::/64 max 64 as 4242420121; +route fd42:d42:d42:9001::/64 max 64 as 4242421050; +route fd01:470:1989::/64 max 64 as 4242421989; +route fdc8:8a2:b198::/48 max 64 as 64870; +route fd10:127:13::/48 max 64 as 4201270013; +route fd63:770:4242::/48 max 48 as 4242421422; +route fd22:cf08:697b::/48 max 48 as 4242421514; +route fd1d:cc09:1366::/48 max 48 as 4242421607; +route fd06:b047:f7de::/48 max 64 as 64872; +route fd00:801:3030::/44 max 64 as 4242420656; +route fddd:ed3:375e::/48 max 64 as 4242421312; +route fd59:a9db:1a5e:670::/64 max 64 as 4242420980; +route fd2c:3214:3214::/64 max 64 as 4242423214; +route fddf:4811:38a0::/48 max 48 as 4242422257; +route fd42:e0f1:5b4b::/48 max 64 as 4242420164; +route fdbd:8259:fe95::/48 max 64 as 4242423890; +route fdc6:9675:ebda::/48 max 48 as 4242423376; +route fd2e:b71f:7983::/48 max 48 as 4242422752; +route fd96:5241:4544::/48 max 48 as 4242422683; +route fd2e:56cf:1ec2::/48 max 64 as 4242423225; +route fdb2:f582:b9d1::/48 max 64 as 4242423759; +route fda3:9087:3028::/48 max 64 as 4242421290; +route fde0:9750:6d9d::/48 max 48 as 4242420827; +route fdbc:db8d:b1cb::/48 max 64 as 4242421240; +route fd00:191e:1470::/48 max 48 as 4242421470; +route fd22:3adc:a411::/48 max 48 as 4242422610; +route fded:8ea7:f687::/48 max 64 as 4242420225; +route fdae:5169:c671::/48 max 48 as 4242422664; +route fdff:feed:c0de::/48 max 64 as 4242420138; +route fd42:c066:e081::/48 max 64 as 4242420092; +route fd73:111:e824::/48 max 64 as 65152; +route fd42:c:a::/48 max 64 as 4242421420; +route fd54:4355:b6ac::/48 max 64 as 4242420212; +route fd1c:f73c:a945:3000::/52 max 64 as 4242422700; +route fdf6:774:73c3::/48 max 64 as 4242423410; +route fde8:ee85:76ef::/48 max 48 as 4242422749; +route fd00:1953:615::/48 max 64 as 4242422761; +route fdef:8387:28fe::/48 max 48 as 4242423486; +route fd9d:5e08:b9f9::/48 max 64 as 4242421096; +route fdc5:7835:68c8::/48 max 48 as 4242421238; +route fdd7:e654:c018::/48 max 64 as 4242422424; +route fdd0:448d:1447::/48 max 64 as 4242422021; +route fdec:e951:d2::/48 max 64 as 4242421038; +route fdc3:c927:4566::/48 max 48 as 4242421509; +route fd3b:1784:edbb::/48 max 64 as 4242423055; +route fd9e:5312:a3b3::/48 max 48 as 4242423704; +route fd18:18d9:adde:40::/58 max 64 as 4242421233; +route fdbb:1126:ce06::/48 max 64 as 4242423140; +route fd42:667c:6ad2::/48 max 64 as 4242420113; +route fdbf:6d9c:4e2d::/48 max 64 as 4242423944; +route fd42:8a73:3fbb::/48 max 64 as 4242420612; +route fd03:7e46:2707::/48 max 64 as 4242421928; +route fdee:70b9:860c::/48 max 64 as 4242421406; +route fdd3:8430:5ba1::/48 max 48 as 4242420380; +route fdff:0:fcd0::/48 max 64 as 0; +route fd51:2bb2:fd0d::/48 max 64 as 64654; +route fda7:fb2b:4733::/48 max 48 as 4242421848; +route fdb4:acab:1312::/48 max 48 as 4242422131; +route fd4e:f2d7:88d2:ffff::/64 max 64 as 64899; +route fd6e:cab2:576b::/48 max 48 as 4242421155; +route fd10:127:7:4000::/50 max 64 as 4201270007; +route fddd:c100:ac0a::/48 max 48 as 4242423477; +route fd01:374d:4ddd::/48 max 48 as 4242423869; +route fd5d:7bc7:ed1b::/48 max 64 as 4242423520; +route fdcd:3682:1c17::/48 max 64 as 4242422002; +route fdfd:dead:c0d3::/64 max 64 as 4242421113; +route fd4e:f2d7:88d2:fffc::/64 max 64 as 64899; +route fd56:4147:5545::/48 max 64 as 4242420810; +route fd7b:7879:70d5::/48 max 48 as 4242423114; +route fd34:afbb:3200::/48 max 64 as 4242421207; +route fdf2:dc03:4196::/48 max 48 as 4242421428; +route fd2c:3214:3214:2::/64 max 64 as 4242423214; +route fd12:dbe1:d36c::/48 max 48 as 4242422843; +route fd81:2009:2009::/48 max 64 as 4242422009; +route fde8:21c6:370b::/48 max 64 as 64891; +route fdac:f820:373a::/48 max 64 as 4242422128; +route fd70:336f:17f6:3465::/64 max 64 as 4242420017; +route fd80:81ed:c211::/48 max 64 as 4242420341; +route fdc7:4c8d:b889:a272::/64 max 64 as 64873; +route fd75:77d4:482b::/48 max 64 as 4242421297; +route fdef:27db:3be::/48 max 64 as 4242423980; +route fd00:8336:f0e5::/48 max 48 as 4242422436; +route fd91:a6bc:1969::/48 max 64 as 4242420449; +route fd73:3033:1913::/48 max 64 as 4242421020; +route fd1c:f73c:a945::/48 max 64 as 4242422700; +route fd9c:a562:c85f::/48 max 48 as 4242421961; +route fd04:20e5:d212::/48 max 48 as 4242422281; +route fd79:4df1:37c6:157e::/64 max 64 as 4242420178; +route fd40:cc1e:c0de::/48 max 64 as 4242421955; +route fd42:d42:d42:80::/64 max 64 as 64737; +route fd42:d42:d42:80::/64 max 64 as 4242420123; +route fd42:d42:d42:80::/64 max 64 as 64719; +route fd42:d42:d42:80::/64 max 64 as 4242422601; +route fd97:4c4e:9d26::/48 max 64 as 64697; +route fd10:127:7:ffff::/64 max 64 as 4201270007; +route fdd0:17ea:3a52::/48 max 64 as 4242420194; +route fdad:23e:f50::/48 max 48 as 4242421477; +route fd73:6967:6672::/48 max 64 as 4242421267; +route fdcd:c2da:c2c4::/48 max 48 as 4242421464; +route fdc7:3c9d:b889:a272::/64 max 64 as 65043; +route fd10:127:233::/48 max 64 as 140913; +route fd42:23:cda::/48 max 64 as 4242420101; +route fd42:23:cda::/48 max 64 as 65038; +route fd71:2bc7:20dc::/48 max 48 as 4242423964; +route fdb9:fff1:dbbf::/48 max 64 as 4242423866; +route fdee:c1e0:fafd::/48 max 48 as 4242421609; +route fd55:caa:bde3::/64 max 64 as 64654; +route fda1:cb1b:7582::/48 max 48 as 4242421602; +route fd8a:b0f1:babe::/48 max 64 as 4242423926; +route fd6e:3ad1:1722::/48 max 48 as 4242421913; +route fd68:ea13:20f::/48 max 64 as 4242423759; +route fdfa:fa6:d7a1::/48 max 48 as 4242421202; +route fd42:d42:d42::/48 max 64 as 64737; +route fd00:feed:bec::/48 max 64 as 4242420802; +route fd39:e07d:e463::/48 max 64 as 4242421165; +route fda0:747e:ab29:7406::/64 max 64 as 65100; +route fdde:690a:20fc:39ff::/64 max 64 as 4242422204; +route fd9e:e609:dde2::/48 max 48 as 4242422251; +route fd05:4b:cce::/48 max 48 as 4242420253; +route fd42:4242:3920::/48 max 48 as 4242423920; +route fd7b:9886:1c8c::/48 max 64 as 4242423404; +route fd5e:724d:f1bb::/48 max 48 as 4242422590; +route fd42:2a2b:acf1::/48 max 48 as 4242420577; +route fd37:c7f3:5bf7::/48 max 48 as 4242421469; +route fdee:5477::/48 max 64 as 4242420527; +route fdba:2737:210d::/48 max 64 as 4242422357; +route fd10:127:7:2000::/54 max 64 as 4201270007; +route fd42:cafe::/44 max 64 as 4242423389; +route fdd2:c9d1:ecb7::/48 max 64 as 4242423322; +route fd0b:10c0:9966::/48 max 64 as 4242420506; +route fd7c:dfc0:d347::/48 max 64 as 4242420886; +route fdfe:1647:a2bb::/48 max 64 as 4242421978; +route fdfc:44e4:146e:8f69::/64 max 64 as 4242423821; +route fd42:24ac:df57::/48 max 48 as 4242420262; +route fdf8:52a8:1314::/48 max 48 as 4242421180; +route fd00:dead:dead::/48 max 64 as 4242423511; +route fd53:707:41::/48 max 64 as 65044; +route fd26:13ad:1cb6::/48 max 48 as 4242423303; +route fd42:1806:1806::/48 max 48 as 4242421806; +route fddf:86ed:37cc::/48 max 64 as 4242421903; +route fd42:fa76:1110::/48 max 64 as 4242421189; +route fdca:55e1:baca:baca::/64 max 64 as 65514; +route fdef:ffc0:4fff::/48 max 64 as 65080; +route fd23:dead:beef::/48 max 64 as 65432; +route fdc9:a4d4:c4ce::/48 max 64 as 4242422718; +route fd40:2343:64:fa52::/64 max 64 as 4242420134; +route fdfd:25fe:c901::/48 max 64 as 4242422284; +route fd67:24bd:a1ea::/48 max 48 as 4242421220; +route fd84:90a:5522::/48 max 48 as 4242421250; +route fd01:1926:817::/48 max 48 as 4242421332; +route fd43:6d1:3ee2::/48 max 64 as 4242420661; +route fdaa:ff59:eb66::/48 max 64 as 4242423175; +route fd50:3c8f:b8b1::/48 max 64 as 4242423820; +route fd89:35db:fc0::/48 max 48 as 4242420604; +route fd0c:62d:8e7::/48 max 64 as 4242423371; +route fdc6:dc8f:8c32::/48 max 64 as 4242421166; +route fde3:a7e3:7957::/48 max 64 as 4242423004; +route fd42:0:c::/48 max 64 as 4242420988; +route fd17:149a:85f9::/48 max 64 as 4242423973; +route fda1:d26b:7461::/48 max 64 as 4242420000; +route fddb:d3b4:d55a::/48 max 48 as 4242422865; +route fda7:a975:bfc2::/48 max 64 as 4242420469; +route fdf3:5237:bf63::/48 max 48 as 4242423881; +route fdcf:7d7d:167::/48 max 64 as 4242423727; +route fdca:ffee:ffda::/48 max 64 as 65038; +route fdca:ffee:ffda::/48 max 64 as 4242420101; +route fdf9:9417:5844::/64 max 64 as 64885; +route fddc:3293:81a4::/48 max 64 as 4242422515; +route fd21:b0e7:6c39:c241::/64 max 64 as 4242422798; +route fdff:feed:4242::/48 max 64 as 4242420252; +route fd10:127:ffff:53::/64 max 64 as 4201270006; +route fd10:127:ffff:53::/64 max 64 as 4242423618; +route fd40:d8e8:5088::/48 max 48 as 4242422644; +route fdfc:ba7c:ca1::/48 max 64 as 64871; +route fdfb:9a90:fa25::/48 max 64 as 4242423961; +route fdec:2b86:777::/48 max 64 as 4242423816; +route fddf:375c:489e::/48 max 64 as 4242423566; +route fd46:aa43::/32 max 64 as 64613; +route fdee:eb2d:276a::/48 max 64 as 4242420801; +route fdc5:cee0:5f6b::/48 max 48 as 4242423441; +route fdee:b795:404::/48 max 48 as 4242422421; +route fd86:b4dc:4b1e::/48 max 64 as 65037; +route fd16:f8dc:8ef::/48 max 48 as 4242420062; +route fdef:17a0:fff1::/48 max 64 as 64860; +route fd88:dead:beef::/48 max 64 as 4242423886; +route fdd7:e0f3:3838::/48 max 64 as 4242420270; +route fd19:11ec:bed7::/48 max 48 as 4242421550; +route fdd8:2631:13ac::/48 max 64 as 4242421709; +route fd26:3adf:465e::/48 max 48 as 4242422850; +route fd00:172:2334::/48 max 48 as 4242422900; +route fdaa:243c:4101::/48 max 48 as 4242422058; +route fd1d:62fd:3f4c:a247::/64 max 64 as 4242420017; +route fd42:df42::/48 max 64 as 64773; +route fd3d:1282:9113::/48 max 64 as 4242420167; +route fdac:f3f:e7e2::/48 max 64 as 4242422333; +route fd18:18d9:adde:80::/58 max 64 as 4242421233; +route fd10:127:7:3000::/52 max 64 as 4201270007; +route fd00:aaaa:256::/48 max 64 as 4242420117; +route fd34:d5c3:6c4a::/48 max 64 as 4242423663; +route fda9:1b6e:e41d::/48 max 64 as 4242420305; +route fdf7:facd:9346::/48 max 48 as 4242421115; +route fdc7:a5af:3231::/48 max 64 as 4242423339; +route fd83:d1d1:2690::/48 max 64 as 4242422690; +route fdd9:8cc9:14af::/48 max 48 as 4242423720; +route fd1a:91bf:fc44::/48 max 48 as 4242421401; +route fd99:4d80:d90c::/48 max 64 as 4242423759; +route fd42:c01d:beef::/48 max 64 as 4242421191; +route fd42:4242:3699::/48 max 64 as 4242423699; +route fd42:4242:3699::/48 max 64 as 4201270099; +route fd42:4242:3699::/48 max 64 as 210903; +route fd10:127:2f2f::/48 max 64 as 4201270020; +route fd42:b60d:6174::/48 max 64 as 4242422624; +route fd8e:6470:7a23::/48 max 48 as 64742; +route fd2a:edfd:6bae::/48 max 64 as 4242420750; +route fd00:801:3090::/44 max 64 as 4242420656; +route fdfd:a97f:d939:689f::/64 max 64 as 4242420186; +route fd4e:f2d7:88d2:fffe::/64 max 64 as 64769; +route fd89:35db:fc1::/63 max 64 as 4242420604; +route fd42:830:420::/48 max 64 as 4242420203; +route fd83:b5b8:d749::/48 max 64 as 4242420717; +route fd19:361e:b053::/48 max 64 as 4242421822; +route fd42:fdac:1111::/48 max 64 as 4242421404; +route fde7:76fd:7444::/48 max 64 as 4242420157; +route fdc9:67ea:76a5::/48 max 64 as 4242422016; +route fd42:4242:2601:ffff::/64 max 64 as 0; +route fd03:6668:b339::/48 max 64 as 4242422088; +route fd8f:665e:49ae::/48 max 48 as 4242421458; +route fd42:4992:6b6d::/48 max 64 as 4242428200; +route fd42:350a:700b::/48 max 48 as 4242420642; +route fda0:747e:ab29:2241::/64 max 64 as 65111; +route fd69:1691:1691::/48 max 48 as 4242421691; +route fde0:93fa:7a0::/48 max 64 as 0; +route fd42:f61:e12::/48 max 64 as 4242420235; +route fd41:3dc2:f135::/48 max 64 as 4242421118; +route fd0d:138:9006::/48 max 64 as 64663; +route fddf:7034:311d::/48 max 48 as 4242422658; +route fd42:470:f0ef::/48 max 64 as 4242420180; +route fd42:403::/64 max 64 as 4242420403; +route fd5b:dc38:47f5::/48 max 64 as 4242420742; +route fdea:2eb5:7420::/48 max 64 as 4242422673; +route fdf4:71a1:fc81::/48 max 64 as 4242420304; +route fd80:443f:c80c::/48 max 48 as 204446; +route fdfd:adad:adad::/48 max 64 as 4242421501; +route fd67:1c85:3021:27c0::/64 max 64 as 4242420097; +route fd6c:c6ed:38d5::/48 max 64 as 4242423916; +route fddc:5f35:fd47::/48 max 64 as 4242421911; +route fdfb:df0c:c64::/48 max 64 as 4242420041; +route fd28:4a00:7533::/48 max 64 as 4242421938; +route fd42:0:a::/48 max 64 as 4242422412; +route fdfd:face:4ac3::/48 max 48 as 4242421850; +route fd07:369:6502::/48 max 48 as 4242423468; +route fdb3:d376:9939::/48 max 64 as 64712; +route fd42:10e3:10e8::/48 max 48 as 4242420853; +route fd00:801:3050::/44 max 64 as 4242420656; +route fd0e:3d8c:2dd6:8e6e::/64 max 64 as 4242420651; +route fd42:5d71:219::/48 max 48 as 4242420119; +route fd41:1441:1441::/48 max 64 as 4242421441; +route fde6:402d:990d::/48 max 64 as 4242420576; +route fd98:de34:62e8::/48 max 48 as 4242422647; +route fd42:dead:cafe::/48 max 64 as 4242423955; +route fd42:defe:c8ed::/48 max 48 as 4242422457; +route fda8:6b5c:e370::/44 max 48 as 4242423309; +route fd42:4242:23::/48 max 64 as 4242420510; +route fdca:abcd:58ca:affe::/64 max 64 as 64856; +route fdf8:f2e5:897e::/48 max 48 as 4242420290; +route fde7:32ae:ee77::/48 max 64 as 4242422777; +route fdd5:7244:2776::/48 max 64 as 4242420161; +route fdce:ebc5:bbd8::/48 max 64 as 4242423999; +route fd76:b436:28bc::/48 max 64 as 4242420003; +route fd00:1926:817::/48 max 48 as 4242421331; +route fdfd:b19:7175:babe::/64 max 64 as 4242421110; +route fda0:747e:ab29:209::/64 max 64 as 65397; +route fdd0:9000:ba42::/48 max 48 as 4242420307; +route fd25:1952:c72e::/48 max 64 as 64876; +route fd5f:b56c:2823::/48 max 64 as 4242422678; +route fd49:5b5:b737::/48 max 48 as 4242420737; +route fda6:ad1f:9aa1::/48 max 64 as 4242423186; +route fd00:1337:cafe::/48 max 64 as 64626; +route fda0:747e:ab29:e1ba::/64 max 64 as 65523; +route fd00:bad:b00b::/64 max 64 as 4242420467; +route fdce:d01:12e5::/48 max 48 as 4242420982; +route fdc3:10cd:ae9b::/48 max 64 as 4242420789; +route fd42:e9ad:e297::/48 max 64 as 4242421369; +route fd42:a66a:faaf::/48 max 64 as 4242423976; +route fd01:5e19:11e1::/48 max 64 as 4242422506; +route fdca:226e:ac30::/48 max 48 as 4242420594; +route fd81:fd4e:4f95::/48 max 64 as 4242420238; +route fd42:bbbb:c0de::/48 max 64 as 4242420168; +route fd42:9478::/32 max 64 as 4242422548; +route fd6b:869c:c4a1::/48 max 64 as 4242421860; +route fdb6:dbcb:e738::/48 max 64 as 4242420265; +route fdc6:c4fe:1de4::/48 max 64 as 65242; +route fdb1:8565:c849::/48 max 64 as 4242421199; +route fdea:d017:225::/48 max 64 as 4242422250; +route fd42:d2aa:8a0e::/48 max 64 as 4242421742; +route fdc9:9999:9999:9900::/64 max 64 as 4242420199; +route fd42:dee:dee::/48 max 64 as 4242423424; +route fd3d:4e14::/32 max 64 as 4242421339; +route fd13:5940::/48 max 64 as 4242423064; +route fd96:70f6:b174::/48 max 48 as 4242423270; +route fd37:93a6:ed8f::/48 max 64 as 64827; +route fd42:4242:17::/48 max 64 as 4242420017; +route fdec:2fb6:2bdd::/48 max 64 as 4242420529; +route fd37:3b3:cae6::/48 max 64 as 141011; +route fd2a:1805:30::/48 max 64 as 4242423805; +route fdfc:2689:117c::/48 max 64 as 4242421301; +route fd92:2dff:d232::/48 max 64 as 64861; +route fd00:4da1:c7fd::/48 max 48 as 4242422538; +route fd42:1441:1441::/48 max 64 as 4242421441; +route fde3:8334:267e::/48 max 48 as 4242420780; +route fdc8:dc88:ee11::/48 max 64 as 4242423088; +route fdc8:dc88:ee11::/48 max 64 as 140936; +route fdc8:dc88:ee11::/48 max 64 as 38173; +route fdc8:dc88:ee11::/48 max 64 as 7721; +route fd95:bfa8:a5e2::/48 max 48 as 4242421916; +route fd56:b4dc:4b1e::/48 max 64 as 65037; +route fd80:2032:7be2::/48 max 64 as 4242423391; +route fdf7:17d5:de49:1000::/52 max 64 as 4242423906; +route fdec:c0f1:afda::/64 max 64 as 65115; +route fdf4:f031:64d8::/48 max 48 as 4242421967; +route fd00:1996:726::/48 max 64 as 4242422235; +route fdbb:8bb5:fb3d::/48 max 48 as 4242420074; +route fd42:4242:64::/48 max 64 as 4242420064; +route fdbf:54f1:66b8::/48 max 48 as 4242421525; +route fd4f:c7fd:f1ea::/48 max 48 as 4242423883; +route fd8f:a905:397::/48 max 48 as 4242421423; +route fd3b:ac17:d710::/48 max 64 as 4242423481; +route fdc7:5384:30::/48 max 64 as 64930; +route fd9d:7372:f0d0::/48 max 64 as 4242420860; +route fd58:5a8d:4d3f::/48 max 64 as 4242421226; +route fd0c:9a97:47dc::/48 max 64 as 64864; +route fd91:7b3d:8d19::/48 max 48 as 4242420524; +route fd5a:2663:7b48::/48 max 64 as 4242421353; +route fd40:aac4:93b0::/48 max 48 as 4242420216; +route fd42:4242:4242::/48 max 64 as 4242421124; +route fd95:ea42:7f82::/48 max 48 as 4242421224; +route fd00:114:514::/48 max 64 as 4242420916; +route fd42:64:713::/48 max 64 as 64713; +route fd65:a890:5050::/48 max 64 as 4242423602; +route fd7b:860b:8877::/48 max 64 as 64781; +route fd42:23:42::/48 max 64 as 64600; +route fd42:23:42::/48 max 64 as 4242420101; +route fdc8:c633:5319::/48 max 64 as 4242421588; +route fd00:801:30d0::/44 max 64 as 4242420656; +route fd3e:9ee2:ae0::/48 max 64 as 4242422595; +route fd63:b0d8:696e::/48 max 48 as 4242420316; +route fdf3:2049:5152::/48 max 64 as 64866; +route fd18:3ab6:2508::/48 max 48 as 4242422512; +route fd79:3730:cc6::/48 max 64 as 4242421982; +route fd12:cf2b:497a::/48 max 64 as 4242422343; +route fd01:7223:3232::/48 max 64 as 4242420385; +route fdec:4562:434f::/64 max 64 as 65520; +route fd10:127:7::/51 max 64 as 4201270007; +route fda1:384a:74de::/48 max 64 as 65525; +route fd10:127:99::/48 max 64 as 4201270099; +route fd10:127:99::/48 max 64 as 4242423699; +route fdef:f10f:1337:cafe::/64 max 64 as 65190; +route fd0c:70b0:1c7d::/48 max 48 as 4242421275; +route fd96:1337:1337::/48 max 64 as 4242422815; +route fda0:747e:ab29:e054::/64 max 64 as 64869; +route fd85:7370:a8a1::/48 max 48 as 4242421690; +route fdc0:bc88:be::/48 max 64 as 4242421811; +route fd2c:2fa3:62f1::/48 max 64 as 4242423918; +route fddf:2460:2460::/48 max 64 as 4242422460; +route fd42:e621::/48 max 64 as 4242421488; +route fd00:801:30b0::/44 max 64 as 4242420656; +route fd49:277:42::/48 max 48 as 4242420288; +route fd49:277:42::/48 max 48 as 4201270030; +route fd59:8614:e4d::/48 max 48 as 4242421561; +route fd1d:60e1:88fa::/48 max 64 as 4242420601; +route fd10:127:cc::/48 max 64 as 4242422526; +route fdfd:468b:bab6::/48 max 48 as 4242423953; +route fdc2:752c:29d1::/48 max 48 as 4242423636; +route fda5:2522:729::/48 max 64 as 4242423917; +route fdb8:946a:bc01::/48 max 64 as 4242423724; +route fd5f:7a63:c27f::/48 max 64 as 4242423040; +route fd8f:fcd6:b5b3::/48 max 64 as 4242421656; +route fda5:a8a8:9989::/48 max 48 as 4242420688; +route fd4e:adda:1964:e293::/64 max 64 as 4242420017; +route fd1d:8832:3c69::/48 max 64 as 4242420488; +route fd2b:69:ba::/48 max 48 as 4242423229; +route fd86:4ce:d32f::/48 max 64 as 4242423855; +route fdef:f20f:1337:cafe::/64 max 64 as 65190; +route fd44:4444:4444::/48 max 64 as 4242423311; +route fdb5:48f5:d278::/48 max 64 as 4242423156; +route fd42:a901:388e::/48 max 64 as 4242420260; +route fd42:4242:247::/48 max 64 as 141776; +route fd42:4242:247::/48 max 64 as 4242420247; +route fd42:4242:247::/48 max 64 as 4201270017; +route fd71:cfc3:9259:6935::/64 max 64 as 4242423859; +route fdfd:470:b85d::/48 max 48 as 4242421425; +route fd42:fd42:dead::/48 max 48 as 4242420280; +route fd19:3474:7628::/48 max 64 as 4242420588; +route fdf8:7e7f:d097::/48 max 48 as 4242420197; +route fdf7:c335:8a6a::/48 max 48 as 4242420855; +route fd1b:7fcf:884f::/48 max 64 as 4242423884; +route fdc0:10ca:7105::/48 max 64 as 4242423173; +route fd42:3103:5bca::/48 max 64 as 4242423310; +route fde8:8953:ac1e::/48 max 48 as 4242422093; +route fd66:f1ed:8b4f::/48 max 48 as 4242422433; +route fd15:9060:9d42::/48 max 48 as 4242420924; +route fdab:18d6:beef::/48 max 48 as 4242423434; +route fd83:1110:6556::/48 max 64 as 4242421983; +route fd00:cafe:1337::/48 max 64 as 4242423420; +route fd20:144b:d1cd::/48 max 48 as 4242423381; +route fd9b:3774:d2fa::/48 max 48 as 4242420413; +route fd48:f77d:8142::/48 max 64 as 4242423328; +route fdf8:69c9:134::/48 max 64 as 4242420904; +route fdfa:43:8ed5::/48 max 64 as 4242422404; +route fd53:849:742::/48 max 48 as 4242422040; +route fd79:300d:6056::/48 max 64 as 4242421271; +route fd02:2d97:1ccf::/48 max 64 as 4242420245; +route fd91:5e17:f5f8::/48 max 48 as 4242422008; +route fd64:f233:8964::/48 max 64 as 4242422911; +route fd42:c:5::/48 max 64 as 4242422305; +route fd25:af2d:1f51::/48 max 48 as 4242421516; +route fd42:beef:cafe::/48 max 64 as 4242421776; +route fd42:badc:ab1e:903::/64 max 64 as 4242422305; +route fd00:9990::/48 max 64 as 4242429990; +route fd20:3f3a:6046::/48 max 48 as 4242423646; +route fd62:172:23:125::/64 max 64 as 4242423852; +route fddd:118b:5dc0::/48 max 64 as 4242423146; +route fd42:4242:1921::/48 max 64 as 4242421921; +route fded:e0fd:5fe::/48 max 64 as 4242420565; +route fdc3:10cd:ae9c::/48 max 64 as 4242420789; +route fd94:dba8:42b0::/48 max 64 as 4242422717; +route fd42:aacb:49ee::/48 max 64 as 4242420209; +route fd42:ccc:da::/48 max 64 as 4242420101; +route fd12:ee00:9898::/48 max 64 as 4242423640; +route fd42:fa6::/48 max 64 as 4242421114; +route fd9a:f34d:4541::/48 max 64 as 4242422200; +route fd71:3840:a60a::/48 max 64 as 4242420771; +route fdb2:b712:e8e::/48 max 64 as 4242420177; +route fd00:bad:c0de::/48 max 64 as 4242420206; +route fd42:2347:a::/48 max 48 as 4242422347; +route fdf0:3a88:6e00::/48 max 48 as 4242423188; +route fd42:64:686::/48 max 64 as 64686; +route fd81:e49c:ba39::/48 max 64 as 4242423452; +route fd00:801:3000::/44 max 64 as 4242420656; +route fd42:100c:7121::/48 max 64 as 64877; +route fd23:9fed:1099::/48 max 64 as 4242422816; +route fd42:4242:2322::/48 max 48 as 4242422322; +route fd71:7ce:bfbb::/48 max 64 as 4242421190; +route fd94:e773:5413::/48 max 64 as 4242421008; +route fd42:4999:6a6d::/48 max 64 as 4242420302; +route fdd8:da7b:92f5::/48 max 64 as 4242423621; +route fd5d:ff5f:269f::/48 max 48 as 4242420320; +route fdde:7b0b:8fb9::/48 max 64 as 4242423111; +route fdc3:10cd:ae9d::/48 max 64 as 4242420789; +route fdae:e3cd:11d9::/48 max 48 as 4242420807; +route fd23:1d71:dd17::/48 max 48 as 4242423929; +route fd42:d42:d42:53::/64 max 64 as 64737; +route fd42:d42:d42:53::/64 max 64 as 4242422601; +route fd42:d42:d42:53::/64 max 64 as 4242421080; +route fd42:2313:eee5::/48 max 64 as 4242420342; +route fde8:683b:185a::/48 max 48 as 4242423802; +route fd01:470:f129::/48 max 64 as 4242422299; +route fd81:763a:ce02::/48 max 48 as 4242423350; +route fdbe:12d0:3d2::/64 max 64 as 64892; +route fd5e:86a9:f675::/48 max 64 as 4242421063; +route fd42:b10:1118::/48 max 64 as 4242420118; +route fdc2:1708:72bc::/48 max 64 as 4242422713; +route fda1:a493:11c6::/48 max 64 as 4242422207; +route fd86:57d3:e156::/48 max 48 as 4242422152; +route fd03:4de4:6baa::/48 max 64 as 4242420309; +route fd00:1171:1171::/48 max 48 as 4242421171; +route fd68:6868:6868::/48 max 64 as 4242423237; +route fdcc:2a2d:646::/48 max 64 as 4242422402; +route fd00:58a8:7fb2::/48 max 48 as 4242422214; +route fda0:23:1f05:1::/64 max 64 as 4242423514; +route fd27:3df4:67a1::/48 max 48 as 4242420393; +route fd6a:c707:c3c8:be2a::/64 max 64 as 4242421629; +route fd92:3823:80fd:d300::/64 max 64 as 4242423706; +route fda0:747e:ab29:7405::/64 max 64 as 65066; +route fd92:8ef5:a5db::/48 max 64 as 4242422018; +route fd28:cb8f:4c92::/48 max 64 as 4242421817; +route fdef:ffe0:3ed7::/48 max 64 as 64896; +route fdef:5a83:3ef2::/48 max 48 as 4242420350; +route fd23:a2b2:9527::/48 max 64 as 4242421223; +route fda7:f59b:35a9::/48 max 64 as 4242420835; +route fd42:d447:775c::/48 max 48 as 4242421070; +route fd42:deca:fbad::/48 max 48 as 4242421411; +route fdef:ffc0:3dd7::/48 max 64 as 201173; +route fdc5:de8a:b004::/48 max 48 as 4242422216; +route fd29:612d:9dd1::/48 max 48 as 4242423928; +route fdfd:3ba:342d::/48 max 48 as 4242421239; +route fd2a:8eb0:74bd::/48 max 64 as 4242423008; +route fdf1:f170:b834::/48 max 64 as 4242420159; +route fdc1:2600:1105::/48 max 48 as 4242422577; +route fdbc:cddc:6666::/48 max 64 as 4242420311; +route fd7a:2af9:2828::/48 max 48 as 4242421088; +route fd42:172:2042::/48 max 64 as 4242422100; +route fdab:4053:c0c1::/48 max 64 as 4242423858; +route fdda:eafa:15ce::/48 max 64 as 4242420567; +route fd44:8965:2e1c:2e76::/64 max 64 as 4242420017; +route fdf0:9bb:7815::/48 max 48 as 4242420359; +route fd63:c85f:2e25::/48 max 48 as 4242422568; +route fda9:952:9bd::/48 max 64 as 4242422035; +route fd7e:7e3e:71be::/48 max 64 as 4242422492; +route fdef:f00f:1337:cafe::/64 max 64 as 65190; +route fdf3:bd28:d90b::/48 max 48 as 4242420215; +route fd10:f851:a513::/48 max 64 as 4242420809; +route fd09:d32f:5a03::/48 max 64 as 4242420505; +route fdf7:bca:c983::/48 max 64 as 4242421518; +route fdb6:2f8b:4f0f::/48 max 64 as 4242421333; +route fd00:801:30f0::/44 max 64 as 4242420656; +route fdbe:14a:7607::/48 max 48 as 4242423419; +route fd73:9390:9fad::/48 max 64 as 4242422095; +route fd4e:f2d7:88d2:fff9::/64 max 64 as 64899; +route fdef:17a0:ffb1:ffff::/64 max 64 as 4242420022; +route fddd:20c2:cc1c::/48 max 64 as 4242423936; +route fd42:4242:815::/48 max 64 as 4242420815; +route fdbb:baba:2468::/48 max 64 as 4242420151; +route fd05:4087:c4e4::/48 max 48 as 4242420898; +route fd4d:cab9:e99a::/48 max 48 as 4242420585; +route fdca:fafe:35f3::/48 max 64 as 4242422535; +route fdf5:b4f8:1e89::/48 max 64 as 4242422712; +route fd93:e210:7e9f::/48 max 48 as 4242423130; +route fd8c:942b:de46:5ccc::/64 max 64 as 4242422012; +route fd25:a1e5:bee4::/48 max 48 as 4242421720; +route fd42:bbbb:cafe::/48 max 64 as 4242423965; +route fdde:4869:4062::/48 max 48 as 4242421231; +route fda9:a0e2:ea98::/48 max 48 as 4242423940; +route fd10:127:7:2672::/64 max 64 as 4201270007; +route fd64:cafe:cafe::/48 max 64 as 4242423400; +route fd23:9cd1:20a5::/48 max 64 as 4242421335; +route fdae:e2d8:34a1::/48 max 64 as 4242420756; +route fdfa:8c85:5ca3::/48 max 64 as 4242420416; +route fd00:801:3040::/44 max 64 as 4242420656; +route fd42:babe:caf0::/44 max 64 as 4242421123; +route fd42:babe:caf0::/44 max 64 as 4242421121; +route fda0:23:1f05:2::/64 max 64 as 4242423513; +route fd71:297c:aac::/48 max 64 as 4242422249; +route fd10:127:233:1000::/64 max 64 as 4242421025; +route fde6:e763:a0e6::/48 max 48 as 4242422667; +route fd42:c001:c0de::/48 max 64 as 4242423355; +route fd69:5293:27d3::/48 max 64 as 4242423537; +route fdc5:30f7:af0a::/48 max 64 as 4242421097; +route fdf1:621a:aca3::/48 max 64 as 64895; +route fd62:a393:3d91::/48 max 64 as 4242421128; +route fd69:5611:6790::/48 max 48 as 4242420182; +route fdcd:a61d:f378::/48 max 48 as 4242423402; +route fdfd:dead:c0de:1::/64 max 64 as 4242421230; +route fd40:964:86::/48 max 48 as 4242422186; +route fdcd:6ea7:6692::/48 max 48 as 4242420282; +route fd89:e30d:4035::/48 max 48 as 4242420710; +route fd42:7616:60d2::/48 max 64 as 4242423264; +route fda0:3d4f:a414::/48 max 48 as 4242420439; +route fd42:64:654::/48 max 64 as 64654; +route fd7b:1b70:2d2e::/48 max 48 as 4242422007; +route fdae:43fb:3ab7::/48 max 48 as 4242420769; +route fd11:f391:702c::/48 max 64 as 4242423660; +route fda0:cab1:e1e5:5b11::/64 max 64 as 65408; +route fdfd:dead:c0de::/64 max 64 as 4242421230; +route fd7c:9293:9293::/48 max 48 as 4242421256; +route fdff:1d53:9ff5::/48 max 64 as 4242423495; +route fd3a:b115:b1ed::/48 max 48 as 4242423668; +route fd18:a20:2b25::/48 max 64 as 4242421908; +route fd42:8437:8437::/48 max 64 as 4242423847; +route fda8:391f:1052::/48 max 64 as 4242422049; +route fd42:d42:542::/48 max 64 as 4242423942; +route fdfd:1651:65:f398::/64 max 64 as 4242420165; +route fd42:4242:1099::/48 max 48 as 4242421099; +route fd48:fcde:4242::/48 max 64 as 4242422022; +route fda3:db3f:c50d::/48 max 64 as 4242420145; +route fd42:22:168::/48 max 64 as 64768; +route fd35:eeee:eeee::/48 max 64 as 4242422006; +route fd42:3259:c01d::/48 max 64 as 4242420166; +route fdb0:4339::/32 max 64 as 4242422345; +route fdb6:70fb:3966::/48 max 48 as 4242421210; +route fda4:fb6e:a084::/48 max 64 as 4242421587; +route fd88:8888:abcd::/48 max 64 as 4242420448; +route fd42:4242:2601:ac12::/64 max 64 as 4242422601; +route fdc9:4a6d:2cdf::/48 max 64 as 4242421835; +route fdb8:d95e:191a::/48 max 48 as 4242422866; +route fd11:552f:74db::/48 max 64 as 4242420826; +route fd3c:6c1c:dff6::/48 max 48 as 4242421795; +route fdcc:8b7e:4593::/48 max 48 as 4242421237; +route fd42:5969:505::/48 max 48 as 4242421194; +route fd80:96c2:e41e:3dcc::/64 max 64 as 4242420927; +route fde4:486f:416f::/48 max 64 as 4242420955; +route fd57:1523:5216::/48 max 64 as 4242423853; +route fd42:fd6b:774e::/48 max 64 as 4242423306; +route fd53:a4f3:7e0e::/48 max 64 as 4242420086; +route fd42:42:2166::/48 max 64 as 4242423141; +route fdbc:fddc:67ad::/48 max 48 as 4242423393; +route fd96:399d:d7bd::/48 max 48 as 46997; +route fd00:67a2:7d02::/48 max 64 as 4242422462; +route fddd:fe2f:de5a::/48 max 64 as 64773; +route fd8f:e080:bfad::/48 max 48 as 4242423337; +route fd5c:f0f:39fc::/48 max 64 as 4242423158; +route fd21:b4dc:4b00::/40 max 64 as 65019; +route fd50:7506::/48 max 48 as 4242420183; +route fdb8:dff5:dea0::/48 max 48 as 4242421098; +route fd42:0:f::/48 max 64 as 4242420991; +route fdc3:10cd:aea0::/48 max 64 as 4242420789; +route fd42:ccc:fd::/48 max 64 as 4242422800; +route fd42:7173:7800::/48 max 64 as 4242427761; +route fd41:9805:7b69:6000::/51 max 64 as 4242420847; +route fd41:9805:7b69:6000::/51 max 64 as 4242420845; +route fd41:9805:7b69:6000::/51 max 64 as 4242420846; +route fd59:7dca:fcef::/48 max 48 as 4242420946; +route fd4e:a4d9:1add::/48 max 64 as 64636; +route fd42:2950:201::/48 max 64 as 4242422950; +route fd42:2950:201::/48 max 64 as 202265; +route fdd9:a0b1:5bd0::/48 max 64 as 64863; +route fdaa:bad:ca75::/48 max 64 as 4242421632; +route fd00:aaaa:251::/48 max 48 as 4242420144; +route fd00:aaaa:251::/48 max 48 as 208391; +route fd00:1444:1821::/48 max 64 as 4242422914; +route fd54:31d8:beeb::/48 max 64 as 4242420798; +route fd42:6176:65::/48 max 48 as 4242420669; +route fda8:288c:4f42::/48 max 48 as 4242421323; +route fd33:9493:a6ed::/48 max 64 as 4242421243; +route fd48:28ca:36b9::/48 max 64 as 4242421306; +route fd86:bad:11b7::/48 max 56 as 4242421080; +route fd42:4242:2499::/48 max 64 as 4242422499; +route fdc8:6f52:c4fe::/48 max 48 as 4242422327; +route fd7e:5330:e2d7::/48 max 64 as 4242422069; +route fd81:9057:26e6::/48 max 64 as 4242420865; +route fd76:81ad:cce4::/48 max 48 as 4242420345; +route fdd6:aff6:5f6f::/48 max 64 as 76198; +route fd3b:8e88:5c2e::/48 max 64 as 4242420657; +route fda0:747e:ab29:2195::/64 max 64 as 65067; +route fd42:b50d:baad::/48 max 64 as 4242420775; +route fd12:f590:c38c::/48 max 48 as 4242421091; +route fda4:c3cb:737c::/48 max 64 as 4242421035; +route fd47:aba3:f39f::/48 max 48 as 4242421147; +route fd5c:d982:d80d:9243::/64 max 64 as 4242420171; +route fd55:ed26:611::/48 max 64 as 4242420921; +route fdc4:d762:2143::/48 max 64 as 64874; +route fdc7:d4c1:7b13::/48 max 48 as 4242423353; +route fd43:5602:29bd::/48 max 64 as 65024; +route fde9:7fb8:427f::/48 max 48 as 4242420175; +route fd8f:7f6d:be92:8716::/64 max 64 as 4242423652; +route fdb5:84c3:98c1::/48 max 64 as 64828; +route fd11:ee7a:93aa::/48 max 64 as 4242420160; +route fdbc:f9dc:332::/48 max 64 as 4242422553; +route fd63:1e39:6f73:2929::/64 max 64 as 64654; +route fd10:127:127:53::/64 max 64 as 4242422464; +route fd42:abc0:1::/48 max 64 as 4242423966; +route fd42:f7b1:1078::/48 max 64 as 4242420210; +route fd10:127:17::/48 max 64 as 141776; +route fd10:127:17::/48 max 64 as 4201270017; +route fd10:127:17::/48 max 64 as 4242420247; +route fd42:2950:203::/48 max 64 as 4242422950; +route fd42:2950:203::/48 max 64 as 202265; +route fda0:add0:dec::/48 max 64 as 4242420235; +route fdcb:f420:d408::/48 max 64 as 4242423963; +route fdfc:3e4f:f3c0::/48 max 64 as 4242420020; +route fd14:b4dc:4b1e::/64 max 64 as 65052; +route fd6d:a5fa:383c::/48 max 48 as 4242423962; +route fdd2:a44d:1d67::/48 max 64 as 4242421208; +route fd67:3cc6:16f5::/48 max 64 as 4242421109; +route fd10:7053:49de::/48 max 64 as 4242420789; +route fdf8:c69:cc49::/48 max 48 as 4242420880; +route fdc1:60fc:990c::/48 max 64 as 4242420671; +route fd23:698f:1b00::/47 max 64 as 4242422180; +route fd3f:a1f1:54ed::/48 max 64 as 4242422980; +route fd1f:97fb:ac92::/48 max 64 as 4242422090; +route fd2d:22:cafe::/48 max 64 as 4242420013; +route fd71:fd89:c4f0:6ea6::/64 max 64 as 4242420017; +route fdc0:9c8d:ce13::/48 max 48 as 4242422551; +route fd00:801:3070::/44 max 64 as 4242420656; +route fdf8:34f6:4f6f::/48 max 64 as 4242420278; +route fd66:b99:c0da::/48 max 48 as 17080; +route fdfc:732b:1fa2::/48 max 64 as 4242423703; +route fda0:747e:ab29:cafe::/64 max 64 as 65078; +route fd42:f1c1:b00c::/48 max 64 as 4242420204; +route fdca:ffee:ffa1::/48 max 64 as 65522; +route fd5c:998a:b6a5::/48 max 48 as 4242420218; +route fd70:4904:a771::/48 max 48 as 4242420966; +route fd21:a07e:735e::/48 max 64 as 4242423991; +route fddf:c0de:dad::/48 max 48 as 4242422571; +route fd25:ce36:b7db::/48 max 64 as 4242420800; +route fdf0:e23c:6950::/48 max 48 as 4242422812; +route fd0b:4340:a0::/48 max 48 as 205532; +route fdf3:ff62:1c72::/48 max 48 as 4242420799; +route fd2d:a6da:8d1a:1408::/64 max 64 as 4242420013; +route fd34:fe56:7891::/48 max 64 as 4242420909; +route fdf0:9bb:7814::/48 max 64 as 65060; +route fd42:23c:ac1b::/48 max 64 as 64643; +route fd42:5943:cafe::/48 max 64 as 4242423308; +route fd75:eca7:b62a::/48 max 48 as 4242423343; +route fd10:127:ee11::/48 max 64 as 7721; +route fd10:127:ee11::/48 max 64 as 38173; +route fd10:127:ee11::/48 max 64 as 140936; +route fd10:127:ee11::/48 max 64 as 4242423088; +route fd93:2559:f2ef::/48 max 64 as 4242420053; +route fdc3:10cd:ae9f::/48 max 64 as 4242420789; +route fdef:859d:a88::/48 max 48 as 4242423280; +route fd56:9016:dca5::/48 max 64 as 4242423773; +route fd83:8d95:230b::/48 max 64 as 4242423569; +route fd12:9554:7f59::/48 max 64 as 4242423209; +route fd71:244:9983::/48 max 48 as 4242422895; +route fd3f:7adb:2f06:ee82::/64 max 64 as 4242420829; +route fd42:0:d::/48 max 64 as 4242420989; +route fd10:127:64::/48 max 64 as 4201270016; +route fd04:52c0:4000::/48 max 64 as 4242423585; +route fd10:127:e00f::/48 max 64 as 4201271111; +route fd46:a312:514a::/48 max 48 as 4242422309; +route fdd8:56ab:1866::/48 max 48 as 4242421610; +route fd05:3aca:c3a0:aaaa::/64 max 64 as 0; +route fd67:86ac:41f5::/48 max 64 as 4242423507; +route fd88:4903:4b9f:d66f::/64 max 64 as 4242420017; +route fd00:801:30c0::/44 max 64 as 4242420656; +route fdcf:8538:9ad5::/48 max 64 as 4242423914; +route fd21:4a1d:5885::/48 max 48 as 4242420615; +route fd74:e845:fe1a::/48 max 64 as 4242423360; +route fdbc:5fef:2184::/48 max 48 as 4242420281; +route fd21:4748:3647::/48 max 64 as 4242421474; +route fd31:2352:60a9::/48 max 64 as 4242422626; +route fd10:127:1332::/48 max 64 as 4242421332; +route fd42:7879:7879::/48 max 64 as 4242421787; +route fd7e:e43c:78d9::/48 max 64 as 4242422144; +route fd55:3eeb:fd5f::/48 max 64 as 4242420229; +route fd00:b709::/48 max 64 as 4242421103; +route fd92:6a0d:ea38::/48 max 64 as 4242422188; +route fd08:a855:d4c7::/48 max 64 as 4242423027; +route fd42:21:7::/48 max 64 as 4242422107; +route fd6d:a81f:f2da:c11d::/64 max 64 as 4242423380; +route fdd4:23a3:9727::/48 max 48 as 4242422339; +route fdca:88bb:ba3a::/48 max 48 as 4242420677; +route fd50:d679:a8e3::/48 max 64 as 4242422403; +route fd42:cd49:2dd2::/48 max 64 as 4242420418; +route fd42:180:3de0:100::/60 max 64 as 4242420119; +route fd42:180:3de0:100::/60 max 64 as 64737; +route fd42:180:3de0:100::/60 max 64 as 4242422601; +route fd42:4242:2189::/48 max 64 as 4242422189; +route fdf3:37e1:8d2c::/48 max 56 as 4242421042; +route fdac:bc39:5272::/48 max 48 as 4242421272; +route fd42:66da:c21a::/48 max 64 as 4242420081; +route fd85:1dea:2093::/48 max 64 as 4242421009; +route fd11:4514:1937::/48 max 48 as 4242421937; +route fd62:44e1:da::/48 max 64 as 65032; +route fd62:7eab:c85f::/48 max 64 as 4242422681; +route fd37:b948:9c2e::/48 max 64 as 4242423231; +route fd87:3e50:cf33::/48 max 64 as 4242423939; +route fda0:747e:ab29:5142::/64 max 64 as 65120; +route fd08:93f3:b7eb::/48 max 48 as 4242421535; +route fd8d:8d75:c204::/48 max 48 as 4242421922; +route fdf4:83f1:6f4f::/48 max 48 as 4242420515; +route fd91:9191:9191::/48 max 64 as 4242421181; +route fd1b:7f7d:dd55::/48 max 64 as 4242420045; +route fd88:28f7:a86d::/48 max 64 as 4242420344; +route fd1e:d888:50b7::/48 max 48 as 4242421821; +route fd9d:5e08:b9f9:c3::/64 max 64 as 64654; +route fd42:c0de:6a6d::/48 max 64 as 4242423782; +route fd42:470:ed5d::/48 max 64 as 4242422065; +route fd39:1c:2c1b::/48 max 64 as 4242422439; +route fded:fd48:3355::/48 max 48 as 4242423765; +route fd5b:a2c5:fe5c::/48 max 64 as 4242423321; +route fd4b:9921:47d0::/48 max 48 as 4242420550; +route fd42:4cd6:34ef::/48 max 48 as 4242423577; +route fd4e:f2d7:88d2:fffa::/64 max 64 as 64899; +route fd42:ccc:fd::/64 max 64 as 4242422800; +route fdfd:dead:c0d3::/48 max 64 as 4242421113; +route fdf7:f511:d0ce::/48 max 64 as 4242420560; +route fd0a:3599:3930::/48 max 64 as 4242421233; +route fd10:127:233:1c3a::/64 max 64 as 141706; +route fd84:688d:22bb::/48 max 64 as 4242423932; +route fddf::/48 max 64 as 65064; +route fdf7:17d5:de49:f::/64 max 64 as 4242423907; +route fd2a:7dd:7df::/48 max 64 as 4242420152; +route fd1c:f73c:a945:2000::/52 max 64 as 4242422700; +route fd72:d0d0:6e0b::/48 max 48 as 4242421618; +route fd2d:82f6:9b63::/48 max 64 as 64828; +route fd22:7135:7c82::/48 max 48 as 4242421017; +route fd15:1825:72::/48 max 64 as 4242421825; +route fd42:1337:2511::/48 max 48 as 4242422696; +route fdf7:17d5:de49::/48 max 64 as 4242423905; +route fd42:68c2:8747::/48 max 64 as 4242421178; +route fd10:127:88::/48 max 64 as 4201279999; +route fdee:ba42:7e41::/48 max 48 as 4242420026; +route fd00:feed:ca7::/48 max 64 as 4242422688; +route fd59:54c0:fab::/48 max 64 as 76175; +route fd9a:d414:cf1c::/48 max 64 as 4242420248; +route fde4:2355:54fe::/48 max 48 as 4242420185; +route fd30:b2d5:2c7::/48 max 64 as 4242421060; +route fd42:128:26::/48 max 64 as 4242420128; +route fd20:bdda:5df0::/48 max 64 as 4242421976; +route fd80:9527::/48 max 64 as 4242421010; +route fd94:278b:14c8::/48 max 48 as 4242421930; +route fd60:1c1e:12ec::/48 max 48 as 4242420712; +route fd75:fd19:617d::/48 max 48 as 4242423740; +route fd23:15eb:6969::/48 max 48 as 4242423669; +route fdc6:6093:bfda::/48 max 48 as 4242420723; +route fd10:127:6324::/48 max 64 as 4201270018; +route fd67:f728:94ac::/48 max 48 as 4242423771; +route fd00:cf35:9507::/48 max 64 as 4242423005; +route fd65:f4d8:5327::/48 max 48 as 4242420969; +route fd4c:2535:91::/48 max 64 as 4242422232; +route fd10:127:1919::/48 max 64 as 4201270003; +route fdcc:3597:f3cf::/48 max 48 as 4242422992; +route fd07:96ae:572e::/48 max 64 as 64901; +route fd62:77fb:94bf::/48 max 64 as 4242423934; +route fd42:8700:90::/48 max 64 as 4242422061; +route fd6b:79c1:f194::/48 max 64 as 4242422330; +route fd08:66b0:3114:56dd::/64 max 64 as 4242423938; +route fd30:fe56:7891::/48 max 64 as 4242421228; +route fd23:2a7a:15ae::/48 max 48 as 4242420286; +route fdd7:7db4:6366::/48 max 64 as 4242420568; +route fdf7:e7a3:4888::/48 max 48 as 4242420335; +route fdeb:fe10:ccb9::/48 max 48 as 4242420595; +route fdd0:77f2:44de::/48 max 64 as 4242422077; +route fd68:beef:c0de::/48 max 64 as 4242423969; +route fdd9:a233:58d9::/48 max 64 as 4242423158; +route fd00:dead:cafe::/48 max 64 as 4242423243; +route fd9f:1630:5351::/48 max 64 as 4242423557; +route fdbe:aea3:9424::/48 max 64 as 4242422137; +route fd21:5c0c:9b7e::/48 max 64 as 4242421888; +route fddf:e9e6:817::/48 max 64 as 4242422025; +route fd00:801:3020::/44 max 64 as 4242420656; +route fd37:b4dc:4b1e::/48 max 64 as 65037; +route fd42:3a16:acd::/48 max 64 as 4242421221; +route fd42:1130::/48 max 64 as 4242421130; +route fd9e:2c7c:fea6::/47 max 64 as 4242422228; +route fdb1:e72a:343d::/48 max 64 as 4242420207; +route fdf7:a7f0:7ed::/48 max 48 as 4242420521; +route fda0:747e:ab29:5016::/64 max 64 as 64888; +route fd62:d79c:a5b9::/48 max 64 as 4242421513; +route fd42:9707:96bd::/48 max 64 as 4242423975; +route fd42:471d:329f::/48 max 64 as 4242420573; +route fd7c:55ea:fd3b::/48 max 64 as 4242422520; +route fd44:3013:d703::/48 max 48 as 4242421325; +route fd42:ae20:dc1c::/48 max 64 as 4242423454; +route fd10:1074:41f6::/48 max 48 as 64752; +route fd13:7744:b08d::/48 max 48 as 4242421359; +route fd7a:817:1926::/48 max 64 as 4242421927; +route fd42:2950::/48 max 64 as 4242422950; +route fd42:2950::/48 max 64 as 202265; +route fd4e:f2d7:88d2:fffd::/64 max 64 as 64899; +route fd11:acac:961d::/48 max 64 as 4242420213; +route fd10:127:1488::/48 max 64 as 4201271488; +route fd3f:e6b2:8a3e::/48 max 64 as 4242428989; +route fd42:c0de:ba5e::/48 max 64 as 4242421835; +route fdf1:3daf:c397::/48 max 64 as 4242421269; +route fda0:23:1f05::/64 max 64 as 4242423513; +route fde8:f055:f055::/48 max 56 as 4242421352; +route fde8:f055:f055::/48 max 56 as 4242420343; +route fde8:f055:f055::/48 max 56 as 4242420769; +route fde8:f055:f055::/48 max 56 as 4242420460; +route fdc4:13f5:25ec::/48 max 48 as 4242422821; +route fd94:556f:fbc5::/48 max 48 as 4242423770; +route fd99:b29a:7c20::/64 max 64 as 64886; +route fd42:23:d3::/48 max 64 as 4242420075; +route fd2c:c87d:c2e::/48 max 64 as 4242421204; +route fd14:762d:bf6a::/48 max 48 as 4242422432; +route fdbe:9dd8:7dbd::/48 max 64 as 4242421420; +route fd40:2200:1975::/48 max 48 as 4242421975; +route fd60:3124:f80c::/48 max 48 as 4242420639; +route fddb:2cb:9699::/48 max 64 as 64890; +route fd9b:d633:d173::/48 max 64 as 4242422037; +route fd42:7331:a07c::/48 max 64 as 4242423230; +route fd42:da:1ab::/48 max 64 as 4242420172; +route fd7a:6aba:ee00::/48 max 48 as 4242421974; +route fd42:fe56:7891::/48 max 64 as 4242420191; +route fda2:73ea:f77f::/48 max 48 as 4242420261; +route fd42:4399:7213::/48 max 64 as 4242423127; +route fdec:9e13:da5d::/48 max 64 as 4242423090; +route fd0a:d928:b30d::/48 max 64 as 65099; +route fdbb:baba:2222::/48 max 48 as 4242422238; +route fd05:a2d1:a767::/48 max 48 as 4242422237; +route fd42:4992:acbd::/48 max 64 as 4242423504; +route fd93:feae:ea42::/48 max 48 as 4242423822; +route fd33:2dd3:9870::/48 max 48 as 4242422273; +route fdd0:c468:8eb1::/48 max 64 as 4242423843; +route fd25:ae36:d470::/48 max 64 as 4242420751; +route fd10:127:23::/48 max 64 as 4201270014; +route fd0a:3599:3930::/58 max 64 as 4242421233; +route fd9b:37f7:faf7::/48 max 48 as 4242423012; +route fd10:127:7:8000::/50 max 64 as 4201270007; +route fd3d:5eec:f658::/48 max 48 as 4242422118; +route fd00:801:3000::/40 max 64 as 4242420656; +route fd33:ac1d:d1ce::/48 max 64 as 4242422684; +route fd42::/48 max 64 as 4242423723; +route fd88:b1fd:7538:58f4::/64 max 64 as 4242421765; +route fd1c:f73c:a945:1000::/52 max 64 as 4242422700; +route fd7c:3727:9426::/48 max 64 as 4242421289; +route fd56:5799:d8f6:1b75::/64 max 64 as 64737; +route fdc1:e70f:34b0::/48 max 48 as 4242422810; +route fd42:23:149::/48 max 64 as 4242420123; +route fd42:1337:c0de::/48 max 48 as 4242420995; +route fd7e:8af4:39dd::/48 max 64 as 4242422205; +route fd4b:bae2:2594::/48 max 64 as 4242423059; +route fd42:d3ca::/48 max 64 as 4242421520; +route fd10:127:233:1c3c::/64 max 64 as 141706; +route fd42:53fb:543a::/48 max 64 as 4242421408; +route fd8a:fc0c:5707::/48 max 48 as 4242420760; +route fd70:726f:662e::/48 max 64 as 4242421225; +route fd62:172:23:234::/64 max 64 as 4242423852; +route fd00:4242:3348::/48 max 64 as 4242423348; +route fdc6:30c3:8662::/48 max 64 as 4242423377; +route fd00:ffba:ffba::/64 max 64 as 65502; +route fd3d:f4df:d0f4::/48 max 64 as 4242423433; +route fd5e:ff1e:6c1f::/48 max 64 as 4242421074; +route fded:727b:6c7a::/48 max 64 as 4242421939; +route fd7a:c01e:db7c::/48 max 64 as 4242420176; +route fd81:763a:ce01::/48 max 48 as 4242422248; +route fd42:d42:2706::/48 max 64 as 4242422600; +route fd42:546:24df::/48 max 48 as 4242420546; +route fd8a:3e99:6f68::/48 max 64 as 4242423943; +route fd42:1919:810::/48 max 64 as 4242421288; +route fd7e:79ee:a1ca::/48 max 64 as 4242422387; +route fdef:f30f:1337:cafe::/64 max 64 as 65190; +route fd74:f654:a9c6::/48 max 48 as 4242421257; +route fd6c:3444:4e30:2118::/64 max 64 as 4242423849; +route fd42:beef:dead::/48 max 64 as 4242420525; +route fd62:c9e2:af95::/48 max 48 as 4242422331; +route fd10:a433:4b7d::/48 max 64 as 4242421826; +route fd5e:6ea6:f0a1::/48 max 64 as 4242423331; +route fd42:1:a::/48 max 64 as 4242420991; +route fd42:d42:d42:54::/64 max 64 as 4242420119; +route fd42:d42:d42:54::/64 max 64 as 4242423914; +route fdbb:35ff:aa4e::/48 max 64 as 4242422891; +route fd6b:d585:9b1e:d775::/64 max 64 as 4242421311; +route fdea:a15a:77b9::/48 max 64 as 64737; +route fdfd:6b61:7431::/48 max 64 as 4242421994; +route fd1b:e9d8:d5f3::/48 max 64 as 4242422143; +route fd42:4242:3369:6102::/64 max 64 as 4242423369; +route fd38:cfa3:7091::/48 max 48 as 4242423856; +route fd32:c1ee:db11::/48 max 64 as 4242420148; +route fd86:de94:4f5::/48 max 48 as 4242421569; +route fd42:abcd:ef00::/48 max 64 as 4242421819; +route fd42:4242:2201::/48 max 64 as 4242422201; +route fd40:dead:beaf::/48 max 64 as 4242420066; +route fd00:1999:323::/48 max 48 as 4242420323; +route fd69:420:666::/48 max 48 as 4242421606; +route fd42:4f81:ecf4::/48 max 48 as 4242421824; +route fd42:23:139::/48 max 64 as 64649; +route fd42:192:cafe::/48 max 64 as 4242420192; +route fdbc:f9dc:67ad::/48 max 64 as 4242422547; +route fd74:40ee:b38a::/48 max 64 as 4242423342; +route fd4d:ce73:68f9::/48 max 48 as 4242421457; +route fd3b:1ac0:dc97:ccd::/64 max 64 as 4242422379; +route fd7b:7d64:4dae::/48 max 64 as 4242423692; +route fd44:ef30:15f::/48 max 48 as 4242422855; +route fd0f:6965:e916::/48 max 48 as 4242422010; +route fdfb:4242:e10d::/48 max 64 as 4242420115; +route fdb8:90b8:5ba6:9d0d::/64 max 64 as 4242420406; +route fdf4:37e:100::/48 max 64 as 4242422423; +route fd70:8d1:afc7::/48 max 48 as 4242423615; +route fdd3:aff7:633e::/48 max 48 as 4242423533; +route fd42:ac14:9400::/48 max 64 as 4242422043; +route fdbd:8dc9:3d2b::/48 max 48 as 4242423952; +route fdff:74f:e962::/48 max 48 as 4242423622; +route fd00:1949:1001::/48 max 48 as 4242421661; +route fdd1:957f:6ea9::/48 max 64 as 4242422053; +route fd56:7778:783b::/48 max 64 as 4242420589; +route fda7:d989:67d3::/48 max 64 as 4242423877; +route fdce:3a98:4c1c::/48 max 48 as 4242423735; +route fda1:d21:d67f::/48 max 64 as 4242420812; +route fdf4:9abf:8175::/48 max 64 as 4242422236; +route fd42:4242:1375::/48 max 64 as 4242421375; +route fd4c:7750:c7e7::/48 max 64 as 4242422633; +route fd42:4dd0:ff00::/48 max 64 as 4242422428; +route fdc3:67ce:cc7e::/48 max 64 as 64946; +route fd26:271b:761b::/48 max 64 as 4242423759; +route fdc3:10cd:ae9e::/48 max 64 as 4242420789; +route fd3e:d065:66fd::/48 max 64 as 4242420721; +route fdc4:b3bc:b6e6::/48 max 48 as 4242420805; +route fd0f:8db3:d50a::/64 max 64 as 65046; +route fdde:c0de:925::/48 max 48 as 4242420925; +route fd42:4242:443::/48 max 48 as 4242420443; +route fd70:eaeb:5c1e::/48 max 48 as 4242421801; +route fd72:9b7f:e932::/48 max 64 as 4242420140; +route fd0e:8db3:d50a::/64 max 64 as 65134; +route fd42:1926:817::/48 max 64 as 4242421926; +route fdad:b98a:7dcb::/48 max 64 as 4242423743; +route fd42:4242:2468::/48 max 64 as 4242422468; +route fd4e:f2d7:88d2:fffb::/64 max 64 as 64899; +route fd00:801:3080::/44 max 64 as 4242420656; +route fd1c:f73c:a945:4000::/52 max 64 as 4242422700; +route fd54:fe4b:9ed1::/48 max 48 as 4242421722; +route fd42:2935:3546::/48 max 64 as 4242422935; +route fd1b:4ad0:c526::/48 max 64 as 4242423759; +route fd66:5dc9:d084::/48 max 48 as 4242420299; +route fd42:f61:e13::/48 max 64 as 4242422550; +route fd42:39:7da::/56 max 64 as 4242421905; +route fda3:d993:602a:babe::/64 max 64 as 4242420781; +route fd84:fc6d:9cfb::/48 max 64 as 4242423228; +route fd2c:1323:4042::/48 max 64 as 4242421816; +route fde7:56e7:ead3::/48 max 64 as 4242420246; +route fd42:d42:d42:9050::/64 max 64 as 4242420022; +route fd42:d42:d42:9050::/64 max 64 as 4242420077; +route fdfe:b58d:7621::/48 max 64 as 4242421788; +route fda2:b00e:4a60::/48 max 48 as 4242421727; +route fd31:3a4f:b7ae::/48 max 64 as 4242422773; +route fd2c:a1bb:5a16::/48 max 64 as 4242421116; +route fdfd:dead:c0de::/48 max 64 as 4242421230; +route fd42:9510:cad1::/48 max 64 as 4242420237; +route fd42:172:2026::/48 max 64 as 4242422100; +route fd42:b641:760::/48 max 64 as 4242422292; +route fd4d:9197:24ee::/48 max 64 as 4242429946; +route fd00:801:30a0::/44 max 64 as 4242420656; +route fd01:38f7:e6d8:4e04::/64 max 64 as 4242420017; +route fd42:bad:a55::/48 max 64 as 4242420124; +route fd83:e002:c8a1::/48 max 64 as 64525; +route fd59:b1b7:1d1f::/48 max 64 as 65055; +route fd41:9805:7b69:2000::/51 max 64 as 4242420845; +route fd41:9805:7b69:2000::/51 max 64 as 4242420846; +route fd41:9805:7b69:2000::/51 max 64 as 4242420847; +route fd01:2f40:3d1d::/48 max 64 as 4242421201; +route fdfe:2803:3a37::/48 max 48 as 4242422030; +route fd1f:ce1e:ff42::/48 max 48 as 4242421307; +route fd18:a623:e3a5::/48 max 48 as 4242421902; +route fd11:f5f7:26e2::/48 max 48 as 4242422361; +route fd05:a588:da19::/48 max 64 as 4242420226; +route fd19:d101:719a::/48 max 64 as 4242423850; +route fd42:2882:2882::/48 max 64 as 4242422882; diff --git a/LXC/config/bird/bird/peers/kioubit.conf b/LXC/config/bird/bird/peers/kioubit.conf new file mode 100644 index 0000000..185b119 --- /dev/null +++ b/LXC/config/bird/bird/peers/kioubit.conf @@ -0,0 +1,7 @@ +protocol bgp kioubit from dnpeers { + neighbor 172.20.53.97 as 4242423914; +} + +protocol bgp kioubit_v6 from dnpeers { + neighbor fe80::ade0%wg0 as 4242423914; +} diff --git a/LXC/config/bird/peers/kioubit.conf b/LXC/config/bird/peers/kioubit.conf deleted file mode 100644 index aabeb64..0000000 --- a/LXC/config/bird/peers/kioubit.conf +++ /dev/null @@ -1,3 +0,0 @@ -protocol bgp kioubit_v6 from dnpeers { - neighbor fe80::ade0%wg0 as 4242423914; -} diff --git a/LXC/config/unbound/unbound.conf b/LXC/config/unbound/unbound.conf new file mode 100644 index 0000000..72c7c58 --- /dev/null +++ b/LXC/config/unbound/unbound.conf @@ -0,0 +1,1187 @@ +# +# Example configuration file. +# +# See unbound.conf(5) man page, version 1.14.0. +# +# this is a comment. + +# Use this anywhere in the file to include other text into this file. +#include: "otherfile.conf" + +# Use this anywhere in the file to include other text, that explicitly starts a +# clause, into this file. Text after this directive needs to start a clause. +#include-toplevel: "otherfile.conf" + +# The server clause sets the main parameters. +server: + # whitespace is not necessary, but looks cleaner. + + # verbosity number, 0 is least verbose. 1 is default. + verbosity: 2 + + # print statistics to the log (for every thread) every N seconds. + # Set to "" or 0 to disable. Default is disabled. + # statistics-interval: 0 + + # enable shm for stats, default no. if you enable also enable + # statistics-interval, every time it also writes stats to the + # shared memory segment keyed with shm-key. + # shm-enable: no + + # shm for stats uses this key, and key+1 for the shared mem segment. + # shm-key: 11777 + + # enable cumulative statistics, without clearing them after printing. + # statistics-cumulative: no + + # enable extended statistics (query types, answer codes, status) + # printed from unbound-control. default off, because of speed. + # extended-statistics: no + + # number of threads to create. 1 disables threading. + # num-threads: 1 + + # specify the interfaces to answer queries from by ip-address. + # The default is to listen to localhost (127.0.0.1 and ::1). + # specify 0.0.0.0 and ::0 to bind to all available interfaces. + # specify every interface[@port] on a new 'interface:' labelled line. + # The listen interfaces are not changed on reload, only on restart + interface: fd42:deca:fbad::1111:1 + interface: 172.23.196.42 + interface: ::1 + interface: 127.0.0.1 + interface: 10.0.0.1 + # interface: 192.0.2.154@5003 + # interface: 2001:DB8::5 + + # enable this feature to copy the source address of queries to reply. + # Socket options are not supported on all platforms. experimental. + # interface-automatic: no + + # port to answer queries from + # port: 53 + + # specify the interfaces to send outgoing queries to authoritative + # server from by ip-address. If none, the default (all) interface + # is used. Specify every interface on a 'outgoing-interface:' line. + # outgoing-interface: 192.0.2.153 + # outgoing-interface: 2001:DB8::5 + # outgoing-interface: 2001:DB8::6 + + # Specify a netblock to use remainder 64 bits as random bits for + # upstream queries. Uses freebind option (Linux). + # outgoing-interface: 2001:DB8::/64 + # Also (Linux:) ip -6 addr add 2001:db8::/64 dev lo + # And: ip -6 route add local 2001:db8::/64 dev lo + # And set prefer-ip6: yes to use the ip6 randomness from a netblock. + # Set this to yes to prefer ipv6 upstream servers over ipv4. + prefer-ip6: yes + + # Prefer ipv4 upstream servers, even if ipv6 is available. + prefer-ip4: no + + # number of ports to allocate per thread, determines the size of the + # port range that can be open simultaneously. About double the + # num-queries-per-thread, or, use as many as the OS will allow you. + # outgoing-range: 4096 + + # permit unbound to use this port number or port range for + # making outgoing queries, using an outgoing interface. + # outgoing-port-permit: 32768 + + # deny unbound the use this of port number or port range for + # making outgoing queries, using an outgoing interface. + # Use this to make sure unbound does not grab a UDP port that some + # other server on this computer needs. The default is to avoid + # IANA-assigned port numbers. + # If multiple outgoing-port-permit and outgoing-port-avoid options + # are present, they are processed in order. + # outgoing-port-avoid: "3200-3208" + + # number of outgoing simultaneous tcp buffers to hold per thread. + # outgoing-num-tcp: 10 + + # number of incoming simultaneous tcp buffers to hold per thread. + # incoming-num-tcp: 10 + + # buffer size for UDP port 53 incoming (SO_RCVBUF socket option). + # 0 is system default. Use 4m to catch query spikes for busy servers. + # so-rcvbuf: 0 + + # buffer size for UDP port 53 outgoing (SO_SNDBUF socket option). + # 0 is system default. Use 4m to handle spikes on very busy servers. + # so-sndbuf: 0 + + # use SO_REUSEPORT to distribute queries over threads. + # at extreme load it could be better to turn it off to distribute even. + # so-reuseport: yes + + # use IP_TRANSPARENT so the interface: addresses can be non-local + # and you can config non-existing IPs that are going to work later on + # (uses IP_BINDANY on FreeBSD). + # ip-transparent: no + + # use IP_FREEBIND so the interface: addresses can be non-local + # and you can bind to nonexisting IPs and interfaces that are down. + # Linux only. On Linux you also have ip-transparent that is similar. + # ip-freebind: no + + # the value of the Differentiated Services Codepoint (DSCP) + # in the differentiated services field (DS) of the outgoing + # IP packets + # ip-dscp: 0 + + # EDNS reassembly buffer to advertise to UDP peers (the actual buffer + # is set with msg-buffer-size). + # edns-buffer-size: 1232 + + # Maximum UDP response size (not applied to TCP response). + # Suggested values are 512 to 4096. Default is 4096. 65536 disables it. + # max-udp-size: 4096 + + # max memory to use for stream(tcp and tls) waiting result buffers. + # stream-wait-size: 4m + + # buffer size for handling DNS data. No messages larger than this + # size can be sent or received, by UDP or TCP. In bytes. + # msg-buffer-size: 65552 + + # the amount of memory to use for the message cache. + # plain value in bytes or you can append k, m or G. default is "4Mb". + # msg-cache-size: 4m + + # the number of slabs to use for the message cache. + # the number of slabs must be a power of 2. + # more slabs reduce lock contention, but fragment memory usage. + # msg-cache-slabs: 4 + + # the number of queries that a thread gets to service. + # num-queries-per-thread: 1024 + + # if very busy, 50% queries run to completion, 50% get timeout in msec + # jostle-timeout: 200 + + # msec to wait before close of port on timeout UDP. 0 disables. + # delay-close: 0 + + # perform connect for UDP sockets to mitigate ICMP side channel. + # udp-connect: yes + + # The number of retries when a non-positive response is received. + # outbound-msg-retry: 5 + + # msec for waiting for an unknown server to reply. Increase if you + # are behind a slow satellite link, to eg. 1128. + # unknown-server-time-limit: 376 + + # the amount of memory to use for the RRset cache. + # plain value in bytes or you can append k, m or G. default is "4Mb". + # rrset-cache-size: 4m + + # the number of slabs to use for the RRset cache. + # the number of slabs must be a power of 2. + # more slabs reduce lock contention, but fragment memory usage. + # rrset-cache-slabs: 4 + + # the time to live (TTL) value lower bound, in seconds. Default 0. + # If more than an hour could easily give trouble due to stale data. + # cache-min-ttl: 0 + + # the time to live (TTL) value cap for RRsets and messages in the + # cache. Items are not cached for longer. In seconds. + # cache-max-ttl: 86400 + + # the time to live (TTL) value cap for negative responses in the cache + # cache-max-negative-ttl: 3600 + + # the time to live (TTL) value for cached roundtrip times, lameness and + # EDNS version information for hosts. In seconds. + # infra-host-ttl: 900 + + # minimum wait time for responses, increase if uplink is long. In msec. + # infra-cache-min-rtt: 50 + + # enable to make server probe down hosts more frequently. + # infra-keep-probing: no + + # the number of slabs to use for the Infrastructure cache. + # the number of slabs must be a power of 2. + # more slabs reduce lock contention, but fragment memory usage. + # infra-cache-slabs: 4 + + # the maximum number of hosts that are cached (roundtrip, EDNS, lame). + # infra-cache-numhosts: 10000 + + # define a number of tags here, use with local-zone, access-control. + # repeat the define-tag statement to add additional tags. + # define-tag: "tag1 tag2 tag3" + + # Enable IPv4, "yes" or "no". + do-ip4: no + + # Enable IPv6, "yes" or "no". + do-ip6: yes + + # Enable UDP, "yes" or "no". + do-udp: yes + + # Enable TCP, "yes" or "no". + do-tcp: yes + + # upstream connections use TCP only (and no UDP), "yes" or "no" + # useful for tunneling scenarios, default no. + # tcp-upstream: no + + # upstream connections also use UDP (even if do-udp is no). + # useful if if you want UDP upstream, but don't provide UDP downstream. + # udp-upstream-without-downstream: no + + # Maximum segment size (MSS) of TCP socket on which the server + # responds to queries. Default is 0, system default MSS. + # tcp-mss: 0 + + # Maximum segment size (MSS) of TCP socket for outgoing queries. + # Default is 0, system default MSS. + # outgoing-tcp-mss: 0 + + # Idle TCP timeout, connection closed in milliseconds + # tcp-idle-timeout: 30000 + + # Enable EDNS TCP keepalive option. + # edns-tcp-keepalive: no + + # Timeout for EDNS TCP keepalive, in msec. + # edns-tcp-keepalive-timeout: 120000 + + # Use systemd socket activation for UDP, TCP, and control sockets. + # use-systemd: no + + # Detach from the terminal, run in background, "yes" or "no". + # Set the value to "no" when unbound runs as systemd service. + # do-daemonize: yes + + # control which clients are allowed to make (recursive) queries + # to this server. Specify classless netblocks with /size and action. + # By default everything is refused, except for localhost. + # Choose deny (drop message), refuse (polite error reply), + # allow (recursive ok), allow_setrd (recursive ok, rd bit is forced on), + # allow_snoop (recursive and nonrecursive ok) + # deny_non_local (drop queries unless can be answered from local-data) + # refuse_non_local (like deny_non_local but polite error reply). + # access-control: 0.0.0.0/0 allow + # access-control: 127.0.0.0/8 allow + # access-control: ::0/0 refuse + access-control: ::/0 allow + # access-control: ::ffff:127.0.0.1 allow + + # tag access-control with list of tags (in "" with spaces between) + # Clients using this access control element use localzones that + # are tagged with one of these tags. + # access-control-tag: 192.0.2.0/24 "tag2 tag3" + + # set action for particular tag for given access control element + # if you have multiple tag values, the tag used to lookup the action + # is the first tag match between access-control-tag and local-zone-tag + # where "first" comes from the order of the define-tag values. + # access-control-tag-action: 192.0.2.0/24 tag3 refuse + + # set redirect data for particular tag for access control element + # access-control-tag-data: 192.0.2.0/24 tag2 "A 127.0.0.1" + + # Set view for access control element + # access-control-view: 192.0.2.0/24 viewname + + # if given, a chroot(2) is done to the given directory. + # i.e. you can chroot to the working directory, for example, + # for extra security, but make sure all files are in that directory. + # + # If chroot is enabled, you should pass the configfile (from the + # commandline) as a full path from the original root. After the + # chroot has been performed the now defunct portion of the config + # file path is removed to be able to reread the config after a reload. + # + # All other file paths (working dir, logfile, roothints, and + # key files) can be specified in several ways: + # o as an absolute path relative to the new root. + # o as a relative path to the working directory. + # o as an absolute path relative to the original root. + # In the last case the path is adjusted to remove the unused portion. + # + # The pid file can be absolute and outside of the chroot, it is + # written just prior to performing the chroot and dropping permissions. + # + # Additionally, unbound may need to access /dev/urandom (for entropy). + # How to do this is specific to your OS. + # + # If you give "" no chroot is performed. The path must not end in a /. + # chroot: "" + + # if given, user privileges are dropped (after binding port), + # and the given username is assumed. Default is user "unbound". + # If you give "" no privileges are dropped. + # username: "unbound" + + # the working directory. The relative files in this config are + # relative to this directory. If you give "" the working directory + # is not changed. + # If you give a server: directory: dir before include: file statements + # then those includes can be relative to the working directory. + # directory: "" + + # the log file, "" means log to stderr. + # Use of this option sets use-syslog to "no". + logfile: "/var/log/unbound.log" + + # Log to syslog(3) if yes. The log facility LOG_DAEMON is used to + # log to. If yes, it overrides the logfile. + use-syslog: no + + # Log identity to report. if empty, defaults to the name of argv[0] + # (usually "unbound"). + # log-identity: "" + + # print UTC timestamp in ascii to logfile, default is epoch in seconds. + # log-time-ascii: no + + # print one line with time, IP, name, type, class for every query. + # log-queries: no + + # print one line per reply, with time, IP, name, type, class, rcode, + # timetoresolve, fromcache and responsesize. + # log-replies: no + + # log with tag 'query' and 'reply' instead of 'info' for + # filtering log-queries and log-replies from the log. + # log-tag-queryreply: no + + # log the local-zone actions, like local-zone type inform is enabled + # also for the other local zone types. + # log-local-actions: no + + # print log lines that say why queries return SERVFAIL to clients. + # log-servfail: no + + # file to read root hints from. + # get one from https://www.internic.net/domain/named.cache + # root-hints: "/etc/unbound/dn42.hints" + + # enable to not answer id.server and hostname.bind queries. + # hide-identity: no + + # enable to not answer version.server and version.bind queries. + # hide-version: no + + # enable to not answer trustanchor.unbound queries. + # hide-trustanchor: no + + # enable to not set the User-Agent HTTP header. + # hide-http-user-agent: no + + # the identity to report. Leave "" or default to return hostname. + # identity: "" + + # the version to report. Leave "" or default to return package version. + # version: "" + + # NSID identity (hex string, or "ascii_somestring"). default disabled. + # nsid: "aabbccdd" + + # User-Agent HTTP header to use. Leave "" or default to use package name + # and version. + # http-user-agent: "" + + # the target fetch policy. + # series of integers describing the policy per dependency depth. + # The number of values in the list determines the maximum dependency + # depth the recursor will pursue before giving up. Each integer means: + # -1 : fetch all targets opportunistically, + # 0: fetch on demand, + # positive value: fetch that many targets opportunistically. + # Enclose the list of numbers between quotes (""). + # target-fetch-policy: "3 2 1 0 0" + + # Harden against very small EDNS buffer sizes. + # harden-short-bufsize: yes + + # Harden against unseemly large queries. + # harden-large-queries: no + + # Harden against out of zone rrsets, to avoid spoofing attempts. + # harden-glue: yes + + # Harden against receiving dnssec-stripped data. If you turn it + # off, failing to validate dnskey data for a trustanchor will + # trigger insecure mode for that zone (like without a trustanchor). + # Default on, which insists on dnssec data for trust-anchored zones. + # harden-dnssec-stripped: yes + + # Harden against queries that fall under dnssec-signed nxdomain names. + # harden-below-nxdomain: yes + + # Harden the referral path by performing additional queries for + # infrastructure data. Validates the replies (if possible). + # Default off, because the lookups burden the server. Experimental + # implementation of draft-wijngaards-dnsext-resolver-side-mitigation. + # harden-referral-path: no + + # Harden against algorithm downgrade when multiple algorithms are + # advertised in the DS record. If no, allows the weakest algorithm + # to validate the zone. + # harden-algo-downgrade: no + + # Sent minimum amount of information to upstream servers to enhance + # privacy. Only sent minimum required labels of the QNAME and set QTYPE + # to A when possible. + # qname-minimisation: yes + + # QNAME minimisation in strict mode. Do not fall-back to sending full + # QNAME to potentially broken nameservers. A lot of domains will not be + # resolvable when this option in enabled. + # This option only has effect when qname-minimisation is enabled. + # qname-minimisation-strict: no + + # Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN + # and other denials, using information from previous NXDOMAINs answers. + # aggressive-nsec: no + + # Use 0x20-encoded random bits in the query to foil spoof attempts. + # This feature is an experimental implementation of draft dns-0x20. + # use-caps-for-id: no + + # Domains (and domains in them) without support for dns-0x20 and + # the fallback fails because they keep sending different answers. + # caps-exempt: "licdn.com" + # caps-exempt: "senderbase.org" + + # Enforce privacy of these addresses. Strips them away from answers. + # It may cause DNSSEC validation to additionally mark it as bogus. + # Protects against 'DNS Rebinding' (uses browser as network proxy). + # Only 'private-domain' and 'local-data' names are allowed to have + # these private addresses. No default. + # private-address: 10.0.0.0/8 + # private-address: 172.16.0.0/12 + # private-address: 192.168.0.0/16 + # private-address: 169.254.0.0/16 + # private-address: fd00::/8 + # private-address: fe80::/10 + # private-address: ::ffff:0:0/96 + + # Allow the domain (and its subdomains) to contain private addresses. + # local-data statements are allowed to contain private addresses too. + # private-domain: "example.com" + + # If nonzero, unwanted replies are not only reported in statistics, + # but also a running total is kept per thread. If it reaches the + # threshold, a warning is printed and a defensive action is taken, + # the cache is cleared to flush potential poison out of it. + # A suggested value is 10000000, the default is 0 (turned off). + # unwanted-reply-threshold: 0 + + # Do not query the following addresses. No DNS queries are sent there. + # List one address per entry. List classless netblocks with /size, + # do-not-query-address: 127.0.0.1/8 + # do-not-query-address: ::1 + + # if yes, the above default do-not-query-address entries are present. + # if no, localhost can be queried (for testing and debugging). + # do-not-query-localhost: yes + + # if yes, perform prefetching of almost expired message cache entries. + # prefetch: no + + # if yes, perform key lookups adjacent to normal lookups. + # prefetch-key: no + + # deny queries of type ANY with an empty response. + # deny-any: no + + # if yes, Unbound rotates RRSet order in response. + # rrset-roundrobin: yes + + # if yes, Unbound doesn't insert authority/additional sections + # into response messages when those sections are not required. + # minimal-responses: yes + + # true to disable DNSSEC lameness check in iterator. + # disable-dnssec-lame-check: no + + # module configuration of the server. A string with identifiers + # separated by spaces. Syntax: "[dns64] [validator] iterator" + # most modules have to be listed at the beginning of the line, + # except cachedb(just before iterator), and python (at the beginning, + # or, just before the iterator). + # module-config: "validator iterator" + + # File with trusted keys, kept uptodate using RFC5011 probes, + # initial file like trust-anchor-file, then it stores metadata. + # Use several entries, one per domain name, to track multiple zones. + # + # If you want to perform DNSSEC validation, run unbound-anchor before + # you start unbound (i.e. in the system boot scripts). + # And then enable the auto-trust-anchor-file config item. + # Please note usage of unbound-anchor root anchor is at your own risk + # and under the terms of our LICENSE (see that file in the source). + # auto-trust-anchor-file: "" + + # trust anchor signaling sends a RFC8145 key tag query after priming. + # trust-anchor-signaling: yes + + # Root key trust anchor sentinel (draft-ietf-dnsop-kskroll-sentinel) + # root-key-sentinel: yes + + # File with trusted keys for validation. Specify more than one file + # with several entries, one file per entry. + # Zone file format, with DS and DNSKEY entries. + # Note this gets out of date, use auto-trust-anchor-file please. + trust-anchor-file: "/usr/share/dnssec-root/trusted-key.key" + + # Trusted key for validation. DS or DNSKEY. specify the RR on a + # single line, surrounded by "". TTL is ignored. class is IN default. + # Note this gets out of date, use auto-trust-anchor-file please. + # (These examples are from August 2007 and may not be valid anymore). + # trust-anchor: "nlnetlabs.nl. DNSKEY 257 3 5 AQPzzTWMz8qSWIQlfRnPckx2BiVmkVN6LPupO3mbz7FhLSnm26n6iG9N Lby97Ji453aWZY3M5/xJBSOS2vWtco2t8C0+xeO1bc/d6ZTy32DHchpW 6rDH1vp86Ll+ha0tmwyy9QP7y2bVw5zSbFCrefk8qCUBgfHm9bHzMG1U BYtEIQ==" + # trust-anchor: "jelte.nlnetlabs.nl. DS 42860 5 1 14D739EB566D2B1A5E216A0BA4D17FA9B038BE4A" + + # File with trusted keys for validation. Specify more than one file + # with several entries, one file per entry. Like trust-anchor-file + # but has a different file format. Format is BIND-9 style format, + # the trusted-keys { name flag proto algo "key"; }; clauses are read. + # you need external update procedures to track changes in keys. + # trusted-keys-file: "" + + # Ignore chain of trust. Domain is treated as insecure. + # domain-insecure: "example.com" + + # Override the date for validation with a specific fixed date. + # Do not set this unless you are debugging signature inception + # and expiration. "" or "0" turns the feature off. -1 ignores date. + # val-override-date: "" + + # The time to live for bogus data, rrsets and messages. This avoids + # some of the revalidation, until the time interval expires. in secs. + # val-bogus-ttl: 60 + + # The signature inception and expiration dates are allowed to be off + # by 10% of the signature lifetime (expir-incep) from our local clock. + # This leeway is capped with a minimum and a maximum. In seconds. + # val-sig-skew-min: 3600 + # val-sig-skew-max: 86400 + + # The maximum number the validator should restart validation with + # another authority in case of failed validation. + # val-max-restart: 5 + + # Should additional section of secure message also be kept clean of + # unsecure data. Useful to shield the users of this validator from + # potential bogus data in the additional section. All unsigned data + # in the additional section is removed from secure messages. + # val-clean-additional: yes + + # Turn permissive mode on to permit bogus messages. Thus, messages + # for which security checks failed will be returned to clients, + # instead of SERVFAIL. It still performs the security checks, which + # result in interesting log files and possibly the AD bit in + # replies if the message is found secure. The default is off. + val-permissive-mode: yes + + # Ignore the CD flag in incoming queries and refuse them bogus data. + # Enable it if the only clients of unbound are legacy servers (w2008) + # that set CD but cannot validate themselves. + # ignore-cd-flag: no + + # Serve expired responses from cache, with serve-expired-reply-ttl in + # the response, and then attempt to fetch the data afresh. + # serve-expired: no + # + # Limit serving of expired responses to configured seconds after + # expiration. 0 disables the limit. + # serve-expired-ttl: 0 + # + # Set the TTL of expired records to the serve-expired-ttl value after a + # failed attempt to retrieve the record from upstream. This makes sure + # that the expired records will be served as long as there are queries + # for it. + # serve-expired-ttl-reset: no + # + # TTL value to use when replying with expired data. + # serve-expired-reply-ttl: 30 + # + # Time in milliseconds before replying to the client with expired data. + # This essentially enables the serve-stale behavior as specified in + # RFC 8767 that first tries to resolve before + # immediately responding with expired data. 0 disables this behavior. + # A recommended value is 1800. + # serve-expired-client-timeout: 0 + + # Return the original TTL as received from the upstream name server rather + # than the decrementing TTL as stored in the cache. Enabling this feature + # does not impact cache expiry, it only changes the TTL unbound embeds in + # responses to queries. Note that enabling this feature implicitly disables + # enforcement of the configured minimum and maximum TTL. + # serve-original-ttl: no + + # Have the validator log failed validations for your diagnosis. + # 0: off. 1: A line per failed user query. 2: With reason and bad IP. + # val-log-level: 0 + + # It is possible to configure NSEC3 maximum iteration counts per + # keysize. Keep this table very short, as linear search is done. + # A message with an NSEC3 with larger count is marked insecure. + # List in ascending order the keysize and count values. + # val-nsec3-keysize-iterations: "1024 150 2048 150 4096 150" + + # if enabled, ZONEMD verification failures do not block the zone. + # zonemd-permissive-mode: no + + # instruct the auto-trust-anchor-file probing to add anchors after ttl. + # add-holddown: 2592000 # 30 days + + # instruct the auto-trust-anchor-file probing to del anchors after ttl. + # del-holddown: 2592000 # 30 days + + # auto-trust-anchor-file probing removes missing anchors after ttl. + # If the value 0 is given, missing anchors are not removed. + # keep-missing: 31622400 # 366 days + + # debug option that allows very small holddown times for key rollover, + # otherwise the RFC mandates probe intervals must be at least 1 hour. + # permit-small-holddown: no + + # the amount of memory to use for the key cache. + # plain value in bytes or you can append k, m or G. default is "4Mb". + # key-cache-size: 4m + + # the number of slabs to use for the key cache. + # the number of slabs must be a power of 2. + # more slabs reduce lock contention, but fragment memory usage. + # key-cache-slabs: 4 + + # the amount of memory to use for the negative cache. + # plain value in bytes or you can append k, m or G. default is "1Mb". + # neg-cache-size: 1m + + # By default, for a number of zones a small default 'nothing here' + # reply is built-in. Query traffic is thus blocked. If you + # wish to serve such zone you can unblock them by uncommenting one + # of the nodefault statements below. + # You may also have to use domain-insecure: zone to make DNSSEC work, + # unless you have your own trust anchors for this zone. + # local-zone: "localhost." nodefault + # local-zone: "127.in-addr.arpa." nodefault + # local-zone: "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." nodefault + # local-zone: "home.arpa." nodefault + # local-zone: "onion." nodefault + # local-zone: "test." nodefault + # local-zone: "invalid." nodefault + # local-zone: "10.in-addr.arpa." nodefault + # local-zone: "16.172.in-addr.arpa." nodefault + # local-zone: "17.172.in-addr.arpa." nodefault + # local-zone: "18.172.in-addr.arpa." nodefault + # local-zone: "19.172.in-addr.arpa." nodefault + # local-zone: "20.172.in-addr.arpa." nodefault + # local-zone: "21.172.in-addr.arpa." nodefault + # local-zone: "22.172.in-addr.arpa." nodefault + # local-zone: "23.172.in-addr.arpa." nodefault + # local-zone: "24.172.in-addr.arpa." nodefault + # local-zone: "25.172.in-addr.arpa." nodefault + # local-zone: "26.172.in-addr.arpa." nodefault + # local-zone: "27.172.in-addr.arpa." nodefault + # local-zone: "28.172.in-addr.arpa." nodefault + # local-zone: "29.172.in-addr.arpa." nodefault + # local-zone: "30.172.in-addr.arpa." nodefault + # local-zone: "31.172.in-addr.arpa." nodefault + # local-zone: "168.192.in-addr.arpa." nodefault + # local-zone: "0.in-addr.arpa." nodefault + # local-zone: "254.169.in-addr.arpa." nodefault + # local-zone: "2.0.192.in-addr.arpa." nodefault + # local-zone: "100.51.198.in-addr.arpa." nodefault + # local-zone: "113.0.203.in-addr.arpa." nodefault + # local-zone: "255.255.255.255.in-addr.arpa." nodefault + # local-zone: "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." nodefault + # local-zone: "d.f.ip6.arpa." nodefault + # local-zone: "8.e.f.ip6.arpa." nodefault + # local-zone: "9.e.f.ip6.arpa." nodefault + # local-zone: "a.e.f.ip6.arpa." nodefault + # local-zone: "b.e.f.ip6.arpa." nodefault + # local-zone: "8.b.d.0.1.0.0.2.ip6.arpa." nodefault + local-zone: "d.f.ip6.arpa." nodefault + # And for 64.100.in-addr.arpa. to 127.100.in-addr.arpa. + + # Add example.com into ipset + # local-zone: "example.com" ipset + + # If unbound is running service for the local host then it is useful + # to perform lan-wide lookups to the upstream, and unblock the + # long list of local-zones above. If this unbound is a dns server + # for a network of computers, disabled is better and stops information + # leakage of local lan information. + unblock-lan-zones: yes + + # The insecure-lan-zones option disables validation for + # these zones, as if they were all listed as domain-insecure. + insecure-lan-zones: yes + + # a number of locally served zones can be configured. + # local-zone: + # local-data: "" + # o deny serves local data (if any), else, drops queries. + # o refuse serves local data (if any), else, replies with error. + # o static serves local data, else, nxdomain or nodata answer. + # o transparent gives local data, but resolves normally for other names + # o redirect serves the zone data for any subdomain in the zone. + # o nodefault can be used to normally resolve AS112 zones. + # o typetransparent resolves normally for other types and other names + # o inform acts like transparent, but logs client IP address + # o inform_deny drops queries and logs client IP address + # o inform_redirect redirects queries and logs client IP address + # o always_transparent, always_refuse, always_nxdomain, always_nodata, + # always_deny resolve in that way but ignore local data for + # that name + # o always_null returns 0.0.0.0 or ::0 for any name in the zone. + # o noview breaks out of that view towards global local-zones. + # + # defaults are localhost address, reverse for 127.0.0.1 and ::1 + # and nxdomain for AS112 zones. If you configure one of these zones + # the default content is omitted, or you can omit it with 'nodefault'. + # + # If you configure local-data without specifying local-zone, by + # default a transparent local-zone is created for the data. + # + # You can add locally served data with + # local-zone: "local." static + # local-data: "mycomputer.local. IN A 192.0.2.51" + # local-data: 'mytext.local TXT "content of text record"' + local-zone: "catgirls.dn42." static + local-data: "catgirls.dn42. AAAA fd42:deca:fbad::1" + + # You can override certain queries with + # local-data: "adserver.example.com A 127.0.0.1" + # + # You can redirect a domain to a fixed address with + # (this makes example.com, www.example.com, etc, all go to 192.0.2.3) + # local-zone: "example.com" redirect + # local-data: "example.com A 192.0.2.3" + # + # Shorthand to make PTR records, "IPv4 name" or "IPv6 name". + # You can also add PTR records using local-data directly, but then + # you need to do the reverse notation yourself. + # local-data-ptr: "192.0.2.3 www.example.com" + + # tag a localzone with a list of tag names (in "" with spaces between) + # local-zone-tag: "example.com" "tag2 tag3" + + # add a netblock specific override to a localzone, with zone type + # local-zone-override: "example.com" 192.0.2.0/24 refuse + + # service clients over TLS (on the TCP sockets) with plain DNS inside + # the TLS stream, and over HTTPS using HTTP/2 as specified in RFC8484. + # Give the certificate to use and private key. + # default is "" (disabled). requires restart to take effect. + # tls-service-key: "path/to/privatekeyfile.key" + # tls-service-pem: "path/to/publiccertfile.pem" + # tls-port: 853 + # https-port: 443 + + # cipher setting for TLSv1.2 + # tls-ciphers: "DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256" + # cipher setting for TLSv1.3 + # tls-ciphersuites: "TLS_AES_128_GCM_SHA256:TLS_AES_128_CCM_8_SHA256:TLS_AES_128_CCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256" + + # Pad responses to padded queries received over TLS + # pad-responses: yes + + # Padded responses will be padded to the closest multiple of this size. + # pad-responses-block-size: 468 + + # Use the SNI extension for TLS connections. Default is yes. + # Changing the value requires a reload. + # tls-use-sni: yes + + # Add the secret file for TLS Session Ticket. + # Secret file must be 80 bytes of random data. + # First key use to encrypt and decrypt TLS session tickets. + # Other keys use to decrypt only. + # requires restart to take effect. + # tls-session-ticket-keys: "path/to/secret_file1" + # tls-session-ticket-keys: "path/to/secret_file2" + + # request upstream over TLS (with plain DNS inside the TLS stream). + # Default is no. Can be turned on and off with unbound-control. + # tls-upstream: no + + # Certificates used to authenticate connections made upstream. + # tls-cert-bundle: "" + + # Add system certs to the cert bundle, from the Windows Cert Store + # tls-win-cert: no + + # Pad queries over TLS upstreams + # pad-queries: yes + + # Padded queries will be padded to the closest multiple of this size. + # pad-queries-block-size: 128 + + # Also serve tls on these port numbers (eg. 443, ...), by listing + # tls-additional-port: portno for each of the port numbers. + + # HTTP endpoint to provide DNS-over-HTTPS service on. + # http-endpoint: "/dns-query" + + # HTTP/2 SETTINGS_MAX_CONCURRENT_STREAMS value to use. + # http-max-streams: 100 + + # Maximum number of bytes used for all HTTP/2 query buffers. + # http-query-buffer-size: 4m + + # Maximum number of bytes used for all HTTP/2 response buffers. + # http-response-buffer-size: 4m + + # Set TCP_NODELAY socket option on sockets used for DNS-over-HTTPS + # service. + # http-nodelay: yes + + # Disable TLS for DNS-over-HTTP downstream service. + # http-notls-downstream: no + + # DNS64 prefix. Must be specified when DNS64 is use. + # Enable dns64 in module-config. Used to synthesize IPv6 from IPv4. + # dns64-prefix: 64:ff9b::0/96 + + # DNS64 ignore AAAA records for these domains and use A instead. + # dns64-ignore-aaaa: "example.com" + + # ratelimit for uncached, new queries, this limits recursion effort. + # ratelimiting is experimental, and may help against randomqueryflood. + # if 0(default) it is disabled, otherwise state qps allowed per zone. + # ratelimit: 0 + + # ratelimits are tracked in a cache, size in bytes of cache (or k,m). + # ratelimit-size: 4m + # ratelimit cache slabs, reduces lock contention if equal to cpucount. + # ratelimit-slabs: 4 + + # 0 blocks when ratelimited, otherwise let 1/xth traffic through + # ratelimit-factor: 10 + + # override the ratelimit for a specific domain name. + # give this setting multiple times to have multiple overrides. + # ratelimit-for-domain: example.com 1000 + # override the ratelimits for all domains below a domain name + # can give this multiple times, the name closest to the zone is used. + # ratelimit-below-domain: com 1000 + + # global query ratelimit for all ip addresses. + # feature is experimental. + # if 0(default) it is disabled, otherwise states qps allowed per ip address + # ip-ratelimit: 0 + + # ip ratelimits are tracked in a cache, size in bytes of cache (or k,m). + # ip-ratelimit-size: 4m + # ip ratelimit cache slabs, reduces lock contention if equal to cpucount. + # ip-ratelimit-slabs: 4 + + # 0 blocks when ip is ratelimited, otherwise let 1/xth traffic through + # ip-ratelimit-factor: 10 + + # Limit the number of connections simultaneous from a netblock + # tcp-connection-limit: 192.0.2.0/24 12 + + # select from the fastest servers this many times out of 1000. 0 means + # the fast server select is disabled. prefetches are not sped up. + # fast-server-permil: 0 + # the number of servers that will be used in the fast server selection. + # fast-server-num: 3 + + # Specific options for ipsecmod. unbound needs to be configured with + # --enable-ipsecmod for these to take effect. + # + # Enable or disable ipsecmod (it still needs to be defined in + # module-config above). Can be used when ipsecmod needs to be + # enabled/disabled via remote-control(below). + # ipsecmod-enabled: yes + # + # Path to executable external hook. It must be defined when ipsecmod is + # listed in module-config (above). + # ipsecmod-hook: "./my_executable" + # + # When enabled unbound will reply with SERVFAIL if the return value of + # the ipsecmod-hook is not 0. + # ipsecmod-strict: no + # + # Maximum time to live (TTL) for cached A/AAAA records with IPSECKEY. + # ipsecmod-max-ttl: 3600 + # + # Reply with A/AAAA even if the relevant IPSECKEY is bogus. Mainly used for + # testing. + # ipsecmod-ignore-bogus: no + # + # Domains for which ipsecmod will be triggered. If not defined (default) + # all domains are treated as being allowed. + # ipsecmod-allow: "example.com" + # ipsecmod-allow: "nlnetlabs.nl" + + # Timeout for REUSE entries in milliseconds. + # tcp-reuse-timeout: 60000 + # Max number of queries on a reuse connection. + # max-reuse-tcp-queries: 200 + # Timeout in milliseconds for TCP queries to auth servers. + # tcp-auth-query-timeout: 3000 + + +# Python config section. To enable: +# o use --with-pythonmodule to configure before compiling. +# o list python in the module-config string (above) to enable. +# It can be at the start, it gets validated results, or just before +# the iterator and process before DNSSEC validation. +# o and give a python-script to run. +python: + # Script file to load + # python-script: "/ubmodule-tst.py" + +# Dynamic library config section. To enable: +# o use --with-dynlibmodule to configure before compiling. +# o list dynlib in the module-config string (above) to enable. +# It can be placed anywhere, the dynlib module is only a very thin wrapper +# to load modules dynamically. +# o and give a dynlib-file to run. If more than one dynlib entry is listed in +# the module-config then you need one dynlib-file per instance. +dynlib: + # Script file to load + # dynlib-file: "/dynlib.so" + +# Remote control config section. +remote-control: + # Enable remote control with unbound-control(8) here. + # set up the keys and certificates with unbound-control-setup. + control-enable: yes + + # what interfaces are listened to for remote control. + # give 0.0.0.0 and ::0 to listen to all interfaces. + # set to an absolute path to use a unix local name pipe, certificates + # are not used for that, so key and cert files need not be present. + control-interface: /run/unbound.control.sock + # control-interface: 127.0.0.1 + # control-interface: ::1 + + # port number for remote control operations. + # control-port: 8953 + + # for localhost, you can disable use of TLS by setting this to "no" + # For local sockets this option is ignored, and TLS is not used. + # control-use-cert: "yes" + + # unbound server key file. + # server-key-file: "/unbound_server.key" + + # unbound server certificate file. + # server-cert-file: "/unbound_server.pem" + + # unbound-control key file. + # control-key-file: "/unbound_control.key" + + # unbound-control certificate file. + # control-cert-file: "/unbound_control.pem" + +# Stub zones. +# Create entries like below, to make all queries for 'example.com' and +# 'example.org' go to the given list of nameservers. list zero or more +# nameservers by hostname or by ipaddress. If you set stub-prime to yes, +# the list is treated as priming hints (default is no). +# With stub-first yes, it attempts without the stub if it fails. +# Consider adding domain-insecure: name and local-zone: name nodefault +# to the server: section if the stub is a locally served zone. +# stub-zone: +# name: "example.com" +# stub-addr: 192.0.2.68 +# stub-prime: no +# stub-first: no +# stub-tcp-upstream: no +# stub-tls-upstream: no +# stub-no-cache: no +# stub-zone: +# name: "example.org" +# stub-host: ns.example.com. + +# Forward zones +# Create entries like below, to make all queries for 'example.com' and +# 'example.org' go to the given list of servers. These servers have to handle +# recursion to other nameservers. List zero or more nameservers by hostname +# or by ipaddress. Use an entry with name "." to forward all queries. +# If you enable forward-first, it attempts without the forward if it fails. +# forward-zone: +# name: "example.com" +# forward-addr: 192.0.2.68 +# forward-addr: 192.0.2.73@5355 # forward to port 5355. +# forward-first: no +# forward-tcp-upstream: no +# forward-tls-upstream: no +# forward-no-cache: no +# forward-zone: +# name: "example.org" +# forward-host: fwd.example.com + +forward-zone: + name: "dn42" + forward-addr: fd42:d42:d42:54::1 + +forward-zone: + name: "d.f.ip6.arpa" + forward-addr: fd42:d42:d42:54::1 + +# Authority zones +# The data for these zones is kept locally, from a file or downloaded. +# The data can be served to downstream clients, or used instead of the +# upstream (which saves a lookup to the upstream). The first example +# has a copy of the root for local usage. The second serves example.org +# authoritatively. zonefile: reads from file (and writes to it if you also +# download it), primary: fetches with AXFR and IXFR, or url to zonefile. +# With allow-notify: you can give additional (apart from primaries) sources of +# notifies. +# auth-zone: +# name: "." +# primary: 199.9.14.201 # b.root-servers.net +# primary: 192.33.4.12 # c.root-servers.net +# primary: 199.7.91.13 # d.root-servers.net +# primary: 192.5.5.241 # f.root-servers.net +# primary: 192.112.36.4 # g.root-servers.net +# primary: 193.0.14.129 # k.root-servers.net +# primary: 192.0.47.132 # xfr.cjr.dns.icann.org +# primary: 192.0.32.132 # xfr.lax.dns.icann.org +# primary: 2001:500:200::b # b.root-servers.net +# primary: 2001:500:2::c # c.root-servers.net +# primary: 2001:500:2d::d # d.root-servers.net +# primary: 2001:500:2f::f # f.root-servers.net +# primary: 2001:500:12::d0d # g.root-servers.net +# primary: 2001:7fd::1 # k.root-servers.net +# primary: 2620:0:2830:202::132 # xfr.cjr.dns.icann.org +# primary: 2620:0:2d0:202::132 # xfr.lax.dns.icann.org +# fallback-enabled: yes +# for-downstream: no +# for-upstream: yes +# auth-zone: +# name: "example.org" +# for-downstream: yes +# for-upstream: yes +# zonemd-check: no +# zonemd-reject-absence: no +# zonefile: "example.org.zone" + +# Views +# Create named views. Name must be unique. Map views to requests using +# the access-control-view option. Views can contain zero or more local-zone +# and local-data options. Options from matching views will override global +# options. Global options will be used if no matching view is found. +# With view-first yes, it will try to answer using the global local-zone and +# local-data elements if there is no view specific match. +# view: +# name: "viewname" +# local-zone: "example.com" redirect +# local-data: "example.com A 192.0.2.3" +# local-data-ptr: "192.0.2.3 www.example.com" +# view-first: no +# view: +# name: "anotherview" +# local-zone: "example.com" refuse + +# DNSCrypt +# Caveats: +# 1. the keys/certs cannot be produced by unbound. You can use dnscrypt-wrapper +# for this: https://github.com/cofyc/dnscrypt-wrapper/blob/master/README.md#usage +# 2. dnscrypt channel attaches to an interface. you MUST set interfaces to +# listen on `dnscrypt-port` with the follo0wing snippet: +# server: +# interface: 0.0.0.0@443 +# interface: ::0@443 +# +# Finally, `dnscrypt` config has its own section. +# dnscrypt: +# dnscrypt-enable: yes +# dnscrypt-port: 443 +# dnscrypt-provider: 2.dnscrypt-cert.example.com. +# dnscrypt-secret-key: /path/unbound-conf/keys1/1.key +# dnscrypt-secret-key: /path/unbound-conf/keys2/1.key +# dnscrypt-provider-cert: /path/unbound-conf/keys1/1.cert +# dnscrypt-provider-cert: /path/unbound-conf/keys2/1.cert + +# CacheDB +# Enable external backend DB as auxiliary cache. Specify the backend name +# (default is "testframe", which has no use other than for debugging and +# testing) and backend-specific options. The 'cachedb' module must be +# included in module-config, just before the iterator module. +# cachedb: +# backend: "testframe" +# # secret seed string to calculate hashed keys +# secret-seed: "default" +# +# # For "redis" backend: +# # redis server's IP address or host name +# redis-server-host: 127.0.0.1 +# # redis server's TCP port +# redis-server-port: 6379 +# # timeout (in ms) for communication with the redis server +# redis-timeout: 100 +# # set timeout on redis records based on DNS response TTL +# redis-expire-records: no + +# IPSet +# Add specify domain into set via ipset. +# Note: To enable ipset unbound needs to run as root user. +# ipset: +# # set name for ip v4 addresses +# name-v4: "list-v4" +# # set name for ip v6 addresses +# name-v6: "list-v6" +# + +# Dnstap logging support, if compiled in. To enable, set the dnstap-enable +# to yes and also some of dnstap-log-..-messages to yes. And select an +# upstream log destination, by socket path, TCP or TLS destination. +# dnstap: +# dnstap-enable: no +# # if set to yes frame streams will be used in bidirectional mode +# dnstap-bidirectional: yes +# dnstap-socket-path: "" +# # if "" use the unix socket in dnstap-socket-path, otherwise, +# # set it to "IPaddress[@port]" of the destination. +# dnstap-ip: "" +# # if set to yes if you want to use TLS to dnstap-ip, no for TCP. +# dnstap-tls: yes +# # name for authenticating the upstream server. or "" disabled. +# dnstap-tls-server-name: "" +# # if "", it uses the cert bundle from the main unbound config. +# dnstap-tls-cert-bundle: "" +# # key file for client authentication, or "" disabled. +# dnstap-tls-client-key-file: "" +# # cert file for client authentication, or "" disabled. +# dnstap-tls-client-cert-file: "" +# dnstap-send-identity: no +# dnstap-send-version: no +# # if "" it uses the hostname. +# dnstap-identity: "" +# # if "" it uses the package version. +# dnstap-version: "" +# dnstap-log-resolver-query-messages: no +# dnstap-log-resolver-response-messages: no +# dnstap-log-client-query-messages: no +# dnstap-log-client-response-messages: no +# dnstap-log-forwarder-query-messages: no +# dnstap-log-forwarder-response-messages: no + +# Response Policy Zones +# RPZ policies. Applied in order of configuration. QNAME, Response IP +# Address, nsdname, nsip and clientip triggers are supported. Supported +# actions are: NXDOMAIN, NODATA, PASSTHRU, DROP, Local Data, tcp-only +# and drop. Policies can be loaded from a file, or using zone +# transfer, or using HTTP. The respip module needs to be added +# to the module-config, e.g.: module-config: "respip validator iterator". +# rpz: +# name: "rpz.example.com" +# zonefile: "rpz.example.com" +# primary: 192.0.2.0 +# allow-notify: 192.0.2.0/32 +# url: http://www.example.com/rpz.example.org.zone +# rpz-action-override: cname +# rpz-cname-override: www.example.org +# rpz-log: yes +# rpz-log-name: "example policy" +# tags: "example" diff --git a/LXC/config/wg_template.conf b/LXC/config/wg_template.conf deleted file mode 100644 index 7e9564f..0000000 --- a/LXC/config/wg_template.conf +++ /dev/null @@ -1,12 +0,0 @@ -[Interface] -PrivateKey = -ListenPort = 20103 -Adress = -PostUp = /sbin/ip a add dev %i peer -Table = off - -[Peer] -Endpoint = -PublicKey = -AllowedIPs = 172.16.0.0/12, 10.0.0.0/8, fd00::/8. fe80::/10 - diff --git a/LXC/config/wireguard/wg0.conf b/LXC/config/wireguard/wg0.conf index 33a8e26..3cedf36 100644 --- a/LXC/config/wireguard/wg0.conf +++ b/LXC/config/wireguard/wg0.conf @@ -2,16 +2,24 @@ [Interface] FwMark = 42 -PrivateKey = +PrivateKey = ListenPort = 20103 Table = off + +#Address = 192.168.219.209/27 Address = fe80::ade1/48 -PostUp = ip a add dev %i fd42:deca:fbad::1/128 peer fe80::ade0/48 -PostUp = ip a add dev %i fd42:deca:fbad::1111:1/48 -PostUp = ip a add dev %i fd42:deca:fbad::1111:2/48 + +#PostUp = ip a add dev %i 172.23.196.32/32 peer 172.20.53.97/32 +#PostUp = ip a add dev %i 172.23.196.42/32 +PostUp = ip a add dev %i fd42:deca:fbad::1/128 peer fe80::ade0/128 +PostUp = ip a add dev %i fd42:deca:fbad::1111:1/128 + +#PostUp = sysctl -w net.ipv4.ip_forward=1 +#PostUp = sysctl -w net.ipv4.conf.default.rp_filter=0 PostUp = sysctl -w net.ipv6.conf.%i.autoconf=0 [Peer] Endpoint = de2.g-load.eu:21411 PublicKey = B1xSG/XTJRLd+GrWDsB06BqnIq8Xud93YVh/LYYYtUY= -AllowedIPs = fd00::/8, fe80::/10 +AllowedIPs = fd00::/8, fe80::/10, 10.0.0.0/8, 172.16.0.0/12 + diff --git a/LXC/config/wireguard/wg0_4.conf b/LXC/config/wireguard/wg0_4.conf new file mode 100644 index 0000000..6d01c7c --- /dev/null +++ b/LXC/config/wireguard/wg0_4.conf @@ -0,0 +1,19 @@ +# DN42 peer: Kioubit + +[Interface] +FwMark = 42 +PrivateKey = +ListenPort = 20103 +Table = off + +Address = 192.168.219.209/27 + +PostUp = ip a add dev %i 172.23.196.32/32 peer 172.20.53.97/32 +PostUp = ip a add dev %i 172.23.196.42/32 + +PostUp = sysctl -w net.ipv4.conf.default.rp_filter=0 + +[Peer] +Endpoint = de2.g-load.eu:21411 +PublicKey = B1xSG/XTJRLd+GrWDsB06BqnIq8Xud93YVh/LYYYtUY= +AllowedIPs = 172.16.0.0/12, 192.168.219.0/24