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

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

enhancement

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

enhancement
Hacktoberfest-future

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

enhancement
Hacktoberfest

Currently, the functional tests for DNSSEC-Trigger disable DNSSEC. We should add tests that enable DNSSEC.

enhancement
Hacktoberfest

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

enhancement
Hacktoberfest-future

Once https://github.com/namecoin/ncdns/issues/180 is implemented, we should look into making this the default behavior.

enhancement
Hacktoberfest-future