Skip to content

Commit 35e5342

Browse files
committed
v4.1
1 parent 6c234c0 commit 35e5342

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README_EN.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Firefly is a simple and easy to install WireGuard server software, which can be
4747

4848
:red_circle: Automatically apply for free SSL certificate
4949

50+
:large_blue_circle: Support TCP protocol relay and prevent UDP QoS flow limitation (advanced version)
51+
5052
<h3 align="center">
5153
<img src="https://github.com/Safe3/firefly/blob/main/firefly.png" alt="firefly" width="700px">
5254
<br>
@@ -117,7 +119,8 @@ The first time running firefly will generate a conf/config.json configuration fi
117119
"wg_persistent_keepalive": 25, // WireGuard client keepalive packet sending interval time
118120
"wg_address": "198.18.0.1/15", // WireGuard client virtual IP network range
119121
"wg_dns": "1.1.1.1", // WireGuard client DNS configuration
120-
"wg_allowed_ips": "0.0.0.0/0, ::/0" // WireGuard client allowed ips
122+
"wg_allowed_ips": "0.0.0.0/0, ::/0", // WireGuard client allowed ips
123+
"wg_proxy_address": ":50122" // TCP relay listening address,which can prevent UDP QoS flow limitation
121124
}
122125
```
123126

0 commit comments

Comments
 (0)