mirror of https://github.com/Dreamacro/clash.git
Chore: update README.md
This commit is contained in:
parent
da391356dd
commit
09cd34ec07
10
README.md
10
README.md
|
@ -5,7 +5,7 @@
|
||||||
<br>
|
<br>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<h4 align="center">A rule based proxy in Go.</h4>
|
<h4 align="center">A rule based tunnel in Go.</h4>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://travis-ci.org/Dreamacro/clash">
|
<a href="https://travis-ci.org/Dreamacro/clash">
|
||||||
|
@ -22,16 +22,12 @@
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- HTTP/HTTPS and SOCKS proxy
|
- HTTP/HTTPS and SOCKS protocol
|
||||||
- Surge like configuration
|
- Surge like configuration
|
||||||
- GeoIP rule support
|
- GeoIP rule support
|
||||||
- Support Vmess/Shadowsocks/Socks5
|
- Support Vmess/Shadowsocks/Socks5
|
||||||
- Support for Netfilter TCP redirect
|
- Support for Netfilter TCP redirect
|
||||||
|
|
||||||
## Discussion
|
|
||||||
|
|
||||||
[Telegram Group](https://t.me/clash_discuss)
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
You can build from source:
|
You can build from source:
|
||||||
|
@ -85,7 +81,7 @@ port: 7890
|
||||||
# port of SOCKS5
|
# port of SOCKS5
|
||||||
socks-port: 7891
|
socks-port: 7891
|
||||||
|
|
||||||
# redir proxy for Linux and macOS
|
# redir port for Linux and macOS
|
||||||
# redir-port: 7892
|
# redir-port: 7892
|
||||||
|
|
||||||
allow-lan: false
|
allow-lan: false
|
||||||
|
|
Loading…
Reference in New Issue