fscarmen / warp-sh

WARP script is move to: https://gitlab.com/fscarmen/warp
832 stars 178 forks source link

Endpoint issue #52

Closed LawVPN closed 4 months ago

LawVPN commented 5 months ago

Im getting error installing menu.sh after step 3/3, is this because of kernel? Im using 5.4.0 ubuntu 20.04 Indonesian server, ipv6 only image

fscarmen commented 5 months ago

Maybe your vps provider restricts the use of udp. you run it and see if there's a display, if there isn't it means it's restricted.

echo -ne '\x00\x01\x00\x00\x21\x12\xA4\x42\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | nc -u -w1 stun.cloudflare.com 3478 | xxd -p
image
LawVPN commented 5 months ago

Maybe your vps provider restricts the use of udp. you run it and see if there's a display, if there isn't it means it's restricted.

echo -ne '\x00\x01\x00\x00\x21\x12\xA4\x42\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | nc -u -w1 stun.cloudflare.com 3478 | xxd -p
image

it displays something,

image

fscarmen commented 5 months ago

It looks like udp is working, don't quite understand why it's failing as above.