Skip to content

Commit

Permalink
Add wawel to dns
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 4, 2024
1 parent ba4a223 commit 411a462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hosts.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ var VHAGAR_IPV6 = "2001:470:1:fa1::5";
var VHAGAR_INTERNAL = "10.0.48.5";
var VHAGAR_OOB = "10.0.49.5";

var WAWEL_IPV4 = "64.225.136.96";

var YSERA_IPV4 = "193.60.236.22";
var YSERA_INTERNAL = "10.0.0.15";
var YSERA_OOB = "10.0.1.15";
2 changes: 2 additions & 0 deletions src/openstreetmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
AAAA("nidhogg", NIDHOGG_IPV6),
A("nidhogg.oob", NIDHOGG_OOB),

A("wawel", WAWEL_IPV4),

A("scorch", SCORCH_IPV4),
AAAA("scorch", SCORCH_IPV6),

Expand Down

0 comments on commit 411a462

Please sign in to comment.