T
T
Troodi Larson2018-02-28 16:22:25
linux
Troodi Larson, 2018-02-28 16:22:25

Console proxy?

There is a good option 3proxy, but it can only be launched when configured through a file, but is there an option to run it using console arguments? + the presence of cascade proxies is important.
PS Some smart person, when creating a forum, made it mandatory to have a question mark at the end of the topic. What for? Why? So many questions and so few answers...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Dubrovin, 2018-02-28
@troodi

If we are talking about * nix, then the presence of a configuration file in 3proxy is not necessary, by default the configuration is expected on standard input and can be run, for example, through

echo "log
proxy -p3130
end
" | ./3proxy

P
pfg21, 2018-02-28
@pfg21

3proxy has a set of minimalistic proxers that are configured only through launch options.
this is how my proxy launches and has been working fine for many years.

[Unit]
Description=Simple http 3proxy service
After=network.target

[Service]
User=nobody
Group=nogroup
ExecStart=/usr/local/bin/proxy -l/var/log/zzz/3proxy.log -4 -p10321

[Install]
WantedBy=multi-user.target

you need to take the soscks binary from the distribution and set the correct launch parameters.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question