Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


3Proxy Help
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

3Proxy Help

forumsukforumsuk Member
edited November 2018 in Help

I have got a small vps and I'd like to run a proxy for browsing website etc. (To bypass office/school firewall). Is there any simple proxy which I can use for this purpose?

I have installed 3proxy (https://www.lowendtalk.com/discussion/17853/tutorial-script-3proxy-elite-anonymous-http-proxy-with-authentication-debian-ubuntu-install) and everything went fine but I don't know how to use it now.

Cannot use openvpn as it requires installation of a software which is not allowed on school's pc.

Would appreciate any guidance.
Thanks

Comments

  • just followed these basic steps here https://github.com/benjamin74/3proxy
    plus you have to open the previously designated port(s) (default 3128) in your firewall

    Thanked by 1forumsuk
  • 3proxy needs one command to compile make -f Makefile.Linux and another to run ./src/socks -p10000 for SOCKS5 or ./src/proxy -p10000 for HTTP Proxy on port 10000

    Thanked by 1forumsuk
  • What you need is extensions to the browsers:

    On Firefox: SwitchyOmega
    On Chrome: Proxy SwitchyOmega

    Thanked by 1forumsuk
  • Any other proxy which I could use?

    Something like https://hide.me/en/proxy?

  • 3proxy setup is easy as 3+3 If you cant get this done try tinyproxy, its easy as 1+1.

  • forumsuk said: Any other proxy which I could use?

    ssh -D 12345 [email protected]
    

    localhost:12345 now uses your remote host as a SOCKS proxy. You can change that in your browser settings or use that in curl/wget/whatever as your interface.

  • inklightinklight Member
    edited December 2018

    Here is mine proxy conf file
    nano /etc/3proxy/3proxy.cfg

    auth none
    nserver  1.1.1.1
    nserver  1.0.0.1
    nscache 65536
    timeouts 1 5 30 60 180 1800 15 6
    daemon
    deny * * 127.0.0.1,192.168.1.1
    allow * * * 80-88,8080-8088 HTTP
    allow * * * 443,8443 HTTPS
    
    proxy -4 -n  -p1901 -a  -i0.0.0.0      -e::
    
    Thanked by 2ehab eol
Sign In or Register to comment.