Jeremy Rand
Jeremy Rand
It would be useful to package ncdns in various distros' package repos. * [ncdns status on Repology.](https://repology.org/project/ncdns/versions) * [Unbound status on Repology.](https://repology.org/project/unbound/versions) Sub-tickets: * https://github.com/namecoin/ncdns/issues/154 Hacktoberfest participants: * https://github.com/namecoin/meta/issues/77
Currently, ncdns [listens](https://github.com/namecoin/ncdns/blob/b60af12ffc0d1d164535ddb338e5a565552d585e/server/server.go) on a DNS over UDP socket and a DNS over TCP socket (grep that file for "tcp" and "udp"). It would be helpful to support more socket...
Non-ASCII domain names are, on a technical level, vulnerable to homograph attacks that enable impersonation. In the DNS world, this risk is mitigated by DNS registry policies that disallow registering...
Also tweak README to match what Cirrus does.
Windows stores its certificate trust policy in the Registry. The format is not fully documented, but I've [reverse-engineered](https://www.namecoin.org/2017/05/27/reverse-engineering-cryptoapi-cert-blobs.html) a decent amount of it. ncdns has a partial serializer implementation as...
After https://github.com/namecoin/ncrpcclient/issues/2 is implemented, we can revert https://github.com/namecoin/ncdns/pull/106 .
The DNS by design assumes that the ICANN root, registries, and registrars are generally trustworthy. As such, CNAME records in the DNS can delegate trust to a name, but not...
All instances of `Query()` in `server/web.go` should allow the user to supply a stream isolation ID.
ncdumpzone (both the library and executable) should allow the user to supply a stream isolation ID.
ncdt should allow the user to supply a stream isolation ID via command-line flag.