diff options
author | Andre Mas <andrejohn.mas@gmail.com> | 2019-08-20 16:45:42 -0400 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2019-08-20 21:52:02 +0100 |
commit | c2d3470a35132ffb443fe3ff781fc1f630cd2477 (patch) | |
tree | cdb4ff0c5cc6d8380ba500646d707649bf71e6d2 /etc | |
parent | 734ba1d9702cd7d420c624c3574bec1470ebf590 (diff) |
Fixes #256 Provides ::1 as allowed
Diffstat (limited to 'etc')
-rw-r--r-- | etc/tinyproxy.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in index 54024cb..f1b8817 100644 --- a/etc/tinyproxy.conf.in +++ b/etc/tinyproxy.conf.in @@ -222,6 +222,7 @@ MaxRequestsPerChild 0 # tested against the controls based on order. # Allow 127.0.0.1 +Allow ::1 # BasicAuth: HTTP "Basic Authentication" for accessing the proxy. # If there are any entries specified, access is only granted for authenticated |