Adds filtered DoH details
This commit is contained in:
parent
e972bf0acf
commit
8e72c0de75
2 changed files with 63 additions and 2 deletions
16
RESOLVERS.md
16
RESOLVERS.md
|
|
@ -1,6 +1,6 @@
|
||||||
# 100% uncensored DoH
|
# 100% uncensored DoH
|
||||||
|
|
||||||
The service [https://doh.hosterra.tech](https://doh.hosterra.tech) uses only European, no-log, privacy aware resolvers:
|
The service [https://doh.hosterra.tech](https://doh.hosterra.tech) uses only European, no-log, privacy-aware resolvers:
|
||||||
|
|
||||||
🇩🇪 Artikel10 downstream resolvers https://dns.artikel10.org/
|
🇩🇪 Artikel10 downstream resolvers https://dns.artikel10.org/
|
||||||
|
|
||||||
|
|
@ -22,4 +22,16 @@ The service [https://doh.hosterra.tech](https://doh.hosterra.tech) uses only Eur
|
||||||
|
|
||||||
# Ads, trackers and malwares filtered DoH
|
# Ads, trackers and malwares filtered DoH
|
||||||
|
|
||||||
_service coming soon_
|
The service [https://doh-filtered.hosterra.tech](https://doh-filteres.hosterra.tech) uses only European, no-log, privacy-aware resolvers:
|
||||||
|
|
||||||
|
🇨🇾 AdGuard downstream resolvers https://adguard-dns.io/kb/general/dns-providers/
|
||||||
|
|
||||||
|
🇱🇺 HortuxDNS downstream resolvers https://dns.hostux.net/en/
|
||||||
|
|
||||||
|
🇬🇷 LibreDNS / LibreOPS downstream resolvers https://libredns.gr/
|
||||||
|
|
||||||
|
🇩🇪 🇪🇸 LoNET downstream resolvers https://lonet.org/service/dns
|
||||||
|
|
||||||
|
🇸🇪 Mullvad downstream resolvers https://mullvad.net/en/help/dns-over-https-and-dns-over-tls
|
||||||
|
|
||||||
|
🇪🇸 Paesa downstream resolvers https://milgradesec.github.io/paesadns/
|
||||||
49
device-config/doh/apple/hosterra-filtered.mobileconfig
Normal file
49
device-config/doh/apple/hosterra-filtered.mobileconfig
Normal file
|
|
@ -0,0 +1,49 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>PayloadDisplayName</key>
|
||||||
|
<string>Hosterra DoH - Filtered</string>
|
||||||
|
<key>PayloadIdentifier</key>
|
||||||
|
<string>com.hosterra.dns.filteredDoH</string>
|
||||||
|
<key>PayloadUUID</key>
|
||||||
|
<string>49928038-6da6-4760-9283-d13280e70cbb</string>
|
||||||
|
<key>PayloadDescription</key>
|
||||||
|
<string>Hosterra DNS over HTTPS service. Ads, trackers and malwares filtered.</string>
|
||||||
|
<key>PayloadRemovalDisallowed</key>
|
||||||
|
<false/>
|
||||||
|
<key>PayloadVersion</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>PayloadType</key>
|
||||||
|
<string>Configuration</string>
|
||||||
|
<key>PayloadContent</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>PayloadDisplayName</key>
|
||||||
|
<string>Hosterra DoH - Filtered</string>
|
||||||
|
<key>PayloadType</key>
|
||||||
|
<string>com.apple.dnsSettings.managed</string>
|
||||||
|
<key>PayloadIdentifier</key>
|
||||||
|
<string>com.apple.dnsSettings.managed.bee99e29-1e88-4788-b7b6-8d27207048e5</string>
|
||||||
|
<key>PayloadUUID</key>
|
||||||
|
<string>c882157d-285f-4e20-9b4c-de71b56b0d60</string>
|
||||||
|
<key>PayloadVersion</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>ProhibitDisablement</key>
|
||||||
|
<false/>
|
||||||
|
<key>DNSSettings</key>
|
||||||
|
<dict>
|
||||||
|
<key>DNSProtocol</key>
|
||||||
|
<string>HTTPS</string>
|
||||||
|
<key>ServerAddresses</key>
|
||||||
|
<array>
|
||||||
|
<string>51.159.179.94</string>
|
||||||
|
<string>2001:bc8:1210:6a1:dc00:ff:fe27:a06f</string>
|
||||||
|
</array>
|
||||||
|
<key>ServerURL</key>
|
||||||
|
<string>https://doh-filtered.hosterra.tech/dns-query</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue