Answer the question
In order to leave comments, you need to log in
How to restrict access of nodes to the web using 3proxy?
Here is a piece of the 3proxy config responsible for permission-access for everyone (according to the white list) and for one computer from the network (according to the black list). "For all" rule works, for 192.168.1.10 "special rules" do not work.
auth iponly
#для всех
allow * * $"c:\3proxy\whitelist.txt"
deny * *
#конкретному челу
allow * 192.168.1.10 * * * *
deny * 192.168.1.10 $"c:\3proxy\blacklist.txt" * * *
proxy -p80
Answer the question
In order to leave comments, you need to log in
The first rule, under which the request fell, works, any request is guaranteed to fall under the deny * * rule, so all the rules further do not make sense. Place more selective rules (for example, for a specific user) higher so that they have priority over the general ones.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question