cybozu-go / transocks

Transparent SOCKS5 / HTTP proxy in Go
MIT License
471 stars 60 forks source link

Authentication Handler #3

Closed 06chaynes closed 6 years ago

06chaynes commented 7 years ago

This is a beautiful library, thank you. I am building a tool for internal use and your library looks like a perfect place to start. I am trying to figure out how I might integrate authentication on the listening end of things. Do you have any suggestions as to how I could achieve this with transocks?

ymmt2005 commented 7 years ago

Hi,

Transparent proxies such as transocks can be used transparently from applications. For this reason, applications usually cannot provide information for authentication to transocks.

So, let me know how do you think your application provide authentication information to transocks?

ymmt2005 commented 6 years ago

Closing.