aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
blob: 9502668bfd21f010768f1011d15e7a1bf441dd72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python

CONFIG = {}

# The origin of the zone file
CONFIG['origin'] = 'example.org'

# The zone file itself
CONFIG['zonefile'] = './example.org.zone'

# Should return the external IP address of the current host
CONFIG['lookup_url'] = 'http://ipv4.example.org/'