This repository was archived by the owner on Jun 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-45
lines changed
Expand file tree Collapse file tree 3 files changed +25
-45
lines changed Original file line number Diff line number Diff line change 11# SNIProxyGo
2- 一个简单的SNI代理实现
32
4- ## README in English: [ Here] ( https://github.com/TachibanaSuzume/SNIProxyGo/blob/master/READMEEN.md " link ") .
3+ Simple SNI proxy written in go.
4+ Source from < https://github.com/TachibanaSuzume/SNIProxyGo > .
55
6- ## 编译
7- * go get gopkg.in/yaml.v2
8- * go build
6+ ## Compile
97
10- ## 使用方式:
11- * 打开443端口的访问权限
12- * 修改config.yaml中的规则
13- * 运行
8+ ``` sh
9+ go get gopkg.in/yaml.v2
10+ go build
11+ ```
1412
15- ## 命令行附加参数
16- * -D 允许调试输出
17- * -F log.txt 记录输出到文件
18- * -c config.yaml 使用特定的config文件
13+ ## Usage:
1914
20- ## 感谢
21- 部分代码来自: https://github.com/fangdingjun/sniproxy
22- io反射代码来自: https://github.com/ziozzang/SimpleSNIProxy
15+ * Open port 443
16+ * Edit rules in config.yaml
17+ * Start
2318
24- ## 协议
25- 本项目遵守GPL协议,无论软件以何种形式发布,都必须同时附上源代码。
26- 如果需要商业使用,请联系我。
19+ ## Usage:
20+ Usage of ./SNIProxyGo:
21+ ``` bash
22+ -D Enable debug
23+ -F < string> log to file
24+ -c < string> config file (default " config.yaml" )
25+ ```
2726
28- ## 商业化使用以及对接WHMCS
29- 欢迎联系TG: [ TG用户] ( https://t.me/TachibanaSuzume " 点我 ") .
30- 欢迎加入TG群: [ TG群] ( https://t.me/V2rayIsNotGreat " 点我 ") .
27+ ## Credit
28+
29+ | Author | Link | License |
30+ | ------ | ---- | ------- |
31+ | TachibanaSuzume | < https://github.com/TachibanaSuzume/SNIProxyGo > | GPL-3.0 |
32+ | fangdingjun | < https://github.com/fangdingjun/sniproxy > | GPL-3.0 |
33+ | ziozzang | < https://github.com/ziozzang/SimpleSNIProxy > | BSD-2-Clause |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments