| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net/3proxy/files/ |
Upload File : |
--- cfg/3proxy.cfg.sample.orig 2021-07-01 16:59:57 UTC +++ cfg/3proxy.cfg.sample @@ -30,15 +30,15 @@ users 3APA3A:CL:3apa3a "test:CR:$1$qwer$CHFTUFGqkjue9H # 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 /var/log/3proxy/log D -log c:\3proxy\logs\3proxy.log D +log %%3PROXY_LOGDIR%%/log D +#log c:\3proxy\logs\3proxy.log D # log allows to specify log file location and rotation, D means logfile # is created daily @@ -72,10 +72,10 @@ log c:\3proxy\logs\3proxy.log D logformat "- +_L%t.%. %N.%p %E %U %C:%c %R:%r %O %I %h %T" -#archiver gz /bin/gzip %F +archiver gz /usr/bin/gzip %F #archiver zip zip -m -qq %A %F #archiver zip pkzipc -add -silent -move %A %F -archiver rar rar a -df -inul %A %F +#archiver rar rar a -df -inul %A %F # if archiver specified log file will be compressed after closing. # you should specify extension, path to archiver and command line, %A will be # substituted with archive file name, %f - with original file name.