fixup: route -> rule
This commit is contained in:
parent
b8f2c5c531
commit
23e7c85827
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue