fixup: route -> rule

This commit is contained in:
Tim Schubert 2022-04-27 19:40:55 +02:00
parent b8f2c5c531
commit 23e7c85827
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -50,7 +50,7 @@ in
wg set wg0 fwmark 51234 wg set wg0 fwmark 51234
ip rule add table 2468 ip rule add table 2468
ip route add default dev ens3 table 2468 ip route add default dev ens3 table 2468
ip route add fwmark 51234 table 2468 ip rule add fwmark 51234 table 2468
''; '';
}; };
}; };