Advanced Subscription Manager for QX, Loon, Surge, Stash, Egern and Shadowrocket! - feat: sing-box 支持 detour 参数(之前只能用 underlying-proxy 或 dialer-proxy 来设置) · sub-store-org/Sub-Store@0069b0c
Free download proxy adress for dialer Files at Software Informer. Proxy Dial is a tool that was designed to give you up to date information on...
proxy.go Fix compatibility Feb 1, 2023 simple_server.go Cleanup Nov 19, 2022 tunnel.go Fix data race Mar 5, 2025 README MIT license http proxy HTTP proxy handler and dialer This project is to add protocol support for theBridge, or it can be used alone ...
fasthttpproxy/example_test.go Outdated DialDualStack: true, } // proxy information comes from environment dialer, err := p.GetDialFunc(false) Collaborator erikdubbelboer Aug 23, 2024 Shouldn't this be true if you want the config to come from the env? 🎉 1 Contributor Author ...
d := websocket.Dialer{ NetDial: func(network, addr string) (net.Conn, error) { return new.Dial(network, proxyHostPort) } } but I get the following error: missing ',' before newline in composite literal whatisgravityclosed this ascompletedFeb 7, 2016 ...
// Dial: fasthttpproxy.FasthttpHTTPDialer("username:password@localhost:9050"), // } func FasthttpHTTPDialer(proxy string) fasthttp.DialFunc { return func(addr string) (net.Conn, error) { var auth string if strings.Contains(proxy, "@") { split := strings.Split(proxy, "@") auth = base...