Skip to content

Commit cfae629

Browse files
committed
更新文档
1 parent 779b217 commit cfae629

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/en-us/faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ Try switching networks, rebooting the device, or disabling any proxy/VPN affecti
88
This is a connectivity issue between your device and Apple’s servers, and cannot be fixed by the app author.
99

1010
### Push Usage Limit
11-
Normal usage is not restricted. <b>Abnormal usage may result in the IP being banned for 24 hours.</b>
11+
Normal usage is not restricted. <b>Abnormal usage may result in the IP being banned for 24 hours.</b>
1212
If more than 1,000 TCP connections are established at the same time, new requests will be rejected. When sending a large number of push notifications, please use HTTP/2 to multiplex TCP connections.
1313

1414
Ban rules:
1515
1. More than 1,000 erroneous requests within 5 minutes (HTTP status codes such as 400, 404, 500, etc.).
1616
2. More than 5 HTTP 405 error requests within 5 minutes
1717
3. More than 5 erroneous requests within 5 minutes, with the User-Agent being “*Mozilla/5.0 (X11; Linux x86_64)”
18+
> These limits don't apply if you're self-hosting
1819
1920
### Receiving Unknown or Unexpected Pushes (e.g., “NoContent”)
2021
Possible causes:

docs/faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
1. 5分钟内超过 1000 次错误请求(HTTP状态码为 400 404 500 等)
1717
2. 5分钟内超过 5 次 405 错误请求(主要是防止某未知软件,会大量 POST api.day.app)
1818
3. 5分钟内超过 5 次错误请求,并且 User-Agent 为 “*Mozilla/5.0 (X11; Linux x86_64)” (疑似绿邮会大量重试未发送成功的短信)
19+
> 自行部署的 Bark-Server 无以上限制
1920
2021
#### 莫名收到未知推送,比如 NoContent
2122
可能的原因:<br>

0 commit comments

Comments
 (0)