From ad96381af1c934c52407593b7529b62a84f27e11 Mon Sep 17 00:00:00 2001 From: genshen Date: Sun, 10 Mar 2019 16:28:42 +0800 Subject: [PATCH] update github address in version.go --- wssocks-ustb/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wssocks-ustb/version/version.go b/wssocks-ustb/version/version.go index 587b600..1480ceb 100644 --- a/wssocks-ustb/version/version.go +++ b/wssocks-ustb/version/version.go @@ -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 }