Skip to content

Commit

Permalink
Add cmok to DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 13, 2024
1 parent 411a462 commit b221c35
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -10,6 +10,8 @@ var BALERION_IPV4 = "138.44.68.134";

var BOWSER_IPV4 = "138.44.68.106";

var CMOK_IPV4 = "64.225.143.127";

var CULEBRE_IPV4 = "184.104.226.105";
var CULEBRE_IPV6 = "2001:470:1:b3b::9";
var CULEBRE_INTERNAL = "10.0.64.9";
Expand Down
4 changes: 4 additions & 0 deletions src/openstreetmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
AAAA("render", CULEBRE_IPV6),
AAAA("render", NIDHOGG_IPV6),

// Vector tile servers

A("cmok", CMOK_IPV4),

// Site gateways

A("ironbelly", IRONBELLY_IPV4),
Expand Down

0 comments on commit b221c35

Please sign in to comment.