first commit
This commit is contained in:
10
secret.tmpl/allow_admin_ip
Normal file
10
secret.tmpl/allow_admin_ip
Normal file
@ -0,0 +1,10 @@
|
||||
# ip for admin access only
|
||||
|
||||
# local test (ne doivent pas apparaître dans /etc/hosts.allow)
|
||||
allow 10.0.0.0/8;
|
||||
allow 127.0.0.0/8;
|
||||
allow 172.16.0.0/11;
|
||||
allow 192.168.0.0/16;
|
||||
allow 100.64.0.0/10;
|
||||
|
||||
deny all;
|
Reference in New Issue
Block a user