Skip to content

Commit

Permalink
Move dribble and ironbelly's default route to he.net link
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jun 9, 2023
1 parent 2358f42 commit 8f86a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/dribble.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
:external_cogent => {
:interface => "bond0.2",
:role => :external,
:metric => 150,
:source_route_table => 100,
:inet => {
:address => "130.117.76.4",
Expand All @@ -38,7 +39,6 @@
:external => {
:interface => "bond0.3",
:role => :external,
:metric => 150,
:source_route_table => 150,
:inet => {
:address => "184.104.179.132",
Expand Down
2 changes: 1 addition & 1 deletion roles/ironbelly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
:external_cogent => {
:interface => "bond0.2",
:role => :external,
:metric => 150,
:source_route_table => 100,
:inet => {
:address => "130.117.76.10",
Expand All @@ -60,7 +61,6 @@
:external => {
:interface => "bond0.3",
:role => :external,
:metric => 150,
:source_route_table => 150,
:inet => {
:address => "184.104.179.138",
Expand Down

0 comments on commit 8f86a03

Please sign in to comment.