Initial commit

This commit is contained in:
2024-09-01 03:26:24 +09:00
commit 1786ce366b
11 changed files with 307 additions and 0 deletions

8
start.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [ ! -f /app/cloudflare-ddns/config/env.json ]; then
cp /app/cloudflare-ddns/init/default_env.json /app/cloudflare-ddns/config/env.json
fi
sh /app/cloudflare-ddns/run_script.sh
# tail -f /var/log/cloudflare_ddns.log