-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
59 lines (57 loc) · 1.22 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
manager:
max_workers: 2
providers:
config-files:
class: octodns.provider.yaml.SplitYamlProvider
directory: .
default_ttl: 120
# Suffix for each domain's dir (default: '.')
extension: .domain
# Allow record keys to be out of alphabetical order.
enforce_order: false
# Error when dups found
populate_should_replace: false
cloudflare:
class: octodns_cloudflare.CloudflareProvider
token: env/CLOUDFLARE_API_TOKEN
# Importing a domain will often delete/update many, so better to have good experience.
# TODO: Revisit if any apps become high-stakes.
update_pcent_threshold: 0.95
delete_pcent_threshold: 0.95
zones:
g0v.network.:
sources:
- config-files
targets:
- cloudflare
g0v.ca.:
sources:
- config-files
targets:
- cloudflare
t0ronto.ca.:
sources:
- config-files
targets:
- cloudflare
c4nada.ca.:
sources:
- config-files
targets:
- cloudflare
g0teborg.se.:
sources:
- config-files
targets:
- cloudflare
g0v.london.:
sources:
- config-files
targets:
- cloudflare
newspeak.link.:
sources:
- config-files
targets:
- cloudflare