Added and updated repositories 2025-11-07 01:04:48

This commit is contained in:
github-actions[bot]
2025-11-07 01:04:48 +00:00
parent d036812a2a
commit e00a5bd171
14 changed files with 1687 additions and 615 deletions

View File

@@ -63,7 +63,7 @@ async def get_whois(identifier, API_KEY: str) -> dict:
return response
async def fetch_dns_record(session, domain, record_type):
url = "https://unfiltered.adguard-dns.com/resolve"
url = "https://dns.google/resolve"
headers = {"accept": "application/dns-json"}
params = {"name": domain, "type": record_type}