2023-12-15 20:28:20 +02:00
2023-12-15 20:28:20 +02:00
2023-12-15 20:28:20 +02:00
2023-12-15 20:28:20 +02:00
2023-12-15 20:28:20 +02:00
2023-12-15 18:45:30 +02:00
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
Description
Web API tools with native Yggdrasil/IPv6 support
Readme MIT 41 KiB
Languages
PHP 100%