支持平台
dnspod
cloudxns
aliyun
dnscom
dnsla
cloudxns
DnsDun
多用户、多域名、多平台同时存在
界面简单、舒适,操作简单
3.1.0 (20190803)
1、增加解析网站内容关键词检测
2、增加对dnsdun.com解析平台的支持
2、修复已知的一些问题
3.0.1 (20190419)
1、程序框架由ThinkPHP 改为Laravel 5.8
2、增加对cloudxns平台的支持
3、增加用户组功能
4、更新一些平台的接口
安装说明
1、程序的框架是Laravel 5.8,因此需要环境满足以下要求:
- PHP >= 7
- PHP OpenSSL 扩展
- PHP PDO 扩展
- PHP Mbstring 扩展
- PHP Tokenizer 扩展
- PHP XML 扩展
- PHP Ctype 扩展
- PHP JSON 扩展
PHP BCMath 扩展
伪静态设置
Apache 伪静态配置
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule>
Nginx 伪静态配置
location / { try_files $uri $uri/ /index.php?$query_string; }
免费使用(无备案):https://l9.lol
下载地址
评论 (0)