diff --git a/dnsconfig.js b/dnsconfig.js index 2c80fcee4..5ee924a87 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -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 diff --git a/domains/gliphtones.json b/domains/gliphtones.json new file mode 100644 index 000000000..366f32373 --- /dev/null +++ b/domains/gliphtones.json @@ -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" +} diff --git a/domains/hate.json b/domains/hate.json new file mode 100644 index 000000000..3cd3062c8 --- /dev/null +++ b/domains/hate.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "DevMatei", + "email": "contact@devmatei.is-a.dev" + }, + "record": { + "A": [ + "75.2.60.5" + ] + } +} diff --git a/domains/hating.devmatei.json b/domains/hating.devmatei.json new file mode 100644 index 000000000..3cd3062c8 --- /dev/null +++ b/domains/hating.devmatei.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "DevMatei", + "email": "contact@devmatei.is-a.dev" + }, + "record": { + "A": [ + "75.2.60.5" + ] + } +} diff --git a/domains/houloude9.json b/domains/houloude9.json new file mode 100644 index 000000000..c0c9c96db --- /dev/null +++ b/domains/houloude9.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Houloude9IOfficial" + }, + "record": { + "CNAME": "houloude9.pages.dev" + } +} diff --git a/domains/shan.json b/domains/shan.json index e39234069..7d003ab99 100644 --- a/domains/shan.json +++ b/domains/shan.json @@ -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" + } } diff --git a/domains/skid.json b/domains/skid.json new file mode 100644 index 000000000..8a97aef4e --- /dev/null +++ b/domains/skid.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "PlOszukiwaczDEV" + }, + "record": { + "CNAME": "website-4ej.pages.dev" + } +} diff --git a/domains/smartlinuxcoder.json b/domains/smartlinuxcoder.json index d6ae1c7a0..8034acf7f 100644 --- a/domains/smartlinuxcoder.json +++ b/domains/smartlinuxcoder.json @@ -4,6 +4,6 @@ "email": "smartcoder@linuxmail.org" }, "record": { - "CNAME": "proxytwo.smartlinux.xyz" + "CNAME": "smartlinuxcoder.github.io" } }