[question] how do I exclude my local docker and kubernetes installation from the vpn? #151
Open
Description
I'm using globalprotect-openconnect and I have a local kubernetes installation with named ingresses (i.e app.local.will.dev).
Once I login to my VPN using the above software it replaces my DNS servers, and I have worked around this by adding the servers to my hosts file.
I'm trying to avoid that, so it has lead me to this software.
*.local.will.dev should resolve to localhost 127.0.0.1, and *.k8s.local.will.dev should resolve to 192.168.50.4.
How would I do that with globalprotect-openconnect command line?