Added to global check: DNS check and proxy check. From VizzleTF

This commit is contained in:
itdoginfo
2025-05-02 14:50:06 +03:00
parent 2b8208186d
commit e025271a14
2 changed files with 37 additions and 0 deletions

View File

@@ -2250,6 +2250,14 @@ global_check() {
done
fi
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
print_global "➡️ DNS status"
dns_info=$(check_dns_available)
dns_type=$(echo "$dns_info" | jq -r '.dns_type')
dns_server=$(echo "$dns_info" | jq -r '.dns_server')
status=$(echo "$dns_info" | jq -r '.status')
print_global "$dns_type ($dns_server) is $status"
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
print_global "🔁 FakeIP"