@@ -2606,6 +2606,7 @@ function Set-WinUtilDNS {
2606
2606
}
2607
2607
Else{
2608
2608
Set-DnsClientServerAddress -InterfaceIndex $Adapter.ifIndex -ServerAddresses ("$($sync.configs.dns.$DNSProvider.Primary)", "$($sync.configs.dns.$DNSProvider.Secondary)")
2609
+ Set-DnsClientServerAddress -InterfaceIndex $Adapter.ifIndex -ServerAddresses ("$($sync.configs.dns.$DNSProvider.Primary6)", "$($sync.configs.dns.$DNSProvider.Secondary6)")
2609
2610
}
2610
2611
}
2611
2612
}
@@ -8436,31 +8437,51 @@ $sync.configs.applications = '{
8436
8437
$sync.configs.dns = '{
8437
8438
"Google": {
8438
8439
"Primary": "8.8.8.8",
8439
- "Secondary": "8.8.4.4"
8440
+ "Secondary": "8.8.4.4",
8441
+ "Primary6": "2001:4860:4860::8888",
8442
+ "Secondary6": "2001:4860:4860::8844"
8440
8443
},
8441
8444
"Cloudflare": {
8442
8445
"Primary": "1.1.1.1",
8443
- "Secondary": "1.0.0.1"
8446
+ "Secondary": "1.0.0.1",
8447
+ "Primary6": "2606:4700:4700::1111",
8448
+ "Secondary6": "2606:4700:4700::1001"
8444
8449
},
8445
8450
"Cloudflare_Malware": {
8446
8451
"Primary": "1.1.1.2",
8447
- "Secondary": "1.0.0.2"
8452
+ "Secondary": "1.0.0.2",
8453
+ "Primary6": "2606:4700:4700::1112",
8454
+ "Secondary6": "2606:4700:4700::1002"
8448
8455
},
8449
8456
"Cloudflare_Malware_Adult": {
8450
8457
"Primary": "1.1.1.3",
8451
- "Secondary": "1.0.0.3"
8452
- },
8453
- "Level3": {
8454
- "Primary": "4.2.2.2",
8455
- "Secondary": "4.2.2.1"
8458
+ "Secondary": "1.0.0.3",
8459
+ "Primary6": "2606:4700:4700::1113",
8460
+ "Secondary6": "2606:4700:4700::1003"
8456
8461
},
8457
8462
"Open_DNS": {
8458
8463
"Primary": "208.67.222.222",
8459
- "Secondary": "208.67.220.220"
8464
+ "Secondary": "208.67.220.220",
8465
+ "Primary6": "2620:119:35::35",
8466
+ "Secondary6": "2620:119:53::53"
8460
8467
},
8461
8468
"Quad9": {
8462
8469
"Primary": "9.9.9.9",
8463
- "Secondary": "149.112.112.112"
8470
+ "Secondary": "149.112.112.112",
8471
+ "Primary6": "2620:fe::fe",
8472
+ "Secondary6": "2620:fe::9"
8473
+ },
8474
+ "AdGuard_Ads_Trackers": {
8475
+ "Primary": "94.140.14.14",
8476
+ "Secondary": "94.140.15.15",
8477
+ "Primary6": "2a10:50c0::ad1:ff",
8478
+ "Secondary6": "2a10:50c0::ad2:ff"
8479
+ },
8480
+ "AdGuard_Ads_Trackers_Malware_Adult": {
8481
+ "Primary": "94.140.14.15",
8482
+ "Secondary": "94.140.15.16",
8483
+ "Primary6": "2a10:50c0::bad1:ff",
8484
+ "Secondary6": "2a10:50c0::bad2:ff"
8464
8485
}
8465
8486
}' | convertfrom-json
8466
8487
$sync.configs.feature = '{
0 commit comments