Add keweonDNS as a public DoH/DoT resolver (#134)

* Update README.md

Add keweonDNS

* Add profiles via upload

Add keweonDNS DoH/DoT profiles

* Update README.md

* Update README.cmn-TW.md

Add keweonDNS DoH/DoT profiles

* Update README.cmn-TW.md

* Update README.cmn-CN.md

Add keweonDNS DoH/DoT profiles

* Delete README.cmn-TW.md

* Restoring README.cmn-TW.md
This commit is contained in:
mucke5
2023-05-05 17:49:59 +02:00
committed by GitHub
parent 2b0898c643
commit 829a998726
5 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
<?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>PayloadContent</key>
<array>
<dict>
<key>DNSSettings</key>
<dict>
<key>DNSProtocol</key>
<string>HTTPS</string>
<key>ServerURL</key>
<string>https://dns.keweon.center/dns-query</string>
</dict>
<key>OnDemandRules</key>
<array>
<dict>
<key>Action</key>
<string>Connect</string>
<key>InterfaceTypeMatch</key>
<string>WiFi</string>
</dict>
<dict>
<key>Action</key>
<string>Connect</string>
<key>InterfaceTypeMatch</key>
<string>Cellular</string>
</dict>
<dict>
<key>Action</key>
<string>Disconnect</string>
</dict>
</array>
<key>PayloadDescription</key>
<string>Configures device to use keweonDNS physical DNS Server to encrypt DNS over HTTPS</string>
<key>PayloadDisplayName</key>
<string>keweonDNS (DoH)</string>
<key>PayloadIdentifier</key>
<string>com.apple.dnsSettings.managed.c6f63b17-0703-40dc-b075-e4061b234b24</string>
<key>PayloadType</key>
<string>com.apple.dnsSettings.managed</string>
<key>PayloadUUID</key>
<string>c6f63b17-0703-40dc-b075-e4061b234b24</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>ProhibitDisablement</key>
<false/>
</dict>
</array>
<key>PayloadDescription</key>
<string>Adds keweonDNS encrypted DNS configurations to Apple based systems</string>
<key>PayloadDisplayName</key>
<string>keweonDNS (DoH)</string>
<key>PayloadIdentifier</key>
<string>center.keweon.apple-dns.71955c20-57f7-4c81-8afa-711f83f92822</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>65935AE4-E397-4789-BACE-6D73F7000CE0</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>

View File

@@ -0,0 +1,65 @@
<?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>PayloadContent</key>
<array>
<dict>
<key>DNSSettings</key>
<dict>
<key>DNSProtocol</key>
<string>TLS</string>
<key>ServerName</key>
<string>dns.keweon.center</string>
</dict>
<key>OnDemandRules</key>
<array>
<dict>
<key>Action</key>
<string>Connect</string>
<key>InterfaceTypeMatch</key>
<string>WiFi</string>
</dict>
<dict>
<key>Action</key>
<string>Connect</string>
<key>InterfaceTypeMatch</key>
<string>Cellular</string>
</dict>
<dict>
<key>Action</key>
<string>Disconnect</string>
</dict>
</array>
<key>PayloadDescription</key>
<string>Configures device to use keweonDNS physical DNS Server to encrypt DNS over TLS</string>
<key>PayloadDisplayName</key>
<string>keweonDNS (DoT)</string>
<key>PayloadIdentifier</key>
<string>com.apple.dnsSettings.managed.50cac8a0-da47-4e0c-bb45-a0250a799dd1</string>
<key>PayloadType</key>
<string>com.apple.dnsSettings.managed</string>
<key>PayloadUUID</key>
<string>50cac8a0-da47-4e0c-bb45-a0250a799dd1</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>ProhibitDisablement</key>
<false/>
</dict>
</array>
<key>PayloadDescription</key>
<string>Adds keweonDNS encrypted DNS configurations to Apple based systems</string>
<key>PayloadDisplayName</key>
<string>keweonDNS (DoT)</string>
<key>PayloadIdentifier</key>
<string>center.keweo.apple-dns.616cf439-7a72-4e15-883c-c08569a96560</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>B0E8A932-459A-4C05-B433-B45CE0195E5A</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>