diff options
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 12b38e6..982c723 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -139,8 +139,8 @@ Allow 192.168.1.0/25 # # Change the default policy of the filtering system. If this directive is -# commented out, or is set to "No" then the default policy is to allow everything -# which is not specifically denied by the filter file. +# commented out, or is set to "No" then the default policy is to allow +# everything which is not specifically denied by the filter file. # # However, by setting this directive to "Yes" the default policy becomes to # deny everything which is _not_ specifically allowed by the filter file. |