From 97ecabc80c39d52efeaf65b0836b5251d635dde9 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Sun, 5 Apr 2026 13:12:26 +0300 Subject: [PATCH] change config example --- cfg/3proxy.cfg.sample | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/cfg/3proxy.cfg.sample b/cfg/3proxy.cfg.sample index f077a0b..f9f1af0 100644 --- a/cfg/3proxy.cfg.sample +++ b/cfg/3proxy.cfg.sample @@ -137,14 +137,6 @@ dnspr # this is just an alternative form fo giving external and internal address # allows you to read this addresses from files -auth strong -# We want to protect internal interface -deny * * 127.0.0.1,192.168.1.1 -# and llow HTTP and HTTPS traffic. -allow * * * 80-88,8080-8088 HTTP -allow * * * 443,8443 HTTPS -proxy -n - auth none # pop3p will be used without any authentication. It's bad choice # because it's possible to use pop3p to access any port @@ -160,16 +152,6 @@ tcppm 25 mail.my.provider 25 # It's very userfull for services like DNS but not for some massive services # like multimedia streams or online games. -auth strong -flush -allow 3APA3A,test -maxconn 20 -socks -# for socks we will use password authentication and different access control - -# we flush previously configured ACL list and create new one to allow users -# test and 3APA3A to connect from any location - - auth strong flush internal 127.0.0.1 @@ -199,3 +181,21 @@ admin # now we needn't any root rights. We can chroot and setgid/setuid. +auth strong +flush +# We want to protect internal interface +deny * * 127.0.0.1,192.168.1.1 +# and llow HTTP and HTTPS traffic. +allow * * * 80-88,8080-8088 HTTP +allow * * * 443,8443 HTTPS +proxy -n + +flush +allow 3APA3A,test +maxconn 20 +socks +# for socks we will use password authentication and different access control - +# we flush previously configured ACL list and create new one to allow users +# test and 3APA3A to connect from any location + +