You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am integrating this application with many things regarding my workflow (scripting, etc) and I found it somewhat inconvenient having to work around not being able to specify command line arguments to enable features specific to wireproxy.
I have many wireguard configs from a VPN provider and I would like to use them as per this example
and giving that to wireproxy like so /usr/bin/wireproxy -c /tmp/random-12345678.conf
and cleaning it up upon exit.
Modifying VPN provider's config to add the above is not an option as port varies depending on what application I'm trying to connect to the proxy. It's dynamically set by my scripts.
I hope this all makes sense.
The text was updated successfully, but these errors were encountered:
I am integrating this application with many things regarding my workflow (scripting, etc) and I found it somewhat inconvenient having to work around not being able to specify command line arguments to enable features specific to wireproxy.
I have many wireguard configs from a VPN provider and I would like to use them as per this example
instead of having to create a temporary file as such
and giving that to wireproxy like so
/usr/bin/wireproxy -c /tmp/random-12345678.conf
and cleaning it up upon exit.
Modifying VPN provider's config to add the above is not an option as port varies depending on what application I'm trying to connect to the proxy. It's dynamically set by my scripts.
I hope this all makes sense.
The text was updated successfully, but these errors were encountered: