Commit 5c22a17c by 杨树贤

添加禁止国家

parent 7198c8ba
Showing with 7 additions and 6 deletions
......@@ -25,14 +25,15 @@ return [
'forbidden_ip_iso_code' => [
'RU', // 俄罗斯
'IR', // 伊朗
'UA', // 乌克兰
'SY', // 叙利亚
],
// 重定向到 /info 页面的国家
'disable_ip_iso_code' => [
'US',
'CA',
'GB',
'AU',
'UA',
'SY',
'US', // 美国
'CA', // 加拿大
'GB', // 英国
'AU', // 澳大利亚
]
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment