mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-03 10:23:33 +00:00
Merge branch 'main' into main
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DevMatei",
|
||||
"email": "contact@devmatei.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"75.2.60.5"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DevMatei",
|
||||
"email": "contact@devmatei.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"75.2.60.5"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Houloude9IOfficial"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "houloude9.pages.dev"
|
||||
}
|
||||
}
|
||||
+18
-12
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "PlOszukiwaczDEV"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "website-4ej.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "smartcoder@linuxmail.org"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "proxytwo.smartlinux.xyz"
|
||||
"CNAME": "smartlinuxcoder.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user