summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndre Mas <andrejohn.mas@gmail.com>2019-08-20 16:45:42 -0400
committerrofl0r <rofl0r@users.noreply.github.com>2019-08-20 21:52:02 +0100
commitc2d3470a35132ffb443fe3ff781fc1f630cd2477 (patch)
treecdb4ff0c5cc6d8380ba500646d707649bf71e6d2
parent734ba1d9702cd7d420c624c3574bec1470ebf590 (diff)
Fixes #256 Provides ::1 as allowed
-rw-r--r--etc/tinyproxy.conf.in1
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