From 52456a5d2c27a241257a0c9be9d879ba9485a816 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 16 Dec 2023 16:27:10 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 562660a..5a846fd 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Check socket ##### Request ``` -GET socket.php?port=80&host=php.net +GET socket.php?port=80&host=yo.index ``` ##### Response @@ -68,13 +68,13 @@ Show host records ###### Single record ``` -GET dig.php?name=php.net&record=A +GET dig.php?name=yo.index&record=A ``` ###### Multiple records ``` -GET dig.php?name=php.net&records[]=A&records[]=AAAA +GET dig.php?name=yo.index&records[]=A&records[]=AAAA ``` ##### Response