From ff756a01d2029cf2c8e5d34bce868fa121a5fa55 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Mon, 24 Jun 2024 16:31:56 -0400 Subject: [PATCH] Added version tracking header info --- troubleshoot_server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/troubleshoot_server.sh b/troubleshoot_server.sh index b3dc5834..71e6c4b4 100644 --- a/troubleshoot_server.sh +++ b/troubleshoot_server.sh @@ -4,6 +4,7 @@ # Contributed by https://github.com/dinger1986 # v1.1 1/21/2022 update to include all services # v 1.2 6/24/2023 changed to add date, easier readability and ipv4 addresses only for checks +# v 1.3 6/24/2024 Adding resolvconf helper # This script asks for the 3 subdomains, checks they exist, checks they resolve locally and remotely (using google dns for remote), # checks services are running, checks ports are opened. The only part that will make the script stop is if the sub domains dont exist, theres literally no point in going further if thats the case