Skip to content

Commit

Permalink
Deploying to gh-pages from @ 19c6f47 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Dec 31, 2024
1 parent 1f51bcc commit 62bff9a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion resolvers.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
"endpoint": {
"protocol": "https:",
"host": "dns.bebasid.com",
"path": "/unfiltered"
"path": "/unfiltered",
"method": "POST"
},
"description": "BebasDNS by BebasID. DNSSEC and OpenNIC supported. This variant doesn't block anything",
"country": "Australia",
Expand Down Expand Up @@ -511,6 +512,22 @@
"log": true,
"cors": true
},
{
"name": "dnsforge.de",
"endpoint": {
"protocol": "https:",
"host": "dnsforge.de",
"cors": true
},
"description": "Public DoH resolver running with Pihole for Adblocking (https://dnsforge.de).\nNon-logging, AD-filtering, supports DNSSEC. Hosted in Germany.",
"country": "Germany",
"location": {
"lat": 52.2998,
"long": 9.447
},
"filter": true,
"cors": true
},
{
"name": "dnslow.me",
"endpoint": {
Expand Down

0 comments on commit 62bff9a

Please sign in to comment.