nmcontrol icon indicating copy to clipboard operation
nmcontrol copied to clipboard

Namecoin Control. This repo is deprecated in favor of https://github.com/namecoin/ncdns

Results 49 nmcontrol issues
Sort by recently updated
recently updated
newest added

continued from: https://github.com/namecoin/nmcontrol/pull/58#issuecomment-122465893 @JeremyRand There is a current version of Socksipy/Pysocks that looks more stable and maintained: https://github.com/Anorov/PySocks Also it can be used without monkey patching. What do you think?...

also remove todo / port to issues ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26840002-update-docs-install?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github).

Python 3 is becoming the default on many Linux distros, and Python 2 is not receiving feature updates anymore. We should port to Python 3. ## --- Want to back...

We should look at what would be involved in supporting DNSCrypt. This might be as simple as shoving a proxy in the middle of the connection. ## --- Want to...

If we return multiple records, that is an array, instead of a single record, we can make DNS Round Robin, and so, we can have "Decentralized High Availability". Signed-off-by: Jordi...

## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2996359-binaries-installer?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github).

enhancement

Expected behavior: running multiple instances of nmcontrol with the same data directory should result in an error. Observed behavior: Starting multiple instances of nmcontrol doesn't produce an error. Instead, multiple...

The .bit spec says about "ns": "Note that this delegates all IP related responsibility of this domain and its sub-domains to the master server, effectively bypassing other settings (e.g. ip)."...

PyDNS and PyMDS don't seem to have undergone much review. Unbound appears to be much more actively maintained, and appears to have received much more review. Unbound also supports DNSSEC,...

cx_Freeze appears to have a much better feature set than PyInstaller, including support for generating Windows MSI installers, Linux RPM packages, and support for Python 3. We should investigate whether...