-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
64 lines (50 loc) · 1.1 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
60
61
62
63
---
manager:
max_workers: 10
providers:
zones:
class: octodns.provider.yaml.YamlProvider
directory: ./zones
default_ttl: 300
enforce_order: true
cloudflare:
# class: octodns.provider.cloudflare.CloudflareProvider
class: octodns_cloudflare.CloudflareProvider
email: env/CLOUDFLARE_EMAIL
token: env/CLOUDFLARE_TOKEN
processors:
exclude-names:
class: octodns.processor.filter.NameRejectlistFilter
rejectlist:
# exact string match
# - www
# contains/substring match
# - /substring/
# regex pattern match
# - /some-pattern-\\d\\+/
# regex - anchored so has to match start to end
# - /^start-.+-end$/
#
# - callisto
- /dynamic-/
# include-names:
# class: octodns.processor.filter.NameAllowlistFilter
# allowlist:
zones:
grumpydude.com.:
sources:
- zones
processors:
- exclude-names
targets:
- cloudflare
grumpydudette.com.:
sources:
- zones
targets:
- cloudflare
kcrew.net.:
sources:
- zones
targets:
- cloudflare