Skip to content

The purpose of this container is to update DNS zone records using Gandi's LiveDNS (http://doc.livedns.gandi.net/) with your WAN IP (For Raspberry Pi)

License

Notifications You must be signed in to change notification settings

cstuder/gandi-livedns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gandi-livedns

Raspberry Pi compatible version using arm32v6/alpine as base image.

Fork from https://github.com/jbbodart/gandi-livedns

The purpose of this container is to update DNS zone records using Gandi's LiveDNS (http://doc.livedns.gandi.net/) with your WAN IP.

Mandatory variables

  • APIKEY: your Gandi API key
  • DOMAIN: your Gandi domain
  • RECORD_LIST: DNS records to update separated by ";", for the domain itself use @

Optional variables

  • REFRESH_INTERVAL: Delay between updates (default: 10mn)
  • TTL: Set Time To Live for records (default: 300)
  • SET_IPV4: Update A record (default: yes)
  • SET_IPV6: Update AAAA record (default: no)
  • FORCE_IPV4: Force the IPv4 address to be used in DNS A records
  • FORCE_IPV6: Force the IPv6 address to be used in DNS AAAA records

License

GPL, see LICENSE.

About

The purpose of this container is to update DNS zone records using Gandi's LiveDNS (http://doc.livedns.gandi.net/) with your WAN IP (For Raspberry Pi)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.2%
  • Dockerfile 9.8%