passepartoutvpn / passepartout-app

VPN client for Apple platforms.
https://passepartoutvpn.app
GNU General Public License v3.0
775 stars 119 forks source link

[OVPN] Allow adding proxy pass domain wild cards #296

Closed mietzen closed 1 year ago

mietzen commented 1 year ago

I was wondering if it might be possible to add (sub)domain wildcards like *.example.com to the OpenVPN proxy pass settings.

At the moment, entries with a * get marked red. Bildschirmfoto 2023-04-21 um 08 09 51

keeshux commented 1 year ago

Would that be in the bypass list?

keeshux commented 1 year ago

Oh yeah, I saw your modified title now. The good thing is that TunnelKit already uses this:

https://developer.apple.com/documentation/networkextension/neproxysettings/1406687-exceptionlist

which in fact allows wildcards. So it's a matter of fixing the validation pattern for the field.

Thanks for your report!

P.S.: does the app allow saving the field despite marking it red?