Giter Club home page Giter Club logo

Comments (11)

beyondkmp avatar beyondkmp commented on July 19, 2024 3

you want this?

client -> socks -> shadowsocks -> http proxy 

from clash.

Dreamacro avatar Dreamacro commented on July 19, 2024 1

I'd consider HTTPS inbound proxy after the implement of DNS server and client.

from clash.

beyondkmp avatar beyondkmp commented on July 19, 2024

you can use clash and proxifier .

clash -> proxifier -> http proxy

from clash.

bemike avatar bemike commented on July 19, 2024

My company urge us connect to outside network behind a http proxy.
Could clash support proxy chain which would let shadowsocks send its TCP connect through a http proxy.

You might want to try proxychains to work around.

from clash.

syhily avatar syhily commented on July 19, 2024

My company urge us connect to outside network behind a http proxy.
Could clash support proxy chain which would let shadowsocks send its TCP connect through a http proxy.

You might want to try proxychains to work around.

Tks, proxychains could be way to work through, but this would make the connection setting more complex.

from clash.

Dreamacro avatar Dreamacro commented on July 19, 2024

closed #52

from clash.

syhily avatar syhily commented on July 19, 2024

I mean, clash has a built-in shadowsocks support. What I need is that the clash's built-in shadowsocks could send its TCP package through a HTTP proxy. This would just like what
a proxychains has already do.

@Dreamacro

from clash.

Dreamacro avatar Dreamacro commented on July 19, 2024

@syhily
In 0.10.x, clash is already supported HTTP CONNECT proxy, which could send TCP package through the HTTP proxy.

from clash.

syhily avatar syhily commented on July 19, 2024

you want this?

client -> socks -> shadowsocks -> http proxy 

Yeah.

from clash.

NightMachinery avatar NightMachinery commented on July 19, 2024

Can someone help me with client -> socks -> shadowsocks -> http proxy ? I live in Iran, and the gov has enacted a super Draconian firewall recently which blocks almost all connections. I have access to a http proxy (not my server) that enables me to escape the new firewall, but the old firewall (which is still quite aggressive) is still there. I want to be able to connect to my shadowsocks server (which is located in UK and is accessible from the said http proxy.).

If someone has any ideas on how I can ssh via this http proxy, that works, too. I tried ssh ... -o 'ProxyCommand /usr/local/bin/corkscrew proxy_ip 80 %h %p ~/.auth' but it failed with Proxy could not open connnection to %h: Proxy Authentication Required.

from clash.

Dreamacro avatar Dreamacro commented on July 19, 2024

@NightMachinary if your http proxy is CONNECT method, you can use http proxy client in clash. And set ProxyCommand nc -X 5 -x 127.0.0.1:clashSocksPort %h %p to your ssh config.

from clash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.