ncdns icon indicating copy to clipboard operation
ncdns copied to clipboard

:globe_with_meridians: Namecoin to DNS bridge daemon

Results 58 ncdns issues
Sort by recently updated
recently updated
newest added

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

enhancement
Hacktoberfest

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...

enhancement
Hacktoberfest

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...

enhancement
Hacktoberfest

We need ncdns in Debian to get it shipped in a bunch of Debian-derived distros. It might be a very quick job with scripts such as `dh-golang`, but if we're...

I've tried to enable DNSSEC as described in the [README.md](https://github.com/namecoin/ncdns#using-dnssec) but the validation of .bit domains is failing. It looks like the DS record at the bit. zone is empty....

Also tweak README to match what Cirrus does.

fix typo in github link, and add gcc dependency

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...

I'm trying to build via "option A" (https://github.com/namecoin/ncdns) At the last step (go get -t github.com/namecoin/ncdns/...) i have this error: # github.com/namecoin/x509-signature-splice/x509 go/work/src/github.com/namecoin/x509-signature-splice/x509/x509_splice.go:142:36: not enough arguments in call to buildExtensions...

With these changes, an error is returned if neither of the `-certstore.nss` or `-certstore.cryptoapi` flags are used. Without using one of these flags, errors were silently ignored while nothing actually...