Coder Social home page Coder Social logo

kldns's Introduction

由于发现这个项目用途的确不大,现停止更新维护!

个人博客地址:https://klsf.cc

快乐二级域名分发系统 (kldns v3.1.0)

此系统有哪些特点

  • 目前支持的域名解析平台有
    • 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.1.3
    • PHP OpenSSL 扩展
    • PHP PDO 扩展
    • PHP Mbstring 扩展
    • PHP Tokenizer 扩展
    • PHP XML 扩展
    • PHP Ctype 扩展
    • PHP JSON 扩展
    • PHP BCMath 扩展
  • 2、环境必须支持伪静态

  • Apache 伪静态配置

    • 确保 Apache 启用了 mod_rewrite 模块以支持 .htaccess 解析。
  • Nginx 伪静态配置

      location / {
          try_files $uri $uri/ /index.php?$query_string;
      }
    

有问题反馈

1、如果你需要程序支持其他域名解析平台,且该平台有api接口,可以联系我,我尽量添加! 2、在使用中有任何问题,欢迎反馈给我,可以用以下联系方式跟我交流

kldns's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.