Skip to content

Commit

Permalink
Drop ascalon from DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Nov 16, 2024
1 parent d49fe05 commit 5cc2b3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/hosts.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ var ALBI_IPV6 = "2001:0bc8:1200:0004:dac4:97ff:fe8a:9cfc";
var ANGOR_IPV4 = "196.10.54.165";
var ANGOR_IPV6 = "2001:43f8:1f4:b00:b283:feff:fed8:dd45";

var ASCALON_IPV4 = "184.107.48.228";

var BALERION_IPV4 = "138.44.68.134";

var BOWSER_IPV4 = "138.44.68.106";
Expand Down
1 change: 0 additions & 1 deletion src/openstreetmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
AAAA("angor", ANGOR_IPV6),
A("ladon", LADON_IPV4),
AAAA("ladon", LADON_IPV6),
A("ascalon", ASCALON_IPV4),
A("neak", NEAK_IPV4),
A("meraxes", MERAXES_IPV4),
AAAA("meraxes", MERAXES_IPV6),
Expand Down

0 comments on commit 5cc2b3c

Please sign in to comment.