jpillora / chisel

A fast TCP/UDP tunnel over HTTP
MIT License
12.36k stars 1.32k forks source link

Chisel client bind interface #489

Closed AkramiPro closed 5 months ago

AkramiPro commented 5 months ago

Hi,

On the client, i have several active internet connection and i would like to select witch network interface to use to connect on the server. Thank you for your assistance.

jpillora commented 5 months ago

Can’t select outbound interface unfortunately, though you can add a system wide route - which would direct all traffic down a particular interface

On Sat, 13 Jan 2024 at 6:33 AM Mahdi Akrami @.***> wrote:

Hi,

On the client, i have several active internet connection and i would like to select witch network interface to use to connect on the server. Thank you for your assistance.

— Reply to this email directly, view it on GitHub https://github.com/jpillora/chisel/issues/489, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2X47CSFDD3266MQNGDNLYOGFY5AVCNFSM6AAAAABBYTPNBKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3TSNJWGUZTCNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

AkramiPro commented 5 months ago

ok thanks for your response