Skip to content

Commit

Permalink
update github address in version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Mar 10, 2019
1 parent a8464ad commit ad96381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wssocks-ustb/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (v *version) Run() error {
fmt.Printf("version\t %s.\n", VERSION)
fmt.Printf("protocol version\t %d\n", wss.VersionCode)
fmt.Println("This is a socks5 proxy which allows you to visit internal network in USTB.")
fmt.Println("github https://github.com/genshen/wssocks-ustb")
fmt.Println("github https://github.com/genshen/wssocks-plugin-ustb")
fmt.Println("based on https://github.com/genshen/ws-socks")
return nil
}

0 comments on commit ad96381

Please sign in to comment.