-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCorefile
More file actions
48 lines (47 loc) · 871 Bytes
/
Corefile
File metadata and controls
48 lines (47 loc) · 871 Bytes
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
algo.xyz {
health :8080
reload
prometheus :9153
rewrite stop {
# rewrite requests to remove xyz suffix - add back on answer
name regex (.*)\.algo\.xyz {1}.algo
answer name (.*)\.algo {1}.algo.xyz
}
nfd {
# mainnet
node https://mainnet-api.4160.nodely.dev
registryid 760937186
cachemins 5
algoxyzip 34.111.170.195
}
cache {
keepttl
}
debug
log
errors {
stacktrace
}
}
dotalgo.io {
reload
prometheus :9153
rewrite stop {
name regex (.*)\.dotalgo\.io {1}.algo
answer name (.*)\.algo {1}.dotalgo.io
}
nfd {
node https://mainnet-api.4160.nodely.dev
registryid 760937186
cachemins 5
algoxyzip 34.111.170.195
}
cache {
keepttl
}
debug
log
errors {
stacktrace
}
}