ginuerzh / gost

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

dtls listen tcp port #923

Closed alongL closed 1 year ago

alongL commented 1 year ago

when use gost version 2 like this

./gost -L dtls://:1443/:8388

1443 is listen on TCP port but not UDP port. when use version 3 , 1443 is UDP port.

doc of version 2 have nothing about dtls. Maybe the version 2 need some modification.

ginuerzh commented 1 year ago

dtls is only available in version 3.