Download the PHP package appserver-io/dnsserver without Composer
On this page you can find all versions of the php package appserver-io/dnsserver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download appserver-io/dnsserver
More information about appserver-io/dnsserver
Files in appserver-io/dnsserver
Package dnsserver
Short Description Multithreaded DNS serve written in php
License OSL-3.0
Homepage https://github.com/appserver-io/webserver
Informations about the package dnsserver
DNS Server
Introduction
Are you serious? A DNS server written in pure PHP for PHP? Ohhhh Yes! :)
We use this in the appserver.io
project as a server component for handling DNS requests. The purpose to
implement a DNS server is to deliver it with appserver.io and allow automatich DNS resolution for the defined virtual hosts.
Installation
If you want to use the DNS server with your application add this
to your and invoke in your project.
Usage
If you can satisfy the requirements it is very simple to use the DNS server. Just do this:
If you're using appserver.io
the start line will be:
Open a console and enter
the output should be
which is the IP v4 address for the domain test.com, defined in the file etc/dns_record.json
;)
External Links
- Documentation at appserver.io
All versions of dnsserver with dependencies
monolog/monolog Version 1.10.*
rhumsaa/uuid Version ~2.8
psr/log Version *
appserver-io/server Version ~10.0
appserver-io/logger Version ~2.0
appserver-io-psr/socket Version ~1.0
appserver-io/concurrency Version ~0.1