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 }