Initial commit.

This commit is contained in:
Pierre Lannoy 2023-12-16 19:21:56 +01:00
commit 553904a218
2 changed files with 51 additions and 1 deletions

View file

@ -1,2 +1,3 @@
# secured-dns # Hosterra Secured DNS
See [service description](https://hosterra.eu/projects/public/doh.php).

View 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 - Unfiltered</string>
<key>PayloadIdentifier</key>
<string>com.hosterra.dns.unfilteredDoH</string>
<key>PayloadUUID</key>
<string>fc8bad5e-efa4-4ec5-b218-fe0053902d14</string>
<key>PayloadDescription</key>
<string>Hosterra DNS over HTTPS service. 100% uncensored/unfiltered. </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 - Unfiltered</string>
<key>PayloadType</key>
<string>com.apple.dnsSettings.managed</string>
<key>PayloadIdentifier</key>
<string>com.apple.dnsSettings.managed.732ab16c-75d6-4812-9284-93ebe2ad459c</string>
<key>PayloadUUID</key>
<string>9c906fa7-41cb-4bf9-9517-81c8c3931764</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.167.154</string>
<string>2001:bc8:1210:645:dc00:ff:fe26:b1d3</string>
</array>
<key>ServerURL</key>
<string>https://doh.hosterra.tech/dns-query</string>
</dict>
</dict>
</array>
</dict>
</plist>