ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang
MIT License
15.49k stars 2.43k forks source link

QUIC 模式在 2.11.2 (go1.18 linux/amd64)无法使用,2.11.0正常。 #819

Closed banyet1 closed 2 years ago

banyet1 commented 2 years ago

如题,测试了很多次。

ginuerzh commented 2 years ago

具体用法?

banyet1 commented 2 years ago

Example: Client: ./gost -L tcp://:11111/remote_server:22222 -F=quic://inter_server:6443 inter_server: ./gost -L quic://:6443

When trying to reach port 11111 on Client, 2.11.0 works smoothly, but 2.11.2 does not. Same as redirect mode.

On Fri, Apr 22, 2022 at 11:36 AM ginuerzh @.***> wrote:

具体用发?

— Reply to this email directly, view it on GitHub https://github.com/ginuerzh/gost/issues/819#issuecomment-1105969842, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALL2EOBGDYA7QKLEBVCXIF3VGINCZANCNFSM5T7UO24Q . You are receiving this because you authored the thread.Message ID: @.***>

--

Best Regard and Many Thanks!

ginuerzh commented 2 years ago

两边的版本一致吗?我这边都用v2.11.2测试是没问题的,v2.11.2的QUIC库有较大更新,无法保证兼容性。

banyet1 commented 2 years ago

我再次测试了一下,的确是因为版本不一致所引起,QUIC无问题了。

谢谢~

On Fri, Apr 22, 2022 at 2:12 PM ginuerzh @.***> wrote:

两边的版本一致吗?我这边都用v2.11.2测试是没问题的,v2.11.2的QUIC库有较大更新,无法保证兼容性。

— Reply to this email directly, view it on GitHub https://github.com/ginuerzh/gost/issues/819#issuecomment-1106046553, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALL2EOBUMNQ5VLCB2JRD6MDVGI7M5ANCNFSM5T7UO24Q . You are receiving this because you authored the thread.Message ID: @.***>

--

Best Regard and Many Thanks!