From 8aad298aa4adea83e04a20bb1a1b2bee6a3a6d6e Mon Sep 17 00:00:00 2001 From: tieshagr Date: Thu, 3 Apr 2025 16:05:21 +0300 Subject: [PATCH] debug my_dns --- src/DosAtk.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/DosAtk.cpp b/src/DosAtk.cpp index 2a64215..7e277c8 100644 --- a/src/DosAtk.cpp +++ b/src/DosAtk.cpp @@ -409,7 +409,7 @@ void my_fin() // curl --http2 "https://dns.google/resolve?name=example.com&type=A" // curl --http2 --header "accept: application/dns-json" "https://1.1.1.1/dns-query?name=cloudflare.com" --next --http2 --header "accept: application/dns-json" "https://1.1.1.1/dns-query?name=yandex.com" -void my_dns() +int my_dns() { // Данная процедура сопостовляет доменное имя с IP // Обрабатываем перменнкю domain, записываем в ip @@ -484,6 +484,7 @@ void my_dns() status = 1; } + return status; printf("end my_dns"); // debug }