搜索结果
查看所有结果
首页
卷轴
群组
页面
查看更多
群组
页面
活动
博客
定价
工作
课程
论坛
电影
游戏
加入
登录
注册
主题切换器
夜间模式
搜索
文章
博客
用户
页面
群组
活动
xxwcomadmin
@xxwcomadmin
添加的博客 in
Networking
2025-11-06 06:53:41
·
Openresty 限制 UA 访问频率
map $http_user_agent $ua_200 { default "-"; "~^(.{0,200})" "$1"; } map "" $ipua_raw { default "$remote_addr|$ua_200"; } map $ipua_raw $ipua_255 { default "$ipua_raw"; "~^(.{1,255})" "$1"; } limit_conn_zone $ipua_255 zone=peripua:20m; limit_conn peripua 100;
0 评论
·
0 分享
·
36 查看
·
0 评论