T
T
Traney2017-07-14 18:36:02
linux
Traney, 2017-07-14 18:36:02

How to use the server as a proxy?

Hello!
I have an offline server.
How can I set it up so that I can use it as a proxy?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
rPman, 2017-07-14
@rPman

On the client - ssh [email protected] -n -D local_address:local_port
this raises a local socks 5 proxy without authorization, almost all browsers work with it.
On the server - in the /etc/ssh/sshd_config file must be AllowTcpForwarding yes The
-n switch causes the connection to be opened without running the command

I
Igor, 2017-07-14
@DMGarikk

www.squid-cache.org

D
Dimonchik, 2017-07-15
@dimonchik2013

https://github.com/benjamin74/3proxy

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question