mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-26 01:28:47 +08:00
e33ac3b1eb
* feat: 更新 Openresty 版本到 1.21.4.3-3-1-focal * feat: 更新配置文件 * feat: 网站监控增加日志保存天数
48 lines
669 B
JSON
48 lines
669 B
JSON
{
|
|
"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"
|
|
} |