-
Notifications
You must be signed in to change notification settings - Fork 9
/
dnschef.toml
59 lines (46 loc) · 2.33 KB
/
dnschef.toml
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
[A] # Queries for IPv4 address records
"*.thesprawl.org" = "100.100.100.100"
"*.test.thesprawl.org" = "127.0.0.1"
"*.*.thesprawl.org" = "1.1.1.1"
"c.*.*.thesprawl.org" = "1.1.2.2"
"fuck.shit.com" = "192.168.0.1"
"*.wat.org" = { file = "./requirements.txt", chunk_size = 122 }
[AAAA] # Queries for IPv6 address records
"*.thesprawl.org" = "2001:db8::1"
"*.wat.org" = { file = "./requirements.txt", chunk_size = 122 }
[MX] # Queries for mail server records
"*.thesprawl.org" = "mail.fake.com"
[NS] # Queries for mail server records
"*.thesprawl.org" = "ns.fake.com"
[CNAME] # Queries for alias records
"*.thesprawl.org" = "www.fake.com"
[TXT] # Queries for text records
"*.thesprawl.org" = "fake message"
"ok.thesprawl.org" = "fake message"
"*.something.wattahog.org" = "fuck off"
"ns*.shit.fuck.org" = { file = "./requirements.txt", chunk_size = 189, response_format = "{prefix}test-{chunk}", response_prefix_pool = ["atlassian-domain-verification=", "onetrust-domain-verification=", "docusign=" ] }
[TXT."*.wattahog.org"]
file = "./requirements.txt"
chunk_size = 189
response_format = "{prefix}test-{chunk}"
response_prefix_pool = [ "atlassian-domain-verification=", "onetrust-domain-verification=" , "docusign=" ]
[PTR]
"*.2.0.192.in-addr.arpa" = "fake.com"
[SOA]
# FORMAT: mname rname t1 t2 t3 t4 t5
"*.thesprawl.org" = "ns.fake.com. hostmaster.fake.com. 1 10800 3600 604800 3600"
[NAPTR]
# FORMAT: order preference flags service regexp replacement
"*.thesprawl.org" = "100 10 U E2U+sip !^.*$!sip:[email protected]! ."
[SRV]
# FORMAT: priority weight port target
"*.*.thesprawl.org" = "0 5 5060 sipserver.fake.com"
[DNSKEY]
# FORMAT: flags protocol algorithm base64(key)
"*.thesprawl.org" = "256 3 5 AQPSKmynfzW4kyBv015MUG2DeIQ3Cbl+BBZH4b/0PY1kxkmvHjcZc8nokfzj31GajIQKY+5CptLr3buXA10hWqTkF7H6RfoRqXQeogmMHfpftf6zMv1LyBUgia7za6ZEzOJBOztyvhjL742iU/TpPSEDhm2SNKLijfUppn1UaNvv4w=="
[RRSIG]
# FORMAT: covered algorithm labels labels orig_ttl sig_exp sig_inc key_tag name base64(sig)
"*.thesprawl.org" = "A 5 3 86400 20030322173103 20030220173103 2642 thesprawl.org. oJB1W6WNGv+ldvQ3WDG0MQkg5IEhjRip8WTrPYGv07h108dUKGMeDPKijVCHX3DDKdfb+v6oB9wfuh3DTJXUAfI/M0zmO/zz8bW0Rznl8O3tGNazPwQKkRN20XPXV6nwwfoXmJQbsLNrLfkGJ5D6fwFm8nN+6pBzeDQfsS3Ap3o="
[HTTPS]
# FORMAT: priority target key=value pairs
"*.thesprawl.org" = "1 . alpn=h2 ipv4hint=127.0.0.1 ipv6hint=::1"