gabriel-vanca / Test-DNSRecord

A simple wrapper for the function Resolve-DNSName to perform DNS queries against specific DNS Servers
MIT License
0 stars 0 forks source link

$DNS_SERVERS Refactoring #15

Open gabriel-vanca opened 4 weeks ago

gabriel-vanca commented 4 weeks ago
gabriel-vanca commented 4 weeks ago
        static $DNS_SERVERS = ([System.Collections.Hashtable]([ordered]@{
            Google = [ordered]@{
                IPv4 = [ordered]@{
                    Primary                       = "8.8.8.8"
                    Secondary                     = "8.8.4.4" }
                CyberRisk = $False }
        }