Package: tinyproxy Severity: wishlist Tags: patch Please can you set it to allow clients from all private networks (as described in RFC 1918) by default?
Patch attached. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-amd64 Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ca_AD.UTF-8)
--- tinyproxy-1.6.3/doc/tinyproxy.conf~ 2004-08-06 18:23:48.000000000 +0200 +++ tinyproxy-1.6.3/doc/tinyproxy.conf 2006-10-15 18:54:27.000000000 +0200 @@ -167,7 +167,9 @@ # are tested against the controls based on order. # Allow 127.0.0.1 -Allow 192.168.1.0/25 +Allow 192.168.0.0/16 +Allow 172.16.0.0/12 +Allow 10.0.0.0/8 # # The "Via" header is required by the HTTP RFC, but using the real host name

