diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-03-30 16:39:35 -0700 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-03-30 16:39:35 -0700 |
commit | 13cf5ae0d5a450f99bdc91b6d127635dbef6eb37 (patch) | |
tree | 0f3ed24fd60c870498196cfece82a6c2d080a012 /doc/tinyproxy.conf | |
parent | d0ae798f718ed4a0e2d057962b500b076d926769 (diff) | |
download | tinyproxy-13cf5ae0d5a450f99bdc91b6d127635dbef6eb37.tar.gz tinyproxy-13cf5ae0d5a450f99bdc91b6d127635dbef6eb37.zip |
Do not allow anyone except localhost by default
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 5cdc1d7..6fd11fc 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -195,7 +195,6 @@ MaxRequestsPerChild 0 # tested against the controls based on order. # Allow 127.0.0.1 -Allow 192.168.1.0/25 # # ViaProxyName: The "Via" header is required by the HTTP RFC, but using |