From 13dd1a83c6febecf91c22ff59ee01cfe675fe54e Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 6 Oct 2023 20:03:42 -0700 Subject: [PATCH] updated reseter app to include new ipv6 --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index 69276ad..da895c0 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -2,9 +2,12 @@ set -o nounset +Domain=$(echo | cat /var/lib/domains/wordpress) + ID=$(timeout 1 -k dig @resolver4.opendns.com myip.opendns.com +short -4) -ID6=$(timeout 1 dig -t aaaa +short myip.opendns.com @resolver1.opendns.com) +ID6=$(timeout 1 dig $Domain AAAA +short +) curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |