Add chaosvpn ip ranges
This commit is contained in:
parent
12caab49c7
commit
0bb59a7886
18
bird.conf
18
bird.conf
|
@ -26,7 +26,6 @@ function is_dn42() {
|
||||||
195.160.168.0/23+,
|
195.160.168.0/23+,
|
||||||
91.204.4.0/22+,
|
91.204.4.0/22+,
|
||||||
193.43.220.0/23+,
|
193.43.220.0/23+,
|
||||||
83.133.178.0/23+,
|
|
||||||
87.106.29.254/32,
|
87.106.29.254/32,
|
||||||
85.25.246.16/28+,
|
85.25.246.16/28+,
|
||||||
46.4.248.192/27+,
|
46.4.248.192/27+,
|
||||||
|
@ -47,6 +46,23 @@ function is_dn42() {
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# chaosvpn ranges
|
||||||
|
function is_chaos() {
|
||||||
|
return net ~ [ 10.4.0.0/16+,
|
||||||
|
10.32.0.0/16+,
|
||||||
|
10.100.0.0/14+,
|
||||||
|
10.104.0.0/14+,
|
||||||
|
172.31.0.0/16+,
|
||||||
|
83.133.178.0/23+,
|
||||||
|
172.26.0.0/15+,
|
||||||
|
176.9.52.58/32+,
|
||||||
|
193.103.159.0/24+,
|
||||||
|
193.103.160.0/23+,
|
||||||
|
212.12.50.208/29+,
|
||||||
|
213.238.61.128/26+
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
### kernel ###
|
### kernel ###
|
||||||
|
|
||||||
# synchronize from bird to main kernel routing table
|
# synchronize from bird to main kernel routing table
|
||||||
|
|
Loading…
Reference in a new issue