-
Notifications
You must be signed in to change notification settings - Fork 23
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
Customize the IPs and private keys #4
Comments
The only place I can even find the server ip is in a test Line 329 in c8a280e
|
The scenario of changeable IP is the IP used by em_proxy( 10.0.7.1 ) may conflict with the real VPN (if I want to use em_proxy with real wireguard vpn). |
I believe the IP used for the user is set by one of the functions. Whenever you start the proxy you can set the IP to be whatever you want. If their is a program you are using that uses em_proxy, you would have to request that program to change the IP used. There fire I believe this issue can be closed. |
I want an option to customize the IPs and wireguard keys for em_proxy while initialization.
Add 4 new optional paramater for em_proxy:
make these value customizable instead of hardcoded in em_prixy
The text was updated successfully, but these errors were encountered: