mirror of
https://github.com/paulmillr/encrypted-dns.git
synced 2026-02-12 09:12:52 +00:00
add missing https:// for dns over https
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
<string>86.54.11.100</string>
|
||||
<string>86.54.11.200</string>
|
||||
</array>
|
||||
<key>ServerName</key>
|
||||
<string>unfiltered.joindns4.eu/dns-query</string>
|
||||
<key>ServerURL</key>
|
||||
<string>https://unfiltered.joindns4.eu/dns-query</string>
|
||||
</dict>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Configures device to use DNS4EU Encrypted DNS over HTTPS</string>
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
<string>86.54.11.1</string>
|
||||
<string>86.54.11.201</string>
|
||||
</array>
|
||||
<key>ServerName</key>
|
||||
<string>protective.joindns4.eu/dns-query</string>
|
||||
<key>ServerURL</key>
|
||||
<string>https://protective.joindns4.eu/dns-query</string>
|
||||
</dict>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Configures device to use DNS4EU Protective Encrypted DNS over HTTPS</string>
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
<string>86.54.11.13</string>
|
||||
<string>86.54.11.213</string>
|
||||
</array>
|
||||
<key>ServerName</key>
|
||||
<string>noads.joindns4.eu/dns-query</string>
|
||||
<key>ServerURL</key>
|
||||
<string>https://noads.joindns4.eu/dns-query</string>
|
||||
</dict>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Configures device to use DNS4EU Protective ad-blocking Encrypted DNS over HTTPS</string>
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
<string>86.54.11.11</string>
|
||||
<string>86.54.11.211</string>
|
||||
</array>
|
||||
<key>ServerName</key>
|
||||
<string>child-noads.joindns4.eu/dns-query</string>
|
||||
<key>ServerURL</key>
|
||||
<string>https://child-noads.joindns4.eu/dns-query</string>
|
||||
</dict>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Configures device to use DNS4EU Protective with child protection & ad-blocking Encrypted DNS over HTTPS</string>
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
<string>86.54.11.12</string>
|
||||
<string>86.54.11.212</string>
|
||||
</array>
|
||||
<key>ServerName</key>
|
||||
<string>child.joindns4.eu/dns-query</string>
|
||||
<key>ServerURL</key>
|
||||
<string>https://child.joindns4.eu/dns-query</string>
|
||||
</dict>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Configures device to use DNS4EU Protective with child protection Encrypted DNS over HTTPS</string>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"topName": "DNS4EU Encrypted DNS over HTTPS",
|
||||
"PayloadDisplayName": "DNS4EU DNS over HTTPS",
|
||||
"DNSProtocol": "HTTPS",
|
||||
"ServerURLOrName": "unfiltered.joindns4.eu/dns-query",
|
||||
"ServerURLOrName": "https://unfiltered.joindns4.eu/dns-query",
|
||||
"ServerAddresses": [
|
||||
"2a13:1001::86:54:11:100",
|
||||
"2a13:1001::86:54:11:200",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"topName": "DNS4EU Protective Encrypted DNS over HTTPS",
|
||||
"PayloadDisplayName": "DNS4EU Protective DNS over HTTPS",
|
||||
"DNSProtocol": "HTTPS",
|
||||
"ServerURLOrName": "protective.joindns4.eu/dns-query",
|
||||
"ServerURLOrName": "https://protective.joindns4.eu/dns-query",
|
||||
"ServerAddresses": [
|
||||
"2a13:1001::86:54:11:1",
|
||||
"2a13:1001::86:54:11:201",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"topName": "DNS4EU Protective ad-blocking Encrypted DNS over HTTPS",
|
||||
"PayloadDisplayName": "DNS4EU Protective ad-blocking DNS over HTTPS",
|
||||
"DNSProtocol": "HTTPS",
|
||||
"ServerURLOrName": "noads.joindns4.eu/dns-query",
|
||||
"ServerURLOrName": "https://noads.joindns4.eu/dns-query",
|
||||
"ServerAddresses": [
|
||||
"2a13:1001::86:54:11:13",
|
||||
"2a13:1001::86:54:11:213",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"topName": "DNS4EU Protective with child protection Encrypted DNS over HTTPS",
|
||||
"PayloadDisplayName": "DNS4EU Protective with child protection DNS over HTTPS",
|
||||
"DNSProtocol": "HTTPS",
|
||||
"ServerURLOrName": "child.joindns4.eu/dns-query",
|
||||
"ServerURLOrName": "https://child.joindns4.eu/dns-query",
|
||||
"ServerAddresses": [
|
||||
"2a13:1001::86:54:11:12",
|
||||
"2a13:1001::86:54:11:212",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"topName": "DNS4EU Protective with child protection & ad-blocking Encrypted DNS over HTTPS",
|
||||
"PayloadDisplayName": "DNS4EU Protective with child protection & ad-blocking DNS over HTTPS",
|
||||
"DNSProtocol": "HTTPS",
|
||||
"ServerURLOrName": "child-noads.joindns4.eu/dns-query",
|
||||
"ServerURLOrName": "https://child-noads.joindns4.eu/dns-query",
|
||||
"ServerAddresses": [
|
||||
"2a13:1001::86:54:11:11",
|
||||
"2a13:1001::86:54:11:211",
|
||||
|
||||
Reference in New Issue
Block a user