Add on-demand rules

This commit is contained in:
michaeldavie
2022-04-21 17:48:20 -04:00
parent 10d6ddef6e
commit febf5bcf80
35 changed files with 525 additions and 0 deletions

View File

@@ -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>