File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 4343
4444 :yellow_circle : 无需系统安装 WireGuard 组件
4545
46- :orange_circle : 单文件、无额外库依赖
46+ :orange_circle : go语言开发, 单文件、无额外库依赖
4747
4848 :red_circle : 自动申请免费SSL证书
4949
50- :large_blue_circle : TCP中转代理防UDP限流 (高级版)
50+ :large_blue_circle : 支持TCP协议中转,防UDP QoS限流 (高级版)
5151
5252
5353
@@ -106,7 +106,7 @@ docker compose up -d
106106
107107``` json
108108{
109- "version" : 3.1 , // 萤火虫当前版本
109+ "version" : 4.0 , // 萤火虫当前版本
110110 "host" : " 7.7.7.7" , // 萤火虫web管理后台ip或域名,默认为自动获取的公网ip
111111 "port" : 50121 , // 萤火虫web管理后台端口
112112 "auto_ssl" : false , // 萤火虫web管理后台是否启用自动获取Let's Encrypt签发证书,若启用请将web端口改为443
@@ -122,7 +122,8 @@ docker compose up -d
122122 "wg_persistent_keepalive" : 25 , // 萤火虫客户端存活包发送间隔时间
123123 "wg_address" : " 198.18.0.1/16" , // 萤火虫客户端虚拟ip网段范围
124124 "wg_dns" : " 1.1.1.1" , // 萤火虫客户端dns配置
125- "wg_allowed_ips" : " 0.0.0.0/0, ::/0" // 萤火虫客户端要转发流量到服务端的ip地址范围,默认所有流量
125+ "wg_allowed_ips" : " 0.0.0.0/0, ::/0" , // 萤火虫客户端要转发流量到服务端的ip地址范围,默认所有流量
126+ "wg_proxy_address" : " :50122" // 萤火虫TCP协议中转监听地址,可防止UDP QoS限流
126127}
127128```
128129
You can’t perform that action at this time.
0 commit comments