From c8d0bb868b6aef8cb4b73ff4e3ebb7e3f851138a Mon Sep 17 00:00:00 2001 From: pfych Date: Thu, 9 Jan 2025 07:43:12 +1100 Subject: [PATCH] Add ghost to DNS --- .config/scripts/cron/dns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/scripts/cron/dns.sh b/.config/scripts/cron/dns.sh index c26b1da..f6a0ca1 100755 --- a/.config/scripts/cron/dns.sh +++ b/.config/scripts/cron/dns.sh @@ -1,6 +1,6 @@ export AWS_PROFILE=default DOMAIN="pfy.ch" -declare -a SUB_DOMAINS=("home" "git" "zip" "ente" "mastodon" "chat") +declare -a SUB_DOMAINS=("home" "git" "zip" "ente" "mastodon" "chat" "ghost") # Scripts CURRENT_IP=`dig @resolver4.opendns.com myip.opendns.com +short`