ports/net/3proxy/files/patch-cfg-3proxy.cfg.sample
Kurt Jaeger fb9388489f net/3proxy: 0.7.1.3 -> 0.8.0
- introduces IPv6 support
- connect back
- DNS proxy via TCP with parent proxy support
- non-blocking name resolution via default system methods on *nix
- reduced memory usage
- multiple race conditions fixes.

It's recommended to move to 0.8.0 if you use 3proxy under high load.

PR:		206423
Submitted by:	timp87@gmail.com (maintainer)
2016-01-20 19:56:45 +00:00

22 lines
731 B
Text

--- cfg/3proxy.cfg.sample.orig 2016-01-19 22:20:05 UTC
+++ cfg/3proxy.cfg.sample
@@ -30,15 +30,15 @@ users 3APA3A:CL:3apa3a "test:CR:$1$qwer$
# this example shows you how to include passwd file. For included files
# <CR> and <LF> are treated as field separators.
-#daemon
+daemon
# now we will not depend on any console (daemonize). daemon must be given
# before any significant command on *nix.
-service
+#service
# service is required under NT if you want 3proxy to start as service
-#log /usr/local/etc/3proxy/logs/3proxy.log D
-log c:\3proxy\logs\3proxy.log D
+log /var/log/3proxy.log D
+#log c:\3proxy\logs\3proxy.log D
# log allows to specify log file location and rotation, D means logfile
# is created daily