A
A
awe2018-12-27 12:57:33
proxy
awe, 2018-12-27 12:57:33

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

I hope you understand what I was trying to explain.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2018-12-27
@z3apa3a

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 question

Ask a Question

731 491 924 answers to any question