Yancey Wang

Results 358 comments of Yancey Wang

>Wireguard allows endpoint IP changes but rejects port-only endpoint changes. By default, udp2raw -s connects from a different port on 127.0.0.1 for each client, which will start getting rejected by...

Openvpn has an option called `fragment` (user space packet segmentation)which can solve this kind of issues I believe. you can consider use openvpn instead of wireguard, see: https://github.com/wangyu-/udp2raw/wiki/udp2raw-openvpn-config-guide wireguard doesn't...

The released binaries don't have a build for arm64, you need to build a binary by yourself.

for 99% of the time, this problem is causes by another program occupying the same port.

have you added route exceptipn as in this guide: https://github.com/wangyu-/UDPspeeder/wiki/UDPspeeder-openvpn-config-guide

sorry I don't use netbird, cannot help. although I provided a few tutorials for common senario such as: udp2raw+ openvpn  , upd2raw+ wireguard, udp2raw +kcptun;  but they are only for...

try if problem still exits with the latest version

>Is there no native Windows 10 (x64) version? this repo is linux only

>how can i get a log to see what's the reason? It's a bit off-topic. It's not a udp2raw questions, it's a screen use question. I would suggest: 1. run...

no, I only implememt the core functions that is necessary to be done in c++ I don't maintain systemd scripts