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