desec-stack
desec-stack copied to clipboard
Backbone of the deSEC.io Free Secure DNS Hosting Service
Preparation for Python 3.11 release (due ~today).
This removes Nils' implementation of gitzones-based replication. It had been a lot of work and almost a 1000 lines, but we found that git repo maintenance is not reliable enough...
This lets `nslord` and `api` run off the same database to avoid duplication in data storage and to reduce pain from concurrent API requests. `nslord` accesses data stored in the...
Those are leftover from #420 - [x] pagination is broken for 500+ rows (#584) - [x] add units to TTL field - [x] make TTL an integer field (currently it's...
Early preview on a concept that enables users to publish the identities (or hashes, fingerprints, ... thereof) of their web/email/SSH servers, email encryption keys, etc in the DNS.
The rate limit kicks in by just loading the home page at desec.io ...
When trying to create an `MX` record with record content `10 $url.`, which deSEC consideres invalid, the error message is less specific than it should be: ``` http POST https://desec.io/api/v1/domains/parse-test.dedyn.io/rrsets/...
DNS delegations are something that users do typically not care about. Broken delegations, e.g. by missing DS records, can go unnoticed if non-verifying resolvers are used. As a convenience feature,...