changed dns_file from /tmp... to /tmp/
This commit is contained in:
parent
ad6ae278b5
commit
f79e09b6da
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user