You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
187 B
Markdown
13 lines
187 B
Markdown
8 years ago
|
|
||
|
this is a socks client example
|
||
|
|
||
|
usage
|
||
|
|
||
|
run server first, command
|
||
|
|
||
|
go run $GOPATH/src/github.com/fandingjun/socks-go/examples/server/server.go
|
||
|
|
||
|
then
|
||
|
|
||
|
go run client.go
|