Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Command line options to specify socks/http, bind address, etc #147

Open
Kyuunex opened this issue Dec 12, 2024 · 0 comments

Comments

@Kyuunex
Copy link

Kyuunex commented Dec 12, 2024

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

/usr/bin/wireproxy -c /home/username/Documents/vpn/japan-1234.conf --type Socks5 --bind 127.0.0.1:5678 

instead of having to create a temporary file as such

WGConfig = /home/username/Documents/vpn/japan-1234.conf
[Socks5]
BindAddress = 127.0.0.1:5678

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant