diff options
Diffstat (limited to 'conf.d/01_ipranges.conf')
-rw-r--r-- | conf.d/01_ipranges.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf.d/01_ipranges.conf b/conf.d/01_ipranges.conf index 5bf8ba9..a825b42 100644 --- a/conf.d/01_ipranges.conf +++ b/conf.d/01_ipranges.conf @@ -1,5 +1,16 @@ geo $kit_client { default 0; + 141.52.0.0/16 1; + 192.168.26.0/24 1; +} + +geo $ipe_client { + default 0; 141.52.64.0/23 1; 192.168.26.0/24 1; } + +geo $ds_client { + default 0; + 192.168.26.0/24 1; +} |