Web API tools with native Yggdrasil/IPv6 support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghost 6bbe001254 initial commit 1 year ago
src/public initial commit 1 year ago
.gitignore initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md initial commit 1 year ago
composer.json initial commit 1 year ago
composer.lock initial commit 1 year ago

README.md

dns-api

Simple DNS API

Install

git clone https://github.com/YGGverse/dns-api.git
cd dns-api
composer install

Run

cd src/public
php -S localhost:8080

Usage

Dig

Single record

dig.php?name=php.net&record=A

Multiple records

dig.php?name=php.net&records[]=A&records[]=AAAA