Skip to content

Commit

Permalink
feat: Add gw-02-nue-nc
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenKirschbaum committed Sep 27, 2024
1 parent 63c4fc8 commit d1f6785
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/constructs/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const HOSTS: {[key: string]: HostProperties} = {
V4: "188.68.49.21",
V6: "2a03:4000:6:d0e1::1"
},
'gw-02-nue-nc': {
V4: "194.13.80.1",
V6: "2a03:4000:43:254::1"
},
// These are technically not Hostnames, but it is convenient to have them here
'ns1': {
V4: "205.251.197.240",
Expand Down

0 comments on commit d1f6785

Please sign in to comment.