Commit 5c22a17c by 杨树贤

添加禁止国家

parent 7198c8ba
Showing with 7 additions and 6 deletions
...@@ -25,14 +25,15 @@ return [ ...@@ -25,14 +25,15 @@ return [
'forbidden_ip_iso_code' => [ 'forbidden_ip_iso_code' => [
'RU', // 俄罗斯 'RU', // 俄罗斯
'IR', // 伊朗 'IR', // 伊朗
'UA', // 乌克兰
'SY', // 叙利亚
], ],
// 重定向到 /info 页面的国家 // 重定向到 /info 页面的国家
'disable_ip_iso_code' => [ 'disable_ip_iso_code' => [
'US', 'US', // 美国
'CA', 'CA', // 加拿大
'GB', 'GB', // 英国
'AU', 'AU', // 澳大利亚
'UA',
'SY',
] ]
]; ];
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