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

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.

In my current stream isolation PR, stream ID's and their associated LRU caches accumulate forever. The Tor stream isolation codebase will tell us when a new `NYM_EPOCH` has been reached;...

The text that appears via `ncdns --help` includes the following text for the `cachemaxentries` flag: `Maximum name cache entries (default 100)`. This would lead the user to believe that setting...

fork=true, bind to :53 or [ipv6]:53, use cookie

* Fixes build on FreeBSD * simplifies install.sh * removes bash dependency (from this package at least)