feat: route tos traffic via rossby (for now)
This commit is contained in:
@@ -119,7 +119,13 @@ in {
|
||||
matchConfig.Name = "enp1s0np0";
|
||||
DHCP = "no";
|
||||
address = [ "${address}/24" ];
|
||||
routes = [ { Gateway = "172.16.239.1"; } ];
|
||||
routes = [
|
||||
{ Gateway = "172.16.239.1"; }
|
||||
{
|
||||
Destination = "10.255.241.0/24";
|
||||
Gateway = "172.16.239.221";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user