all: bypass vpns to reach proxy

This commit is contained in:
Adithya 2024-10-27 12:54:10 +05:30
parent 9052721d91
commit a3502ce29d
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 15 additions and 8 deletions

View file

@ -24,6 +24,13 @@ _: {
linkConfig = {
RequiredForOnline = "yes";
};
routes = [
{
Destination = "165.232.180.97";
Gateway = "_dhcp4";
GatewayOnLink = "yes";
}
];
};
};
};