Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
gost
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
gost
Commits
944af506
Commit
944af506
authored
Oct 22, 2016
by
rui.zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README
parent
85524989
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
README.md
README.md
+1
-1
README_en.md
README_en.md
+16
-4
No files found.
README.md
View file @
944af506
...
...
@@ -212,7 +212,7 @@ gost -L=:8080 -F=socks://server_ip:1080
**注:**
如果transport已经支持加密(wss, tls, http2),则SOCKS5不会再使用加密方法,防止不必要的双重加密。
#### Shadowsocks
gost对
S
hadowsocks的支持是基于
[
shadowsocks-go
](
https://github.com/shadowsocks/shadowsocks-go
)
库。
gost对
s
hadowsocks的支持是基于
[
shadowsocks-go
](
https://github.com/shadowsocks/shadowsocks-go
)
库。
服务端(可以通过ota参数开启OTA模式):
```
bash
...
...
README_en.md
View file @
944af506
...
...
@@ -3,8 +3,6 @@ gost - GO Simple Tunnel
### A simple security tunnel written in Golang
[
中文文档
](
README.md
)
Features
------
*
Listening on multiple ports
...
...
@@ -155,10 +153,24 @@ Gost HTTP2 supports two modes and self-adapting:
*
As a standard HTTP2 proxy, and backwards-compatible with the HTTPS proxy.
*
As transport (similar to wss), tunnel other protocol.
**NOTE:**
The proxy chain of gost supports only one HTTP2 proxy node and the nearest rule applies,
the first HTTP2 proxy node is treated as an HTTP2 proxy, and the other HTTP2 proxy nodes are treated as HTTPS proxies.
#### QUIC
Support for QUIC is based on library
[
quic-go
](
https://github.com/lucas-clemente/quic-go
)
.
Server:
```
bash
gost
-L
=
quic://:6121
```
Client(Chrome):
```
bash
chrome
--enable-quic
--proxy-server
=
quic://server_ip:6121
```
**NOTE:**
Due to Chrome's limitations, it is currently only possible to access the HTTP (but not HTTPS) site through QUIC.
Encryption Mechanism
------
#### HTTP
...
...
@@ -206,7 +218,7 @@ Otherwise, use standard SOCKS5 for communication (no-auth or user/pass).
#### Shadowsocks
Support for shadowsocks is based on library
[
shadowsocks-go
](
https://github.com/shadowsocks/shadowsocks-go
)
.
Server (The OTA mode can be enabled
with
the ota parameter):
Server (The OTA mode can be enabled
by
the ota parameter):
```
bash
gost
-L
=
ss://aes-128-cfb:123456@:8338?ota
=
1
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment