deSEC
desec.io WebFree DNS hosting provider designed with security in mind, and running on purely open source software. deSEC is backed and funded by SSE.
- Homepage: desec.io
- GitHub: github.com/desec-io/desec-stack
- Web info: web-check.xyz/results/desec.io
deSEC Source Code
Author
Description
Backbone of the deSEC Free Secure DNS Hosting Service
Homepage
https://desec.io/License
MIT
Created
27 Sept 16
Last Updated
13 Sept 24
Primary Language
Python
Size
3,891 KB
Stars
380
Forks
48
Watchers
380
Language Usage
Star History
Top Contributors
- @peterthomassen (1035)
- @nils-wisiol (415)
- @Rotzbua (96)
- @dependabot[bot] (82)
- @jameskimmel (3)
- @Knight1 (3)
- @lukaslihotzki (2)
- @Eisfunke (2)
- @vestingz (1)
- @unuseless (1)
- @mainboarder (1)
- @jahway603 (1)
- @lulis (1)
- @jsoref (1)
- @i0nas (1)
- @Gustl22 (1)
- @fabricionaweb (1)
- @danielquinn (1)
- @hcc23 (1)
- @akararsse (1)
Recent Commits
- dependabot[bot] (13 Sept 24)
chore(deps): update django requirement from ~=5.1.0 to ~=5.1.1 in /api Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.1...5.1.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- dependabot[bot] (13 Sept 24)
chore(deps): update cryptography requirement in /api Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- dependabot[bot] (13 Sept 24)
chore(deps): update coverage requirement from ~=7.6.0 to ~=7.6.1 in /api Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.0...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- jameskimmel (23 Jul 24)
fix(docs): ddclient description
- Rotzbua (22 Jul 24)
feat(tests): use built-in typing New since python 3.9: https://docs.python.org/3/whatsnew/3.9.html#type-hinting-generics-in-standard-collections
- Rotzbua (22 Jul 24)
fix(api): typo
- Peter Thomassen (13 Sept 24)
fix(webapp): type on donation page
- Peter Thomassen (13 Sept 24)
feat(api,webapp): add option for annual direct debit donation
- Peter Thomassen (09 Sept 24)
feat(api): use persistent database connection
- Peter Thomassen (09 Sept 24)
chore(api): complete migration squashing Ref: 0d1bd55808ffb58af644fa897f8c92ce356b896e
- Nils Wisiol (30 Aug 24)
fix(test): squash migrations 1 through 31 This commit /manually/ squashes migrations pertaining the user.email field. This was necessary due to upstream removal of CIEmailField, resulting in an extra index in the api database that made migration 0031 fail. The manual fix was to move all changes pertaining user.email to migration 0001. Among all affected migrations, the one with the highest number is 0031. This commit also Django-squashes migrations 1 through 31 (including) to make clear that database versions in this range aren't supported anymore. If you maintain a desec-stack deployment and this breaking change is a problem, please contact [email protected]. Thanks!
- Peter Thomassen (16 Aug 24)
chore(api): bump Django
- dependabot[bot] (01 Jul 24)
chore(deps): update psycopg requirement from ~=3.1.19 to ~=3.2.1 in /api Updates the requirements on [psycopg](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.19...3.2.1) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- dependabot[bot] (22 Jul 24)
chore(deps): update cryptography requirement in /api Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- dependabot[bot] (15 Jul 24)
chore(deps): update coverage requirement from ~=7.5.4 to ~=7.6.0 in /api Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- dependabot[bot] (22 Jul 24)
chore(deps): update captcha requirement in /api in the pip-api group Updates the requirements on [captcha](https://github.com/lepture/captcha) to permit the latest version. Updates `captcha` to 0.6.0 - [Release notes](https://github.com/lepture/captcha/releases) - [Changelog](https://github.com/lepture/captcha/blob/master/docs/changelog.rst) - [Commits](https://github.com/lepture/captcha/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: captcha dependency-type: direct:production dependency-group: pip-api ... Signed-off-by: dependabot[bot] <[email protected]>
- Peter Thomassen (16 Aug 24)
fix(api): correctly name policies/rrsets/ endpoint in view root
- Nils Wisiol (30 Aug 24)
chore(GH actions): use docker compose instead of docker-compose This change is necessary as docker-compose is depricated since July 2023 and GitHub removed docker-compose from their action runner images on 1 Apr 2024. More info: https://github.com/actions/runner-images/issues/9557
- Nils Wisiol (30 Aug 24)
fix(test): build libfaketime instead of copy bin The binary hosted in the Docker registry can go away if tests aren't run for a longer period of time. This way we do not depend on the registry.
- jameskimmel (11 Jul 24)
fix(docs): small in update URL correction
- jameskimmel (09 Jul 24)
feat(docs): improve examples
- Rotzbua (22 May 24)
fix(webapp): dependabot ignore `eslint` eslint v9 has breaking changes and plugins are not yet fully compatible.
- Peter Thomassen (18 Jun 24)
feat(api): reset rate limits to previous value Related: 5bcda060fb0280c41dc7dfad1779fab66c5611ea
- Peter Thomassen (18 Jun 24)
feat(api): user-specific daily rate limit
- dependabot[bot] (24 Jun 24)
chore(deps): update django-cors-headers requirement in /api Updates the requirements on [django-cors-headers](https://github.com/adamchainz/django-cors-headers) to permit the latest version. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- dependabot[bot] (24 Jun 24)
chore(deps): update coverage requirement from ~=7.5.1 to ~=7.5.4 in /api Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.1...7.5.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Peter Thomassen (18 Jun 24)
refactor(tests): code style
- Peter Thomassen (27 May 24)
fix(api): make conservative guess on failed subnet lookup for stop-abuse
- dependabot[bot] (03 Jun 24)
chore(deps): update requests requirement in /api Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- dependabot[bot] (10 Jun 24)
chore(deps): update cryptography requirement in /api Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.6...42.0.8) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
deSEC Website
Website
deSEC – Free Secure DNS
Redirects
Does not redirect
Security Checks
All 66 security checks passed
Server Details
- IP Address 88.99.64.5
- Hostname digga.desec.io
- Location Falkenstein, Sachsen, Germany, EU
- ISP Hetzner Online GmbH
- ASN AS24940
Associated Countries
- US
- DE
Saftey Score
Website marked as safe
100%
Blacklist Check
desec.io was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
deSEC Reviews
More DNS Hosting
⚠️ This section is still a work in progress ⚠️
Check back soon, or help us complete it by submiting a pull request on GitHub.
Or submit an entry here
About the Data: deSEC
API
You can access deSEC's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/networking/dns-hosting/desec
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share deSEC
Help your friends compare DNS Hosting, and pick privacy-respecting software and services.
Share deSEC and Awesome Privacy with your network!