Browse Source

Merge branch 'Mirclus-master'

n1474335 5 years ago
parent
commit
8a02b35d7d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/core/operations/DNSOverHTTPS.mjs

+ 2 - 2
src/core/operations/DNSOverHTTPS.mjs

@@ -63,9 +63,9 @@ class DNSOverHTTPS extends Operation {
                 value: false
             },
             {
-                name: "Validate DNSSEC",
+                name: "Disable DNSSEC validation",
                 type: "boolean",
-                value: true
+                value: false
             }
         ];
     }