netbirdio / netbird

Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls.
https://netbird.io
BSD 3-Clause "New" or "Revised" License
9.81k stars 426 forks source link

FR: Is it possible to add the ability to automatically change WireGuard ports on a regular basis? Since network carriers in some regions will limit the speed of WireGuard, or even go offline. or even use multiple WireGuard ports? #1679

Open masx200 opened 3 months ago

masx200 commented 3 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Is it possible to add the ability to automatically change WireGuard ports on a regular basis? Since network carriers in some regions will limit the speed of WireGuard, or even go offline. or even use multiple WireGuard ports? Describe the solution you'd like A clear and concise description of what you want to happen. Is it possible to add the ability to automatically change WireGuard ports on a regular basis? Since network carriers in some regions will limit the speed of WireGuard, or even go offline. or even use multiple WireGuard ports? Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Is it possible to add the ability to automatically change WireGuard ports on a regular basis? Since network carriers in some regions will limit the speed of WireGuard, or even go offline. or even use multiple WireGuard ports? Additional context Add any other context or screenshots about the feature request here. 突破运营商 QoS 封锁,WireGuard 真有“一套”!

https://cloud.tencent.com/developer/article/2153908

WireGuard 客户端魔改:对端节点动态更新

https://www.mazhangjing.com/blogs/2023-04-26-wireguard-gw-edition

udp2raw:

https://github.com/wangyu-/udp2raw-tunnel

Phantun:

https://github.com/dndx/phantun

WireGuard for Windows (Great Wall Edition)

https://github.com/corkine/wireguard-windows-great-wall-edition

masx200 commented 3 months ago

https://github.com/coolsnowwolf/lede/issues/4124

https://github.com/wangyu-/udp2raw/issues/332

masx200 commented 3 months ago

If you have multiple Internet lines, then using multiple ports in the private network will be mapped to multiple Internet ports by load balancing, which is also one of the important functions of SD-WAN.

使用多个服务端口也是能够提供负载均衡的能力的,如果拥有多条互联网线路,那么使用多个私网中的端口,就会被负载均衡映射到多个互联网的端口,这也是sd-wan的重要功能之一.

In SD-WAN, load balancing can be carried out through multiple internet broadbands, increasing the bandwidth of the virtual network by using multiple P2P connections.

在sd-wan中,可以通过多条互联网宽带进行负载均衡,提高虚拟网络的带宽,通过使用多条p2p连接.