FOUND A DNS THAT WORKS
```pwsh
Add-DnsClientDohServerAddress -ServerAddress '2a01:4f8:1c1c:d363::1' -DohTemplate 'https://wurzn.hagezi.org/dns-query'; -AllowFallbackToUdp $False -AutoUpgrade $True
Add-DnsClientDohServerAddress -ServerAddress '159.69.155.94' -DohTemplate 'https://wurzn.hagezi.org/dns-query'; -AllowFallbackToUdp $False -AutoUpgrade $True
foreach ($i in (Get-NetIPInterface -AddressFamily IPv6).InterfaceIndex) { Set-DnsClientServerAddress -InterfaceIndex $i -ServerAddresses ('2a01:4f8:1c1c:d363::1') }
foreach ($i in (Get-NetIPInterface -AddressFamily IPv4).InterfaceIndex) { Set-DnsClientServerAddress -InterfaceIndex $i -ServerAddresses ('159.69.155.94') }
```
ESNI seems buggy
BUT IT'S A START
