blade-paris/blade-tuvok: change v4/v6 announcements
This commit is contained in:
parent
b559512200
commit
3c7f759773
2 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,8 @@ in {
|
|||
routers = [{ v4 = internetAddresses.v4.remote; v6 = internetAddresses.v6.remote; }];
|
||||
};
|
||||
};
|
||||
export.v4 = [ "92.118.28.0/24" ];
|
||||
export.v6 = [ "2a09:a441::/32" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -38,6 +38,8 @@ in {
|
|||
routers = [{ v4 = internetAddresses.v4.remote; v6 = internetAddresses.v6.remote; }];
|
||||
};
|
||||
};
|
||||
export.v4 = [ "92.118.28.0/24" ];
|
||||
export.v6 = [ "2a09:a441::/32" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue