diff options
Diffstat (limited to 'debian/examples/apache2-authbasic-ip.conf')
-rw-r--r-- | debian/examples/apache2-authbasic-ip.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/examples/apache2-authbasic-ip.conf b/debian/examples/apache2-authbasic-ip.conf new file mode 100644 index 0000000..8507a20 --- /dev/null +++ b/debian/examples/apache2-authbasic-ip.conf @@ -0,0 +1,8 @@ +# /etc/ttyd/apache2-auth.conf + +Order deny,allow +Deny from all + +Allow from 10.0.0.0/8 +Allow from 172.16.0.0/12 +Allow from 192.168.0.0/16 |