diff --git a/godark.ps1 b/godark.ps1 new file mode 100644 index 0000000..f6421ae --- /dev/null +++ b/godark.ps1 @@ -0,0 +1,14 @@ +#BYE BYE CHARLIE FREN +#DNS Client Sinkhole + +Get-DnsClientNrptRule | Remove-DnsClientNrptRule -Force + +$domainlist = Get-Content .\domains.txt + +foreach($namespace in $domainlist){ + +Add-DnsClientNrptRule -Namespace $namespace -NameServers "127.0.0.2" + +} + +Get-DnsClientNrptRule