Remove sops & add acs service

This commit is contained in:
2026-07-07 05:03:18 +01:00
parent 343ab84f42
commit 2d21314705
7 changed files with 40 additions and 65 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ source /run/secrets/main.env
cache=/var/lib/cloudflare-ddns/old_ip
IP=$(@curl@/bin/curl -s 'https://api.ipify.org')
arr=("" "git." "www.")
arr=("" "git." "www." "acs.")
if [[ -f "$cache" ]]; then
old_ip=$(cat "$cache")