dnscrypt icon indicating copy to clipboard operation
dnscrypt copied to clipboard

dnscrypt - authenticated and encrypted dns client for nodejs

Results 7 dnscrypt issues
Sort by recently updated
recently updated
newest added

add ip+port parser for these cases: * `1.2.3.4:8443` - ipv4 + port * `1.2.3.4` - ipv4 w/ port * `[2001::1]` - ipv6 w/ port * `[2001::1]:8443` - ipv6 + port

enhancement

* tweetnacl exposes poly1305 (crypto_onetimeauth) and x25519 (crypto_scalarmult) * use [`@stablelib/xchacha20poly1305`](https://github.com/StableLib/stablelib/blob/master/packages/xchacha20poly1305/xchacha20poly1305.ts)?

enhancement
help wanted

Just wanted to say congrats for this module! This is really good work! Let me know if you need help with anything, regarding the protocol or something else (maybe a...

RFC: https://www.ietf.org/rfc/rfc2915.txt Example: `$ dig NAPTR digitoffice.ru`

help wanted

https://nodejs.org/dist/latest-v12.x/docs/api/dns.html#dns_dns_lookup_hostname_options_callback

https://nodejs.org/dist/latest-v12.x/docs/api/dns.html#dns_dns_resolveany_hostname_callback TCP fallback required.