-
Notifications
You must be signed in to change notification settings - Fork 30
/
README
30 lines (27 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
_ ___ ___ ____
(_) / _ \ / _ \___ \
__ _ _ _ _ __ ______ ___ _ _ __ | | | | | | |__) |
/ _` | | | | '_ \______/ __| | '_ \| | | | | | |__ <
| (_| | |_| | | | | \__ \ | |_) | |_| | |_| |__) |
\__, |\__,_|_| |_| |___/_| .__/ \___/ \___/____/
__/ | | |
|___/ |_|
=== Intro ===
This is a specialized version of `gun`, which works as a SIP003 plugin.
For a detailed view of SIP003 specification, please go to https://shadowsocks.org/en/wiki/Plugin.html.
Please visit your shadowsocks implementation's document for configuration instruction.
=== Notes ===
Plugin Argument Examples:
* Server:
server:/path/to/cert.pem:/path/to/key.key
* Server, without TLS
server:cleartext
* Client:
client
* Client, without TLS
client:cleartext
* Client, with customized SNI:
client:customized-sni.example.com
=== Credits ===
@studentmain
@ducksoft