Home
last modified time | relevance | path

Searched refs:OnionProxy (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/
H A Dconfig.go137OnionProxy string `long:"onion" description:"Connect to tor hidden services via S… member
950 if cfg.NoOnion && cfg.OnionProxy != "" {
969 if cfg.TorIsolation && cfg.Proxy == "" && cfg.OnionProxy == "" {
1000 if cfg.TorIsolation && cfg.OnionProxy == "" &&
1019 if !cfg.NoOnion && cfg.OnionProxy == "" {
1032 if cfg.OnionProxy != "" {
1033 _, _, err := net.SplitHostPort(cfg.OnionProxy)
1036 err := fmt.Errorf(str, funcName, cfg.OnionProxy, err)
1053 Addr: cfg.OnionProxy,
1067 return connmgr.TorLookupIP(host, cfg.OnionProxy)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/
H A Dconfig.go137OnionProxy string `long:"onion" description:"Connect to tor hidden services via S… member
950 if cfg.NoOnion && cfg.OnionProxy != "" {
969 if cfg.TorIsolation && cfg.Proxy == "" && cfg.OnionProxy == "" {
1000 if cfg.TorIsolation && cfg.OnionProxy == "" &&
1019 if !cfg.NoOnion && cfg.OnionProxy == "" {
1032 if cfg.OnionProxy != "" {
1033 _, _, err := net.SplitHostPort(cfg.OnionProxy)
1036 err := fmt.Errorf(str, funcName, cfg.OnionProxy, err)
1053 Addr: cfg.OnionProxy,
1067 return connmgr.TorLookupIP(host, cfg.OnionProxy)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/
H A Dconfig.go137OnionProxy string `long:"onion" description:"Connect to tor hidden services via S… member
950 if cfg.NoOnion && cfg.OnionProxy != "" {
969 if cfg.TorIsolation && cfg.Proxy == "" && cfg.OnionProxy == "" {
1000 if cfg.TorIsolation && cfg.OnionProxy == "" &&
1019 if !cfg.NoOnion && cfg.OnionProxy == "" {
1032 if cfg.OnionProxy != "" {
1033 _, _, err := net.SplitHostPort(cfg.OnionProxy)
1036 err := fmt.Errorf(str, funcName, cfg.OnionProxy, err)
1053 Addr: cfg.OnionProxy,
1067 return connmgr.TorLookupIP(host, cfg.OnionProxy)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/
H A Dconfig.go137OnionProxy string `long:"onion" description:"Connect to tor hidden services via S… member
950 if cfg.NoOnion && cfg.OnionProxy != "" {
969 if cfg.TorIsolation && cfg.Proxy == "" && cfg.OnionProxy == "" {
1000 if cfg.TorIsolation && cfg.OnionProxy == "" &&
1019 if !cfg.NoOnion && cfg.OnionProxy == "" {
1032 if cfg.OnionProxy != "" {
1033 _, _, err := net.SplitHostPort(cfg.OnionProxy)
1036 err := fmt.Errorf(str, funcName, cfg.OnionProxy, err)
1053 Addr: cfg.OnionProxy,
1067 return connmgr.TorLookupIP(host, cfg.OnionProxy)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/
H A Dconfig.go129OnionProxy string `long:"onion" description:"Connect to tor hidden services via S… member
950 if cfg.NoOnion && cfg.OnionProxy != "" {
969 if cfg.TorIsolation && cfg.Proxy == "" && cfg.OnionProxy == "" {
1000 if cfg.TorIsolation && cfg.OnionProxy == "" &&
1019 if !cfg.NoOnion && cfg.OnionProxy == "" {
1032 if cfg.OnionProxy != "" {
1033 _, _, err := net.SplitHostPort(cfg.OnionProxy)
1036 err := fmt.Errorf(str, funcName, cfg.OnionProxy, err)
1053 Addr: cfg.OnionProxy,
1067 return connmgr.TorLookupIP(host, cfg.OnionProxy)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/
H A Dconfig.go129OnionProxy string `long:"onion" description:"Connect to tor hidden services via S… member
950 if cfg.NoOnion && cfg.OnionProxy != "" {
969 if cfg.TorIsolation && cfg.Proxy == "" && cfg.OnionProxy == "" {
1000 if cfg.TorIsolation && cfg.OnionProxy == "" &&
1019 if !cfg.NoOnion && cfg.OnionProxy == "" {
1032 if cfg.OnionProxy != "" {
1033 _, _, err := net.SplitHostPort(cfg.OnionProxy)
1036 err := fmt.Errorf(str, funcName, cfg.OnionProxy, err)
1053 Addr: cfg.OnionProxy,
1067 return connmgr.TorLookupIP(host, cfg.OnionProxy)