8000 GitHub - tedder/dynip: simple dynamic ip/dns updater. AWS for now, later: others?
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ dynip Public

simple dynamic ip/dns updater. AWS for now, later: others?

License

Notifications You must be signed in to change notification settings

tedder/dynip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
< A531 /div>
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fairly simply dynip/dyndns script to update an AWS route53 entry.

Don't forget to inject awscli credentials into it.

env vars

MYNAME
MYDOMAIN
HEALTHCHECK_URL
HOSTED_ZONE_ID
WHOIS_HOST

docker-compose entry

  dynip:
    image: ghcr.io/tedder/dynip:latest
    restart: always
    volumes:
    - /foo/aws-credentials:/.aws/config
    environment:
    - HEALTHCHECK_URL=https://hc-ping.com/asdf
    - MYNAME=home
    - MYDOMAIN=mydomain.com
    - WHOIS_HOST=NS-987.AWSDNS-123.COM
    - HOSTED_ZONE_ID=Z2IABCDABCD123

About

simple dynamic ip/dns updater. AWS for now, later: others?

Resources

License

Stars

Watchers

Forks

Packages

 
 
 
0