Skip to content

Commit

Permalink
v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengrui committed Apr 14, 2018
1 parent 94b3259 commit 48f3c3f
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 5 deletions.
29 changes: 27 additions & 2 deletions README.md
Expand Up @@ -27,9 +27,34 @@ gost - GO Simple Tunnel
* [权限控制](https://docs.ginuerzh.xyz/gost/permission/)
* [负载均衡](https://docs.ginuerzh.xyz/gost/load-balancing/)

Wiki站点: https://docs.ginuerzh.xyz/gost/
Wiki站点: <https://docs.ginuerzh.xyz/gost/>

Google讨论组: https://groups.google.com/d/forum/go-gost
Google讨论组: <https://groups.google.com/d/forum/go-gost>

安装
------

#### 二进制文件

<https://github.com/ginuerzh/gost/releases>

#### 源码编译

```bash
go get -u github.com/ginuerzh/gost/cmd/gost
```

#### Docker

```bash
docker pull ginuerzh/gost
```

#### Ubuntu商店

```bash
sudo snap install gost
```

快速上手
------
Expand Down
30 changes: 28 additions & 2 deletions README_en.md
Expand Up @@ -24,9 +24,35 @@ Features
* [Permission control](https://docs.ginuerzh.xyz/gost/en/permission/)
* [Load balancing](https://docs.ginuerzh.xyz/gost/en/load-balancing/)

Wiki: https://docs.ginuerzh.xyz/gost/en/
Wiki: <https://docs.ginuerzh.xyz/gost/en/>

Google group: https://groups.google.com/d/forum/go-gost
Google group: <https://groups.google.com/d/forum/go-gost>


Installation
------

#### Binary files

<https://github.com/ginuerzh/gost/releases>

#### From source

```bash
go get -u github.com/ginuerzh/gost/cmd/gost
```

#### Docker

```bash
docker pull ginuerzh/gost
```

#### Ubuntu store

```bash
sudo snap install gost
```

Getting started
------
Expand Down
2 changes: 1 addition & 1 deletion gost.go
Expand Up @@ -14,7 +14,7 @@ import (
)

// Version is the gost version.
const Version = "2.5-rc2"
const Version = "2.5"

// Debug is a flag that enables the debug log.
var Debug bool
Expand Down

0 comments on commit 48f3c3f

Please sign in to comment.