Skip to content

An Authoritative DNS Server written in pure PHP using swoole extension

Notifications You must be signed in to change notification settings

awaysoft/AwayDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AwayDNS - A pure PHP DNS Server

This is an Authoritative DNS Server written in pure PHP using swoole extension. It will listen to DNS request on the default port (Default: port 53) and give answers about any donamin that it has DNS records for. This class can be used to give DNS responses dynamically based on your pre-existing PHP code.

Support Record Types

  • A
  • NS
  • CNAME
  • SOA
  • PTR
  • MX
  • TXT
  • AAAA
  • OPT
  • AXFR
  • ANY

PHP Requirements

  • PHP 5.4+
  • PHP extension: swoole

Thanks

This project is based on yswery/PHP-DNS-SERVER

License

MIT License

About

An Authoritative DNS Server written in pure PHP using swoole extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages