update omg.lol records

This commit is contained in:
Pyrox 2023-02-23 15:08:40 -05:00
parent 9ce1f67b2e
commit d90a298666
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -3,7 +3,7 @@ with dns.combinators; {
SOA = {
nameServer = "ns1.pyrox.dev.";
adminEmail = "me@thehedgehog.me";
serial = 2023021301;
serial = 2023022301;
# Refresh the records every hour
refresh = 3600;
# If retry fails, retry after 10 minutes
@ -13,7 +13,7 @@ with dns.combinators; {
};
# Set Primary root records
A = ["159.89.247.131"];
A = ["5.78.160.207"];
# Set primary nameserver to my nameserver.
NS = [
@ -107,6 +107,6 @@ with dns.combinators; {
## Statuspage, hosted at PikaPods
status.CNAME = ["thankful-junglefowl.pikapod.net."];
blog.A = [ "159.89.247.131" ];
blog.A = [ "5.78.160.207" ];
};
}