mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 06:05:52 +03:00
[GH-ISSUE #267] Bark能不能设置白名单 #109
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Hello-XPH on GitHub (Mar 19, 2024).
Original GitHub issue: https://github.com/Finb/bark-server/issues/267
@Hello-XPH commented on GitHub (Mar 19, 2024):
比如说那些ip不被ban
@Finb commented on GitHub (Mar 19, 2024):
这个最好用防火墙之类的自己配置规则
@Hello-XPH commented on GitHub (Mar 19, 2024):
就内网使用,还是会导致404的出现
@Hello-XPH commented on GitHub (Mar 19, 2024):
还是希望可以设置白名单
@Finb commented on GitHub (Mar 19, 2024):
bark-server 不会 ban ip,没有这个功能。404一般是你URL拼错了,检查特殊字符是否URL编码
@Hello-XPH commented on GitHub (Mar 19, 2024):
推送使用次数限制
正常请求(HTTP状态码为200)无任何限制。
但如果在5分钟内超过1000次错误请求(HTTP状态码为400 404 500)IP会被 BAN 24小时
@Hello-XPH commented on GitHub (Mar 19, 2024):
这个是你自己写的,会被BAN24小时的
@Hello-XPH commented on GitHub (Mar 19, 2024):
为什么会错误这么多测试我也不太清除,
@Finb commented on GitHub (Mar 19, 2024):
这个是我服务器防火墙规则,因为是公共服务器限制下滥用,和bark-server没有关系的
@Finb commented on GitHub (Mar 19, 2024):
已经回答了 404一般是你URL拼错了,检查URL中的特殊字符
@Hello-XPH commented on GitHub (Mar 19, 2024):
好吧,不是404 是400刚刚写错了
@Finb commented on GitHub (Mar 19, 2024):
400 也是
@Hello-XPH commented on GitHub (Mar 19, 2024):
就访问了ip:8080 也是400 普通都没有写
@Hello-XPH commented on GitHub (Mar 19, 2024):
重启没有解决问题,重新安装docker 就好了