Skip to content

Commit

Permalink
Add IPv6 addresses to dulcy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 17, 2024
1 parent cc15d33 commit 50aea11
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/dulcy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
:address => "184.104.179.137",
:prefix => "27",
:gateway => "184.104.179.129"
},
:inet6 => {
:address => "2001:470:1:fa1::9",
:prefix => 64,
:gateway => "2001:470:1:fa1::1"
}
},
:external => {
Expand All @@ -36,6 +41,11 @@
:address => "82.199.86.105",
:prefix => "27",
:gateway => "82.199.86.97"
},
:inet6 => {
:address => "2001:4d78:500:5e3::9",
:prefix => 64,
:gateway => "2001:4d78:500:5e3::1"
}
}
}
Expand Down

0 comments on commit 50aea11

Please sign in to comment.