ncdns
ncdns copied to clipboard
:globe_with_meridians: Namecoin to DNS bridge daemon
We understand that the ncdns repo contains just the necessary bundle to fetch the go package. However, if there are missing dependencies, then running `make` pollutes the directory in a...
Making ncdns with a missing pcap dependency produces peculiar errors that are difficult to debug. An error indicating that "pcap is required, please run apt-get such and such" would be...
There's a bunch of commented out code in https://github.com/namecoin/ncdns/blob/e34e684cb6ec93a697f46b2179382a218ab32915/ncdomain/convert_test.go#L80-L269 . It's not clear to me where this code came from, what it's for, or why it's commented out.
We should add Cirrus tests for making sure ncdns can resolve Namecoin domains via Namecoin Core and Electrum-NMC (both in Regtest mode). This should be done via direct DNS requests...
ncdns makes available some meta-domains such as `this.x--nmc.bit` and `aia.x--nmc.bit`, which do not require a Namecoin node to resolve. We should test on Cirrus that these domains resolve properly, both...
Currently, the functional tests for DNSSEC-Trigger disable DNSSEC. We should add tests that enable DNSSEC.
We should support connecting to Namecoin Core via a Unix socket. (This is mainly a btcd/rpcclient issue, but tracking it here since it's Namecoin-relevant.)
Once https://github.com/namecoin/ncdns/issues/180 is implemented, we should look into making this the default behavior.