updated updater fix
This commit is contained in:
parent
ecd77647e7
commit
9c117a4136
@ -3,7 +3,7 @@
|
||||
set -o nounset
|
||||
|
||||
|
||||
ID=$(timeout 1 -k dig @resolver4.opendns.com myip.opendns.com +short -4 || timeout 1 dig -t aaaa +short myip.opendns.com @resolver1.opendns.com)
|
||||
ID=$(timeout 1 dig @resolver4.opendns.com myip.opendns.com +short -4 || timeout 1 dig -t aaaa +short myip.opendns.com @resolver1.opendns.com)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user