Skip to content

Commit

Permalink
Remove gorwen
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Oct 9, 2024
1 parent 983fcb6 commit a0be095
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions src/hosts.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ var FUME_IPV6 = "2001:470:1:b3b::10";
var FUME_INTERNAL = "10.0.64.16";
var FUME_OOB = "10.0.65.16";

var GORWEN_IPV4 = "184.104.226.108";
var GORWEN_IPV6 = "2001:470:1:b3b::c";
var GORWEN_INTERNAL = "10.0.64.12";
var GORWEN_OOB = "10.0.65.12";

var GRISU_IPV4 = "184.104.226.113";
var GRISU_IPV6 = "2001:470:1:b3b::11";
var GRISU_INTERNAL = "10.0.64.17";
Expand Down
5 changes: 0 additions & 5 deletions src/openstreetmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -738,11 +738,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),

// Spare servers

A("gorwen", GORWEN_IPV4),
AAAA("gorwen", GORWEN_IPV6),
A("gorwen.dub", GORWEN_INTERNAL),
A("gorwen.oob", GORWEN_OOB),

A("tabaluga", TABALUGA_IPV4),
AAAA("tabaluga", TABALUGA_IPV6),
A("tabaluga.ams", TABALUGA_INTERNAL),
Expand Down
1 change: 0 additions & 1 deletion src/ptr_equinix_dub_ipv4.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
PTR(CULEBRE_IPV4.split(".").pop(), "culebre.openstreetmap.org."),
PTR(FAFNIR_IPV4.split(".").pop(), "fafnir.openstreetmap.org."),
PTR(GORWEN_IPV4.split(".").pop(), "gorwen.openstreetmap.org."),
PTR(HORNTAIL_IPV4.split(".").pop(), "horntail.openstreetmap.org."),
PTR(IDRIS_IPV4.split(".").pop(), "idris.openstreetmap.org."),
PTR(KONQI_IPV4.split(".").pop(), "konqi.openstreetmap.org."),
Expand Down
1 change: 0 additions & 1 deletion src/ptr_equinix_dub_ipv6.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
PTR(CULEBRE_IPV6, "culebre.openstreetmap.org."),
PTR(FAFNIR_IPV6, "fafnir.openstreetmap.org."),
PTR(GORWEN_IPV6, "gorwen.openstreetmap.org."),
PTR(HORNTAIL_IPV6, "horntail.openstreetmap.org."),
PTR(IDRIS_IPV6, "idris.openstreetmap.org."),
PTR(KONQI_IPV6, "konqi.openstreetmap.org."),
Expand Down

0 comments on commit a0be095

Please sign in to comment.