feat(nginx): 增加geoip的城市数据
这个提交包含在:
@@ -87,7 +87,11 @@ spec:
|
|||||||
"pipe": "$pipe",
|
"pipe": "$pipe",
|
||||||
"gzip_ratio": "$gzip_ratio",
|
"gzip_ratio": "$gzip_ratio",
|
||||||
"http_cf_ray": "$http_cf_ray",
|
"http_cf_ray": "$http_cf_ray",
|
||||||
"geoip_country_code": "$geoip2_city_country_code"
|
"geoip_country_code": "$geoip2_city_country_code",
|
||||||
|
"geoip_city": "$geoip2_city",
|
||||||
|
"geoip_org": "$geoip2_org",
|
||||||
|
"geoip_longitude": "$geoip2_longitude",
|
||||||
|
"geoip_latitude": "$geoip2_latitude"
|
||||||
}'
|
}'
|
||||||
# crowdsec插件配置
|
# crowdsec插件配置
|
||||||
plugins: "crowdsec"
|
plugins: "crowdsec"
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户