dns/mat.services.lua

21 lines
429 B
Lua
Raw Normal View History

2022-11-06 02:48:42 +00:00
-- mat.services zone configuration
-- _a = "mat.services"
2023-07-26 17:09:03 +00:00
-- custom protonmail domain
2022-11-06 02:48:42 +00:00
protonmail(_a)
2023-07-26 17:09:03 +00:00
-- static site on netlify
2022-11-06 02:48:42 +00:00
alias(_a, "apex-loadbalancer.netlify.com")
cname("www", "mat-services.netlify.app.")
2023-07-26 17:09:03 +00:00
-- forgejo on fly
2022-11-06 02:48:42 +00:00
aaaa("git", "2a09:8280:1::a:4caa")
a("git", "37.16.20.177")
2023-07-26 17:09:03 +00:00
-- goatcounter on fly
2022-11-06 02:48:42 +00:00
aaaa("stats", "2a09:8280:1::6:6df4")
a("stats", "168.220.83.238")
2022-12-22 06:41:59 +00:00
2023-07-26 16:23:30 +00:00
-- vanity nameservers
vanityns("tom", "dana")