projectdiscovery / fastdialer

Dialer with DNS Cache + Dial History
MIT License
53 stars 20 forks source link
lib

Fastdialer

License Go version Release Checks GoDoc

Fastdialer is implementation of net.Dialer with lot of features like DNS Cache , Dial History etc

Features

For more details and documentation refer GoDoc.

ZTLS Fallback

fastdialer by default fallbacks to using zcrypto when there is an error in TLS handshake (insufficient security level etc ). This is done to support older TLS versions and ciphers. This can be disabled in fastdialer options or by using DISABLE_ZTLS_FALLBACK=true environment variable. when falling back to ztls, ChromeCiphers are used

Example

An Example showing usage of fastdialer as a library is specified here

cd example/
go run main.go

License

fastdialer is distributed under MIT License