Stars: 312
Forks: 127
Pull Requests: 1
Issues: 8
Watchers: 17
Last Updated: 2021-03-01 10:08:22
微信域名拦截检测、QQ域名拦截检测。
License:
Languages: PHP, Vue, Shell, Blade
域名工具:微信域名拦截检测、QQ域名拦截检测:http://eson.vip ,查询有缓存,如需实时查询请自行部署。
具体可查看 源码 或 博客
git clone https://github.com/GallopYD/domain-tool.git
cd domain-tool && composer install
cp .env.example .env
php artisan key:gen
# 不使用 whois 查询,无需安装
yum install -y jwhois
vim .env
# 默认开启缓存(24小时)
TOOL_CACHE_ENABLE=true
# 微信测试号/服务号(不使用短连接查询,无需配置)
WECHAT_ACCOUNT=[{"app_id":"wx124d666666666666","app_secret":"8cd0b6f79d8008d0d265666666666666"}]
php artisan l5:gen