mirror of
https://github.com/paulmillr/encrypted-dns.git
synced 2026-02-12 17:22:53 +00:00
Add on-demand rules
This commit is contained in:
@@ -19,6 +19,21 @@
|
||||
<key>ServerURL</key>
|
||||
<string>https://dns.quad9.net/dns-query</string>
|
||||
</dict>
|
||||
<key>OnDemandRules</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Action</key>
|
||||
<string>Connect</string>
|
||||
<key>InterfaceTypeMatch</key>
|
||||
<string>Cellular</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Action</key>
|
||||
<string>Connect</string>
|
||||
<key>URLStringProbe</key>
|
||||
<string>http://captive.apple.com/hotspot-detect.html</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Configures device to use Quad9 Encrypted DNS over HTTPS</string>
|
||||
<key>PayloadDisplayName</key>
|
||||
|
||||
Reference in New Issue
Block a user