Skip to content

Commit

Permalink
*: bump version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nange committed Feb 25, 2020
1 parent 28bfc35 commit f91b3ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ v1.0


### TODO
* 添加UDP转发支持
* 支持手机端


Expand Down Expand Up @@ -54,7 +53,7 @@ go get github.com/nange/easyss/cmd/remote-server

copy本项目中的config.json文件和上面下载的二进制文件放同一目录.
打开config.json文件, 修改里面对应的项:
* server: 服务器ip或者域名(必填)
* server: 服务器域名(必填)
* server_port: 服务器对应端口(必填)
* local_port: 本地监听端口(默认1080)
* password: 通信加密密钥(必填)
Expand Down
3 changes: 2 additions & 1 deletion easyss.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ import (
"github.com/txthinking/socks5"
)

const version = "1.1"

func init() {
log.SetFormatter(&log.JSONFormatter{TimestampFormat: "2006-01-02 15:04:05.000"})
log.SetLevel(log.InfoLevel)
}

func PrintVersion() {
const version = "1.0"
fmt.Println("easyss version", version)
}

Expand Down

0 comments on commit f91b3ab

Please sign in to comment.