all: bypass vpns to reach proxy
This commit is contained in:
parent
9052721d91
commit
a3502ce29d
2 changed files with 15 additions and 8 deletions
|
@ -24,6 +24,13 @@ _: {
|
||||||
linkConfig = {
|
linkConfig = {
|
||||||
RequiredForOnline = "yes";
|
RequiredForOnline = "yes";
|
||||||
};
|
};
|
||||||
|
routes = [
|
||||||
|
{
|
||||||
|
Destination = "165.232.180.97";
|
||||||
|
Gateway = "_dhcp4";
|
||||||
|
GatewayOnLink = "yes";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue