glider
glider copied to clipboard
glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
Hi , Would you have plan to add pingtunnel or icmptunnel? Things like ss over pingtunnel or ss over icmptunnel. Thank you.
Reference [gost](https://github.com/ginuerzh/gost) [https://v2.gost.run/en/getting-started/](https://v2.gost.run/en/getting-started/) If this feature is added, glider will work even better. { "Debug": true, "Retries": 0, "ServeNodes": [ ":8080", "ss://chacha20:12345678@:8338" ], "ChainNodes": [ "http://192.168.1.1:8080", "https://10.0.2.1:443" ], "Routes": [...
I want to use a list of public Shadowsocks servers that I don't control and have a chain of few socks proxies and 3 separate Shadowsocks servers to surf the...
Greetings from peers If I had seen this repo 3 years ago, maybe I wouldn't have rebuilt the wheel myself. I really like your proxy protocol support section, there are...
This is a very good idea. It's already implemented in HAProxy: https://fossies.org/linux/haproxy/doc/network-namespaces.txt - https://www.haproxy.org/download/1.5/src/ This feature is going to be implemented in another project: https://github.com/3proxy/3proxy/issues/486 Also, a small tool that...
It was migrated from https://github.com/mzz2017/softwind/tree/main/transport/grpc
My configuration is as follows: `forward=tls://1.1.1.1:8080?host=www.google.com` But it doesn't work In addition, I would also like to ask how to specify the host in vless,such as: `vless://[email protected]?serverName=SERVERNAME`
I use glider as a http proxy forwarder to forward http to another http proxy. The configuration is: ``` listen=http://127.0.0.1:1 forward=:@zproxy.lum-superproxy.io:22225 ``` the error message is: ``` client.go:68: [http] 'CONNECT'...
Glider releases: [glider_0.16.2_linux_armv7.deb] and [glider_0.16.2_windows_amd64v3.zip] Sstap: beta 1.0.9.3 on windows10 Chinese language Glider as both server and client on machine A(10.92.104.31): ``` verbose=True listen=0.0.0.0:7608 listen=ss://aes-256-gcm:[email protected]:7609 forward=ssh://mysshserver ``` Sstap set glider...