changed dns_file from /tmp... to /tmp/

This commit is contained in:
George Pochiscan 2026-02-16 16:01:35 +02:00
parent ad6ae278b5
commit f79e09b6da

View File

@ -34,7 +34,7 @@ whois_domain() {
# #
# Also, as of 2025, RDAP is useful with gTLDs and about 1/3rd of ccTLDs. # Also, as of 2025, RDAP is useful with gTLDs and about 1/3rd of ccTLDs.
rdap_domain() { rdap_domain() {
dns_file="$HOME/tmp/agent_domains_expiry.json" dns_file="/tmp/agent_domains_expiry.json"
domain="$1" domain="$1"
tld="${domain##*.}" # get TLD off end of $domain tld="${domain##*.}" # get TLD off end of $domain