Skip to content

Commit

Permalink
Update AMS switch IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 17, 2024
1 parent 07eb1ba commit 2de5f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hosts.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ var STORMFLY04_IPV4 = "140.211.167.100";
var STORMFLY04_IPV6 = "2605:bc80:3010:700::8cd3:a764";
var STORMFLY04_OOB = "10.0.0.3";

var SWITCH1AMS_IPV4 = "184.104.179.129";
var SWITCH1AMS_IPV4 = "82.199.86.97";
var SWITCH1AMS_IPV6 = "2001:470:1:fa1::1";

var SWITCH1DUB_IPV4 = "184.104.226.97";
Expand Down
2 changes: 1 addition & 1 deletion src/openstreetmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
// Managed network switches

A("switch1.ams", SWITCH1AMS_IPV4),
AAAA("switch1.ams", SWITCH1AMS_IPV6),
// AAAA("switch1.ams", SWITCH1AMS_IPV6),

A("switch1.dub", SWITCH1DUB_IPV4),
AAAA("switch1.dub", SWITCH1DUB_IPV6),
Expand Down

0 comments on commit 2de5f67

Please sign in to comment.