-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Is there a way to restart the proxy (Windows)? #185
Comments
There isn’t a |
I’m just curious why you need to restart a running proxy? Wondering if you have changed settings and want them to take or some other reason? We could add a flag but would be good to know why first. |
No, the use case was restarting the proxy when there is a network change like connecting or disconnecting from a VPN. Not sure if the proxy is designed to handle this. |
I don’t think there’s a real need for this - Px reloads proxy information that is discovered every 60 seconds using Curious to hear if this does not meet your needs. |
I use Px proxy to provide internet access to WSL2 through a company network. When I log in to Windows and after that establish a VPN connection, then the proxy information is updated, as you said, however, I don't have internet access from WSL2. In particular, I can't reach the network interface that Px proxy is listening on from WSL2. It only works if the VPN connection is established before logging in to Windows, i.e. before Px proxy is started. |
I'm not sure I understand this - are you saying that if the VPN is connected before Px starts, everything works fine but Px does not handle the switch if the VPN is started afterwards? Does this have something to do with #173? |
This is added in v0.9.0. |
On Windows 10, assuming the proxy has been installed to run on startup with
px.exe --install
and the system has started up, is there a way to manually restart the proxy while it is already running?The text was updated successfully, but these errors were encountered: