profiles/wg-clerie: Send host originating traffic to targets reachable via wg-clerie via wg-clerie
This commit is contained in:
@ -109,6 +109,20 @@ in
|
|||||||
})
|
})
|
||||||
cfg.ipv4s
|
cfg.ipv4s
|
||||||
) ++ [
|
) ++ [
|
||||||
|
{
|
||||||
|
Priority = 19500;
|
||||||
|
Family = "ipv6";
|
||||||
|
IncomingInterface = "lo";
|
||||||
|
To = "2a01:4f8:c0c:15f1::8001/113";
|
||||||
|
Table = "wg-clerie";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Priority = 19500;
|
||||||
|
Family = "ipv4";
|
||||||
|
IncomingInterface = "lo";
|
||||||
|
To = "10.20.30.1/24";
|
||||||
|
Table = "wg-clerie";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
Priority = 20000;
|
Priority = 20000;
|
||||||
Family = "ipv6";
|
Family = "ipv6";
|
||||||
|
Reference in New Issue
Block a user