yarencheng / ddns

check external IP and update DNS record in GCP Cloud DNS if they are different

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker build -t yarencheng/ddns .
docker run -d --restart always \
    --name ddns \
    -e GOOGLE_SERVICE_ACCOUNT_KEY_JSON_BASE64=$(cat sa.json | base64 -w 0) \
    -e PROJECT_ID=my_gcp_project_id \
    -e MANAGED_ZONE=my_zone \
    -e NAME=example.local \
    yarencheng/ddns

About

check external IP and update DNS record in GCP Cloud DNS if they are different


Languages

Language:Go 100.0%