Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • cb7fbbb4642cdc8e180c8c8e03efc6960918156a
  • master default protected
2 results

config-template.txt

Blame
  • config-template.txt 430 B
    [local]
    # gandi.net API (Production) key
    apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    
    # domain
    domain = example.com
    
    # A-record name (@, dev, home, etc) that will be updated
    # example is for raspbian.example.com
    a_name = raspbian 
    
    # TTL (seconds)
    ttl = 900
    
    # Production API
    api = https://dns.api.gandi.net/api/v5/
    
    # Number of retries for looking up our own IP address, since
    # the service seems to be flaky sometimes.
    retries = 3