1
0
Fork 0

nixbld: cleanup routing policy

This commit is contained in:
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 = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
RemainAfterExit = true; 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"; ExecStop = "${pkgs.iproute2}/bin/ip rule del table 1";
}; };
}; };