All Projects → klsf → Kldns

klsf / Kldns

快乐二级域名分发系统

Projects that are alternatives of or similar to Kldns

Js.org
Dedicated to JavaScript and its awesome community since 2015
Stars: ✭ 3,996 (+1342.6%)
Mutual labels:  dns, domain
Fierce
A DNS reconnaissance tool for locating non-contiguous IP space.
Stars: ✭ 1,072 (+287%)
Mutual labels:  dns, domain
Information collection handbook
Handbook of information collection for penetration testing and src
Stars: ✭ 447 (+61.37%)
Mutual labels:  dns, domain
Dnsbrute
a fast domain brute tool
Stars: ✭ 352 (+27.08%)
Mutual labels:  dns, domain
Dart Basic Utils
A dart package for many helper methods fitting common situations
Stars: ✭ 153 (-44.77%)
Mutual labels:  dns, domain
Bash Toolkit
Este proyecto esá destinado a ayudar a los sysadmin
Stars: ✭ 13 (-95.31%)
Mutual labels:  dns, domain
Thedev.id
🎉 An identity for developers on the web.
Stars: ✭ 37 (-86.64%)
Mutual labels:  dns, domain
Domainfuzz
Domain name permutation engine for detecting typo squatting, phishing and corporate espionage
Stars: ✭ 74 (-73.29%)
Mutual labels:  dns, domain
Python Whois
Python module/library for retrieving WHOIS information of domains 💻❤
Stars: ✭ 128 (-53.79%)
Mutual labels:  dns, domain
Hosts Blocklists
Automatically updated, moderated and optimized lists for blocking ads, trackers, malware and other garbage
Stars: ✭ 1,749 (+531.41%)
Mutual labels:  dns, domain
Dumb
Dumain Bruteforcer - a fast and flexible domain bruteforcer
Stars: ✭ 54 (-80.51%)
Mutual labels:  dns, domain
Dnsrecords.io
A webapp to fetch dns records
Stars: ✭ 278 (+0.36%)
Mutual labels:  laravel, dns
domainerator
Simple application written in Go that combines two wordlists and a list of TLDs to form domain names and check if they are already registered.
Stars: ✭ 26 (-90.61%)
Mutual labels:  dns, domain
Laravel Angular Cms
CMS built on Laravel, AngularJS and Material Design
Stars: ✭ 272 (-1.81%)
Mutual labels:  laravel
Laravel Translator
An Eloquent translator for Laravel
Stars: ✭ 275 (-0.72%)
Mutual labels:  laravel
Laravel Aws Worker
Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers
Stars: ✭ 272 (-1.81%)
Mutual labels:  laravel
Alfred Laravel Docs
An ultra-fast Laravel docs search workflow for Alfred 3+.
Stars: ✭ 270 (-2.53%)
Mutual labels:  laravel
Ekko
Framework agnostic PHP package for marking navigation items active.
Stars: ✭ 275 (-0.72%)
Mutual labels:  laravel
Laravel Chunk Upload
The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
Stars: ✭ 275 (-0.72%)
Mutual labels:  laravel
Laravel Gamp
📊 Laravel Google Analytics Measurement Protocol Package
Stars: ✭ 271 (-2.17%)
Mutual labels:  laravel

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

个人博客地址: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、在使用中有任何问题,欢迎反馈给我,可以用以下联系方式跟我交流

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].