Update: README.md
This commit is contained in:
parent
42b9e0c9e7
commit
93a1eb90e4
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -25,6 +25,7 @@
|
||||||
- HTTP/HTTPS and SOCKS proxy
|
- HTTP/HTTPS and SOCKS proxy
|
||||||
- Surge like configuration
|
- Surge like configuration
|
||||||
- GeoIP rule support
|
- GeoIP rule support
|
||||||
|
- Support Vmess/Shadowsocks/Socks5
|
||||||
- Support for Netfilter TCP redirect
|
- Support for Netfilter TCP redirect
|
||||||
|
|
||||||
## Discussion
|
## Discussion
|
||||||
|
@ -77,14 +78,18 @@ redir-port = 7892
|
||||||
external-controller = 127.0.0.1:8080
|
external-controller = 127.0.0.1:8080
|
||||||
|
|
||||||
[Proxy]
|
[Proxy]
|
||||||
# name = ss, server, port, cipher, password
|
# name = ss, server, port, cipher, password(, obfs=tls/http, obfs-host=bing.com)
|
||||||
# The types of cipher are consistent with go-shadowsocks2
|
# The types of cipher are consistent with go-shadowsocks2
|
||||||
# support AEAD_AES_128_GCM AEAD_AES_192_GCM AEAD_AES_256_GCM AEAD_CHACHA20_POLY1305 AES-128-CTR AES-192-CTR AES-256-CTR AES-128-CFB AES-192-CFB AES-256-CFB CHACHA20-IETF XCHACHA20
|
# support AEAD_AES_128_GCM AEAD_AES_192_GCM AEAD_AES_256_GCM AEAD_CHACHA20_POLY1305 AES-128-CTR AES-192-CTR AES-256-CTR AES-128-CFB AES-192-CFB AES-256-CFB CHACHA20-IETF XCHACHA20
|
||||||
ss1 = ss, server1, port, AEAD_CHACHA20_POLY1305, password
|
ss1 = ss, server1, port, AEAD_CHACHA20_POLY1305, password
|
||||||
ss2 = ss, server2, port, AEAD_CHACHA20_POLY1305, password
|
ss2 = ss, server2, port, AEAD_CHACHA20_POLY1305, password
|
||||||
|
|
||||||
|
# name = vmess, server, port, uuid, alterId, cipher(, tls=true)
|
||||||
|
# cipher support auto/aes-128-gcm/chacha20-poly1305/none
|
||||||
|
vmess1 = vmess, server, port, uuid, 32, auto, tls=true
|
||||||
|
|
||||||
# name = socks5, server, port
|
# name = socks5, server, port
|
||||||
socks = socks5, server1, port
|
socks = socks5, server, port
|
||||||
|
|
||||||
[Proxy Group]
|
[Proxy Group]
|
||||||
# url-test select which proxy will be used by benchmarking speed to a URL.
|
# url-test select which proxy will be used by benchmarking speed to a URL.
|
||||||
|
@ -108,6 +113,8 @@ FINAL,,Proxy # note: there is two ","
|
||||||
|
|
||||||
[riobard/go-shadowsocks2](https://github.com/riobard/go-shadowsocks2)
|
[riobard/go-shadowsocks2](https://github.com/riobard/go-shadowsocks2)
|
||||||
|
|
||||||
|
[v2ray/v2ray-core](https://github.com/v2ray/v2ray-core)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FDreamacro%2Fclash.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FDreamacro%2Fclash?ref=badge_large)
|
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FDreamacro%2Fclash.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FDreamacro%2Fclash?ref=badge_large)
|
||||||
|
|
Loading…
Reference in a new issue