Skip to content

Commit

Permalink
rhaegal: add IPv6 address
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Jun 4, 2024
1 parent a0788d4 commit 7e950d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/rhaegal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
:address => "193.198.233.218",
:prefix => "29",
:gateway => "193.198.233.217"
},
:inet6 => {
:address => "2001:b68:40ff:3::2",
:prefix => "64",
:gateway => "2001:b68:40ff:3::1"
}
}
}
Expand Down

0 comments on commit 7e950d5

Please sign in to comment.