From 41c65344f1e7c9ca34d766eb9173a62ddddc18fd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 Apr 2024 17:53:33 +0300 Subject: [PATCH] chromium: add dot-dns0-{kids,open,zero}.json --- etc/opt/chromium/policies/managed/doh-dns0-kids.json | 3 +++ etc/opt/chromium/policies/managed/doh-dns0-open.json | 3 +++ etc/opt/chromium/policies/managed/doh-dns0-zero.json | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 etc/opt/chromium/policies/managed/doh-dns0-kids.json create mode 100644 etc/opt/chromium/policies/managed/doh-dns0-open.json create mode 100644 etc/opt/chromium/policies/managed/doh-dns0-zero.json diff --git a/etc/opt/chromium/policies/managed/doh-dns0-kids.json b/etc/opt/chromium/policies/managed/doh-dns0-kids.json new file mode 100644 index 00000000..d47f6663 --- /dev/null +++ b/etc/opt/chromium/policies/managed/doh-dns0-kids.json @@ -0,0 +1,3 @@ +{ + "DnsOverHttpsTemplates": "https://kids.dns0.eu/" +} diff --git a/etc/opt/chromium/policies/managed/doh-dns0-open.json b/etc/opt/chromium/policies/managed/doh-dns0-open.json new file mode 100644 index 00000000..e149f127 --- /dev/null +++ b/etc/opt/chromium/policies/managed/doh-dns0-open.json @@ -0,0 +1,3 @@ +{ + "DnsOverHttpsTemplates": "https://open.dns0.eu/" +} diff --git a/etc/opt/chromium/policies/managed/doh-dns0-zero.json b/etc/opt/chromium/policies/managed/doh-dns0-zero.json new file mode 100644 index 00000000..9bf01de6 --- /dev/null +++ b/etc/opt/chromium/policies/managed/doh-dns0-zero.json @@ -0,0 +1,3 @@ +{ + "DnsOverHttpsTemplates": "https://zero.dns0.eu/" +}