package
0.0.0-20240904170749-9cca7b200aed
Repository: https://github.com/celzero/firestack.git
Documentation: pkg.go.dev
# Functions
AddRelayTransport creates and adds a relay server to p.
AddTransport creates and adds a dnscrypt transport to p.
NewDcMult creates a dnscrypt proxy.
# Constants
Continue with the request.
Drop the request.
No action has been taken.
Use synthesized response.
HalfNonceSize is half of NonceSize.
NonceSize is what the name suggests.
PublicKeySize is the size of a public key.
QueryOverhead is the amount of request overhead due to client-magic, public key, nonce, and tag.
ResponseOverhead is the amount of answer overhead due to server-magic, nonce, and tag.
No description provided by the author
No description provided by the author
TagSize is what the name suggests.
# Structs
DcMulti is a dnsx.TransportMult supporting dnscrypt servers and relays.
No description provided by the author