This commit is contained in:
William Harrison
2024-10-17 19:26:16 +11:00
committed by GitHub
parent 6c264b9187
commit 24ce4db887
16 changed files with 35 additions and 106 deletions
-1
View File
@@ -6,7 +6,6 @@
| CuteDog5695 | [@CuteDog5695](https://github.com/CuteDog5695) | Maintainer |
| Daniel | [@hackermondev](https://github.com/hackermondev) | Maintainer |
| DIBSTER | [@DEV-DIBSTER](https://github.com/DEV-DIBSTER) | Maintainer |
| MaskDuck | [@MaskDuck](https://github.com/MaskDuck) | Maintainer |
| Om | [@omsenjalia](https://github.com/omsenjalia) | Maintainer |
| orangc | [@orxngc](https://github.com/orxngc) | Maintainer |
| Stef | [@Stef-00012](https://github.com/Stef-00012) | Maintainer |
+2 -7
View File
@@ -28,13 +28,8 @@ for (var idx in domains) {
var domainData = domains[idx].data;
var proxyState = proxy.on; // enabled by default
if (!commit[domainName]) {
commit[domainName] = [];
}
if (domainData.proxied === false) {
proxyState = proxy.off;
}
if (!commit[domainName]) commit[domainName] = [];
if (!domainData.proxied) proxyState = proxy.off;
// Handle A records
if (domainData.record.A) {
+18 -3
View File
@@ -1,11 +1,26 @@
{
"description": "The root domain for is-a.dev website",
"repo": "https://github.com/is-a-dev/is-a-dev.github.io",
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"URL": "http://www.is-a.dev"
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
"AAAA": [
"2606:50c0:8000::153",
"2606:50c0:8001::153",
"2606:50c0:8002::153",
"2606:50c0:8003::153"
],
"MX": [
"route1.mx.cloudflare.net",
"route2.mx.cloudflare.net",
"route3.mx.cloudflare.net"
],
"TXT": "v=spf1 include:_spf.mx.cloudflare.net ~all"
}
}
@@ -5,6 +5,6 @@
},
"record": {
"TXT": "e0ffcded3e"
"TXT": "9ac06a2c1c"
}
}
-10
View File
@@ -1,10 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"TXT": "1259c184c5"
}
}
@@ -1,10 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"TXT": "2c9dfbe7c8"
}
}
@@ -1,10 +1,10 @@
{
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"TXT": "7b45eb688b"
}
}
{
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"TXT": "c5409850ced5dfc8fb88283246972e"
}
}
+2 -2
View File
@@ -1,9 +1,9 @@
{
"owner": {
"username": "is-a-dev",
"email": "m@is-a.dev"
"email": ""
},
"record": {
"CNAME": "edge.redirect.pizza"
"URL": "https://discord.gg/is-a-dev-830872854677422150"
}
}
+1 -1
View File
@@ -6,6 +6,6 @@
"email": ""
},
"record": {
"URL": "https://www.is-a.dev/docs"
"CNAME": "is-a.dev"
}
}
-10
View File
@@ -1,10 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"MX": ["mail.hrsn.net"],
"TXT": "v=spf1 include:_spf.hrsn.net ~all"
}
}
-10
View File
@@ -1,10 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"MX": ["mail.hrsn.net"],
"TXT": "v=spf1 include:_spf.hrsn.net ~all"
}
}
-10
View File
@@ -1,10 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"URL": "https://github.com/is-a-dev/register"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"URL": "https://owl.is-a.dev"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"TXT": "RESERVED FOR REDIRECT URLS"
}
}
-10
View File
@@ -1,10 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"URL": "https://github.com/is-a-dev/register"
}
}
+1 -3
View File
@@ -1,11 +1,9 @@
{
"description": "The is-a.dev website",
"repo": "https://github.com/is-a-dev/is-a-dev.github.io",
"owner": {
"username": "is-a-dev",
"email": ""
},
"record": {
"CNAME": "is-a-dev.github.io"
"CNAME": "is-a.dev"
}
}