updated updater fix

This commit is contained in:
naturallaw77 2023-12-02 11:39:52 -08:00
parent b3e4b0018a
commit c9244bfc18

View File

@ -3,7 +3,7 @@
set -o nounset
ID=$(timeout 1 -k dig @resolver4.opendns.com myip.opendns.com +short -4)
ID=$(timeout 1 dig @resolver4.opendns.com myip.opendns.com +short -4)
ID6=$(timeout 1 dig -t aaaa +short myip.opendns.com @resolver1.opendns.com)