Add ghost to DNS

This commit is contained in:
pfych 2025-01-09 07:43:12 +11:00
parent 7373cdbdfd
commit c8d0bb868b

View File

@ -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`