yuhan6665
|
5ae3791a8e
|
feat : upgrade wireguard go sdk (#2716)
Co-authored-by: kunson <kunson@kunsondeMacBook-Pro-3.local>
Co-authored-by: 世界 <i@sekai.icu>
|
2023-11-12 15:10:01 -05:00 |
|
RPRX
|
4c8ee0af50
|
Set reserved to zero after Read()
Thank @IRN-Kawakaze for testing
|
2023-03-03 15:39:16 +00:00 |
|
RPRX
|
ccba465590
|
Add reserved to WireGuard config
Fixes https://github.com/XTLS/Xray-core/issues/1730
|
2023-03-02 16:55:42 +00:00 |
|
nanoda0523
|
e18b52a5df
|
Implement WireGuard protocol as outbound (client) (#1344)
* implement WireGuard protocol for Outbound
* upload license
* fix build for openbsd & dragonfly os
* updated wireguard-go
* fix up
* switch to another wireguard fork
* fix
* switch to upstream
* open connection through internet.Dialer (#1)
* use internet.Dialer
* maybe better code
* fix
* real fix
Co-authored-by: nanoda0523 <nanoda0523@users.noreply.github.com>
* fix bugs & add ability to recover during connection reset on UDP over TCP parent protocols
* improve performance
improve performance
* dns lookup endpoint && remove unused code
* interface address fallback
* better code && add config test case
Co-authored-by: nanoda0523 <nanoda0523@users.noreply.github.com>
|
2022-11-21 20:05:54 -05:00 |
|