feat: 升级 Openresty 版本到 1.21.4.3-3-3 (#1639)

This commit is contained in:
zhengkunwang
2024-06-25 10:08:35 +08:00
committed by GitHub
parent 920511525b
commit 8c7b636950
54 changed files with 27 additions and 10 deletions
@@ -0,0 +1,48 @@
{
"rules": [
{
"rule": "x-forwarded-for"
},
{
"rule": "x-real-ip"
},
{
"rule": "x-forwarded"
},
{
"rule": "forwarded-for"
},
{
"rule": "forwarded"
},
{
"rule": "true-client-ip"
},
{
"rule": "client-ip"
},
{
"rule": "ali-cdn-real-ip"
},
{
"rule": "cdn-src-ip"
},
{
"rule": "cdn-real-ip"
},
{
"rule": "cf-connecting-ip"
},
{
"rule": "x-cluster-client-ip"
},
{
"rule": "wl-proxy-client-ip"
},
{
"rule": "proxy-client-ip"
}
],
"type": "headers",
"header": "x-real-ip"
}