]> git.p6c8.net - policy-templates.git/commitdiff
DNSOverHTTPS policy
authorMichael Kaply <consulting@kaply.com>
Thu, 11 Oct 2018 18:34:50 +0000 (13:34 -0500)
committerMichael Kaply <consulting@kaply.com>
Thu, 11 Oct 2018 18:34:50 +0000 (13:34 -0500)
README.md

index 875bda092c51e90a7f2915c53db0cb7076d3e46a..439b0c4e0b3c98fc8f0eae1bdb2531babf4e08b1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -115,6 +115,19 @@ This policy controls various settings related to cookies.
   }
 }
 ```
+### DNSOverHTTPS
+This policy configures DNS over HTTPS.
+```
+{
+  "policies": {
+    "DNSOverHTTPS": {
+      "Enabled": [true|false],
+      "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
+      "Locked": [true|false]
+    }
+  }
+}
+```
 ### DisableSetDesktopBackground
 This policy removes the "Set As Desktop Background..." menuitem when right clicking on an image.
 ```

patrick-canterino.de