]> gitweb.michael.orlitzky.com - haeredes.git/commitdiff
src/DNS.hs: update 'A' record for example.com
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 21 Apr 2024 00:28:45 +0000 (20:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 21 Apr 2024 00:28:45 +0000 (20:28 -0400)
src/DNS.hs

index aa46f4be8191798f7194495e761d92ee5120ce70..a6ba446af000320a70ffedffbda97ccaa5b17443 100644 (file)
@@ -30,7 +30,7 @@ type LookupResult = (Domain, Either DNSError [Domain])
 --   Examples:
 --
 --   >>> resolve_address "example.com"
---   Right [93.184.216.34]
+--   Right [93.184.215.14]
 --   >>> resolve_address "93.184.216.34"
 --   Right [93.184.216.34]
 --