mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-17 14:54:18 +02:00
Added and updated repositories 2025-11-07 01:04:48
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user