15 Commits (master)

Author SHA1 Message Date
fangdingjun fc6f0a9ee1 return err on Serve instead of log.Print 6 years ago
fangdingjun 15d133571f add auth service to auth user for socks5 6 years ago
Dingjun 1ff9df1ae0 refine the code
read all data at once
allocate byte buffer once
reply a error to client when connect to remote failed, instead of
connection reset
socks4/5 use the same data exchange method
7 years ago
Dingjun 1b11369965 export DialFunc 7 years ago
fangdingjun 9c3def8cdb go vet 8 years ago
fangdingjun 4094a344ef add socks client support 8 years ago
fangdingjun 14c964c1c2 Merge branch 'master' of https://github.com/fangdingjun/socks-go 8 years ago
Dingjun 63f16e0188 add password auth for socks5 8 years ago
fangdingjun 54b53f1f16 change mode 8 years ago
Dingjun f624794388 add protocol data format 8 years ago
Dingjun a05b5b5ab9 fix mis-typed dash 8 years ago
Dingjun 8a138fb3db minor changes
add some comments
fix some wrong format
change the method of forward finish check
8 years ago
Dingjun cdfc17d24a golint 8 years ago
Dingjun 0cdf31ddaf add optional Dial option
the dial function provider a way to connect to server
8 years ago
fangdingjun e79873c7b5 Initial commit 9 years ago