nixbld: cleanup routing policy

master
Sébastien Bourdeauducq 2024-05-06 10:31:45 +08:00
parent bfd5e0289a
commit 60aacb6a1b
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ in
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
ExecStart = "${pkgs.iproute2}/bin/ip rule add from 103.206.98.0/24 table 1";
ExecStart = "${pkgs.iproute2}/bin/ip rule add from 103.206.98.200/29 table 1";
ExecStop = "${pkgs.iproute2}/bin/ip rule del table 1";
};
};