Answer the question
In order to leave comments, you need to log in
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
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
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question