From 0bb59a788672afb65043267107e66041c3a83cb8 Mon Sep 17 00:00:00 2001 From: Leo Krueger Date: Fri, 2 May 2014 00:09:09 +0200 Subject: [PATCH] Add chaosvpn ip ranges --- bird.conf | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/bird.conf b/bird.conf index 2c49f56..d66fd46 100644 --- a/bird.conf +++ b/bird.conf @@ -26,7 +26,6 @@ function is_dn42() { 195.160.168.0/23+, 91.204.4.0/22+, 193.43.220.0/23+, - 83.133.178.0/23+, 87.106.29.254/32, 85.25.246.16/28+, 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 ### # synchronize from bird to main kernel routing table