mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
- 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)
22 lines
731 B
Text
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
|
|
|