Hi,
When I try to run the DNS over HTTPS (DoH) system extension in parallel with any content filter extensions, system allows either to run DoH extension or any number of content filter extensions.
some examples of content filter extensions would be:
Cisco VPN, EDR network extensions like Carbon Black, MDATP.
Is there a way to make DoH and content filter extensions run in parallel or it is current limitation ?
My DoH extension looks like below:
When I try to run the DNS over HTTPS (DoH) system extension in parallel with any content filter extensions, system allows either to run DoH extension or any number of content filter extensions.
some examples of content filter extensions would be:
Cisco VPN, EDR network extensions like Carbon Black, MDATP.
Is there a way to make DoH and content filter extensions run in parallel or it is current limitation ?
My DoH extension looks like below:
Code Block language <dict> <key>PayloadContent</key> <array> <dict> <key>DNSSettings</key> <dict> <key>DNSProtocol</key> <string>HTTPS</string> <key>ServerAddresses</key> <array> <string>2606:4700:4700::1111</string> <string>2606:4700:4700::1001</string> <string>1.1.1.1</string> <string>1.0.0.1</string> </array> <key>ServerURL</key> <string>https://cloudflare-dns.com/dns-query</string> </dict> <key>Name</key> <string>Cloudflare DNS over HTTPS</string> <key>PayloadDescription</key> <string>Configures device to use Cloudflare Encrypted DNS over HTTPS</string> <key>PayloadDisplayName</key> <string>Cloudflare DNS over HTTPS</string> <key>PayloadIdentifier</key> <string>com.apple.dnsSettings.managed.XXXXX</string> <key>PayloadType</key> <string>com.apple.dnsSettings.managed</string> <key>PayloadUUID</key> <string> XXXXXX </string> <key>PayloadVersion</key> <integer>1</integer> </dict> </array> </dict>