Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ICKelin committed May 2, 2024
1 parent 3fee698 commit fcb6e98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ gtun本身只提供流量代理通道,至于哪些流量需要被劫持,**
### 安装运行gtund
gtund部署在美国的AWS上,支持systemd和docker两种方式进行启动。

[release](https://github.com/ICKelin/gtun/releases)里面找到2.0.7版本的产物并进行下载
[release](https://github.com/ICKelin/gtun/releases)里面找到2.0.8版本的产物并进行下载

```
cd gtund
Expand Down Expand Up @@ -140,7 +140,7 @@ docker-compose up --build -d

### 安装运行gtun

gtun的安装也类似,在[release](https://github.com/ICKelin/gtun/releases)里面找到2.0.7版本的产物并进行下载,然后在本地linux上进行部署
gtun的安装也类似,在[release](https://github.com/ICKelin/gtun/releases)里面找到2.0.8版本的产物并进行下载,然后在本地linux上进行部署

```shell
cd gtun
Expand Down
3 changes: 1 addition & 2 deletions src/gtun/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ var logo = `
██ ██ ██ ██ ██ ██ ██ ██
██████ ██ ██████ ██ ████
====================================
https://github.com/ICKelin/gtun
`
https://github.com/ICKelin/gtun`

func main() {
flgConf := flag.String("c", "", "config file")
Expand Down
3 changes: 1 addition & 2 deletions src/gtund/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ var logo = `
██ ██ ██ ██ ██ ██ ██ ██
██████ ██ ██████ ██ ████
====================================
https://github.com/ICKelin/gtun
`
https://github.com/ICKelin/gtun`

func init() {
go http.ListenAndServe(":6060", nil)
Expand Down

0 comments on commit fcb6e98

Please sign in to comment.