things-go / go-socks5

socks5 server in pure Golang with much custom optional. Full TCP/UDP and IPv4/IPv6 support.
MIT License
412 stars 72 forks source link

Need to support socks5 over tls protocol #68

Closed CaledoniaProject closed 2 months ago

CaledoniaProject commented 5 months ago

Hello there, I'm trying to use this library but can't enable tls for it. It looks like I can't do it without modifying the source code. Can you do that? e.g add a ListenAndServeTLS() method.

mengguang commented 5 months ago

Here is an example:
https://github.com/mengguang/go-socks5-server