package
0.0.0-20230203010516-6d4bf48beedd
Repository: https://github.com/onyx-protocol/onyx.git
Documentation: pkg.go.dev
# Functions
DefaultTLSConfig returns a tls.Config object with system default security restrictions This is from gtank's cryptopasta defaults https://github.com/gtank/cryptopasta.
LookupHost looks up the given host using etcd or the local resolver.
# Type aliases
Dialer satisfies the interface pq.Dialer, using chain/net/etcdname for hostname lookups in addition to the local resolver.