Skip to content

hurricanepkt/dnsimple-dyndns-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnsimple-dyndns-arm

DNSimple Dynamic DNS updater for ARM processors

Installation

Using docker compose

For more information on account id - https://support.dnsimple.com/articles/api-access-token/

    dnsimple:
        container_name: dnsimple
        image: markgreenway/dnsimple-dyndns-arm:latest
        environment:
            TZ: 'America/New_York'
            PATH: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
            HOME: '/root'
            LANGUAGE: 'en_US.UTF-8'        
            LANG: 'en_US.UTF-8'
            TERM: 'xterm'
            APTLIST: 'curl inotify-tools'
            ACCOUNT_ID: 
            TOKEN:   
            ZONE_ID : 
            RECORD_ID : 
            SLEEP_DELAY: 600        

Source Code

github.com/hurricanepkt/dnsimple-dyndns-arm

About

DNSimple Dynamic DNS updater for ARM processors

Resources

License

Stars

Watchers

Forks

Packages

No packages published