openbsd-ports/www/tinyproxy/patches/patch-etc_tinyproxy_conf_in
sthen 0e2092fdf7 tweaks to www/tinyproxy, ok frantisek holop (maintainer)
- fix the license marker
- show people how to bind to all IPv4 addresses rather than
the default of all IPv6 addresses
- zap an unnecessary variable in Makefile
- zap -Wredundant-decls, it's useless and spammy on the console
2013-04-13 13:08:17 +00:00

26 lines
790 B
Plaintext

$OpenBSD: patch-etc_tinyproxy_conf_in,v 1.2 2013/04/13 13:08:17 sthen Exp $
--- etc/tinyproxy.conf.in.orig Wed Mar 3 09:37:24 2010
+++ etc/tinyproxy.conf.in Tue Apr 9 05:48:57 2013
@@ -12,8 +12,8 @@
# as the root user. Either the user or group name or the UID or GID
# number may be used.
#
-User nobody
-Group nobody
+User _tinyproxy
+Group _tinyproxy
#
# Port: Specify the port which tinyproxy will listen on. Please note
@@ -24,8 +24,8 @@ Port 8888
#
# Listen: If you have multiple interfaces this allows you to bind to
-# only one. If this is commented out, tinyproxy will bind to all
-# interfaces present.
+# only one. If this is commented out, tinyproxy will bind to all IPv6
+# interfaces present. Use 0.0.0.0 to bind to all IPv4 interfaces.
#
#Listen 192.168.0.1