make BGP dummy interface addresses configurable

This commit is contained in:
2025-11-01 23:37:24 +05:30
parent 226fe6577f
commit af582da8a5
2 changed files with 9 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ Cost: $10/month + tax for two Linodes with pooled 2TB traffic quota.
"2001:db8:9f2b::4"
];
advertisedSubnets = [ "2001:db8:a7c4::/56" ];
extraAddresses = [ "2001:db8:0:ff::1/128" ]; # shared IP for WireGuard endpoint
routeMap = "primary"; # or "secondary" for the backup server
};
};