Web API tools with native Yggdrasil/IPv6 support
Find a file
2023-12-15 20:28:20 +02:00
src/public initial commit 2023-12-15 20:28:20 +02:00
.gitignore initial commit 2023-12-15 20:28:20 +02:00
composer.json initial commit 2023-12-15 20:28:20 +02:00
composer.lock initial commit 2023-12-15 20:28:20 +02:00
LICENSE Initial commit 2023-12-15 18:45:30 +02:00
README.md initial commit 2023-12-15 20:28:20 +02:00

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