Add comments
parent
ead5da6614
commit
a22d3e22cb
|
@ -1,14 +1,18 @@
|
||||||
-- mat.services zone configuration
|
-- mat.services zone configuration
|
||||||
-- _a = "mat.services"
|
-- _a = "mat.services"
|
||||||
|
|
||||||
|
-- custom protonmail domain
|
||||||
protonmail(_a)
|
protonmail(_a)
|
||||||
|
|
||||||
|
-- static site on netlify
|
||||||
alias(_a, "apex-loadbalancer.netlify.com")
|
alias(_a, "apex-loadbalancer.netlify.com")
|
||||||
cname("www", "mat-services.netlify.app.")
|
cname("www", "mat-services.netlify.app.")
|
||||||
|
|
||||||
|
-- forgejo on fly
|
||||||
aaaa("git", "2a09:8280:1::a:4caa")
|
aaaa("git", "2a09:8280:1::a:4caa")
|
||||||
a("git", "37.16.20.177")
|
a("git", "37.16.20.177")
|
||||||
|
|
||||||
|
-- goatcounter on fly
|
||||||
aaaa("stats", "2a09:8280:1::6:6df4")
|
aaaa("stats", "2a09:8280:1::6:6df4")
|
||||||
a("stats", "168.220.83.238")
|
a("stats", "168.220.83.238")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue