Files
xinhu/config/iplist.php
2022-08-14 16:47:40 +08:00

12 lines
260 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* 这个页面是设置黑白名单访问的
*/
return array(
//黑名单IP多个,分开如127.0.0.1,192.168.1.100也可以写192.168.1这样就是现在192.168.1.*所有的
'blackip' => '',
//白名单
'whiteip' => ''
);