Merge branch 'main' into main

This commit is contained in:
HaiYTB
2024-12-24 09:39:09 +07:00
committed by GitHub
8 changed files with 72 additions and 14 deletions
+2 -1
View File
@@ -153,7 +153,8 @@ var ignored = [
IGNORE("_dmarc", "TXT"),
IGNORE("autoconfig", "CNAME"),
IGNORE("autodiscover", "CNAME"),
IGNORE("dkim._domainkey", "TXT")
IGNORE("dkim._domainkey", "TXT"),
IGNORE("ns[1-4]", "A,AAAA"),
];
// Push TXT record of when the zone was last updated
+13
View File
@@ -0,0 +1,13 @@
{
"owner": {
"username": "firu115",
"email": "firu-glyphtones@proton.me"
},
"record": {
"AAAA": [
"2a01:04f8:0c0c:947e:0000:0000:0000:0001"
]
},
"description": "Glyphtones is a website that I made for sharing Nothing Phone ringtones that feature glyph light effects. https://nothing.tech/",
"repo": "https://github.com/Firu115/nothing_glyphtones"
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "DevMatei",
"email": "contact@devmatei.is-a.dev"
},
"record": {
"A": [
"75.2.60.5"
]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "DevMatei",
"email": "contact@devmatei.is-a.dev"
},
"record": {
"A": [
"75.2.60.5"
]
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"owner": {
"username": "Houloude9IOfficial"
},
"record": {
"CNAME": "houloude9.pages.dev"
}
}
+18 -12
View File
@@ -1,14 +1,20 @@
{
"description": "My Personal Website ",
"repo": "https://github.com/Adwaith-Shan-Pk/Adwaith-Shan-Pk.github.io",
"owner": {
"username": "Adwaith-Shan-Pk",
"email": "mail@adwaithshan.rf.gd",
"twitter": "lordlinux69"
},
"record": {
"A": ["45.90.12.31"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
"description": "My Personal Website ",
"repo": "https://github.com/Adwaith-Shan-Pk/Adwaith-Shan-Pk.github.io",
"owner": {
"username": "Adwaith-Shan-Pk",
"email": "mail@adwaithshan.rf.gd",
"twitter": "lordlinux69"
},
"record": {
"A": [
"45.90.12.31",
"37.114.46.37"
],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"owner": {
"username": "PlOszukiwaczDEV"
},
"record": {
"CNAME": "website-4ej.pages.dev"
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
"email": "smartcoder@linuxmail.org"
},
"record": {
"CNAME": "proxytwo.smartlinux.xyz"
"CNAME": "smartlinuxcoder.github.io"
}
}