-
-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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] Specify source interface for the client #3376
Comments
Can you describe more detail ? |
Hi,
Sure, I meant is it possible to make the client use a specific network interface when connecting to the server in case of having multiple network interfaces. |
I got it. @alimdi I think the connect_server_local_ip arg will match your demand ? https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini#L104 |
That's definetly what I was looking for. |
@alimdi is this worked for you? i am looking for the same with http_proxy plugin and using the below config but it still providing my default network |
@mecorpking It is working but I've defined connect_server_local_ip in [common] scope not in [http_proxy] |
@alimdi i tried with that also but received " login to server failed: i/o deadline reached". if possible can you share sample frps.ini and frpc.ini , below is my sample file server_addr = 1.2.3.4 /sample [http_proxy] |
I'm not using http_proxy |
i think there is some issue with my frps config if you could share, it will help alot |
frpc :
frps :
|
Describe the feature request
Hi,
Is it possible to specify the source interface to use on the client side ?
Regards,
Describe alternatives you've considered
No response
Affected area
The text was updated successfully, but these errors were encountered: