Browse Source

update htaccess

Jan Behrens 3 years ago
parent
commit
fd03e5659c
1 changed files with 8 additions and 4 deletions
  1. 8 4
      .htaccess

+ 8 - 4
.htaccess

@@ -1,8 +1,12 @@
+Order Deny,Allow
+Deny from all
+Allow from 141.52.13.0/24  # TLK
+Allow from 141.52.24.0/24  # IKP
+Allow from 141.52.64.0/24  # IPE
+Allow from 127.0.0.0/8
+
 #AuthName "SDS status monitor"
 #AuthType Basic
 #AuthUserFile /opt/www/katrin.htpasswd
 #require valid-user
-Order Allow,Deny
-Allow from 141.52.12.0/24
-Allow from 127.0.0.0/8
-Satisfy Any
+#Satisfy Any