EvotecIT / Testimo

Testimo is a PowerShell module for running health checks for Active Directory against a bunch of different tests
MIT License
526 stars 58 forks source link

"Resolves external DNS queries" asserts incorrect IP (for NA) #122

Closed decopaper closed 3 years ago

decopaper commented 3 years ago

The test "Resolves external DNS queries" in DNSResolveExternal.ps1 asserts that evotec.xyz resolves to 37.59.176.139, however in North America it currently resolves to 172.67.178.160 and 104.21.17.226.

These IPs belong to Cloudflare's ASN, so it's possible DNS for this domain resolves to different IPs in different geographic regions. If this proves to be the cause, this may not be a trivial fix, at least with the evotec.xyz domain.

Here is what DNS looks like for evotec.xyz looks like in the central US: https://mxtoolbox.com/SuperTool.aspx?action=a%3aevotec.xyz&run=toolpage

PrzemyslawKlys commented 3 years ago

Sorry for that. My website went down in a fire, along with it the IP address. I've brought back the website but it's protected with clouflare and that means DNS change. I've now crated testimo-check.evotec.xyz and pointed it to 1.1.1.1. This should work correctly.