mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-23 20:25:59 +00:00
Merge branch 'main' into patch-3
This commit is contained in:
@@ -30,3 +30,8 @@ jobs:
|
||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
with:
|
||||
args: push
|
||||
|
||||
- name: Trigger URL Webhook
|
||||
env:
|
||||
WEBHOOK_URL: ${{ secrets.URL_WEBHOOK }}
|
||||
run: curl -X GET "$WEBHOOK_URL"
|
||||
|
||||
+1
-1
@@ -7,5 +7,5 @@
|
||||
| Daniel | [@hackermondev](https://github.com/hackermondev) | Maintainer |
|
||||
| DIBSTER | [@DEV-DIBSTER](https://github.com/DEV-DIBSTER) | Maintainer |
|
||||
| Om | [@omsenjalia](https://github.com/omsenjalia) | Maintainer |
|
||||
| orangc | [@orxngc](https://github.com/orxngc) | Maintainer |
|
||||
| orangc | [@orangci](https://github.com/orangci) | Maintainer |
|
||||
| Stef | [@Stef-00012](https://github.com/Stef-00012) | Maintainer |
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
# Temporary Downtime
|
||||
Hey all, there is a temporary downtime for all subdomains as we migrate the is-a.dev zone to a different Cloudflare account.
|
||||
|
||||
Sorry for any inconvenience. All subdomains temporarily will redirect to https://is-a.dev.
|
||||
|
||||
---
|
||||
|
||||
<p align="center">
|
||||
<img alt="is-a.dev Banner" src="https://raw.githubusercontent.com/is-a-dev/register/main/media/banner.png">
|
||||
</p>
|
||||
|
||||
+3
-2
@@ -60,7 +60,7 @@ for (var subdomain in domains) {
|
||||
// Handle MX records
|
||||
if (domainData.record.MX) {
|
||||
for (var mx in domainData.record.MX) {
|
||||
commit.push(MX(subdomainName, 10, domainData.record.MX[mx] + "."));
|
||||
commit.push(MX(subdomainName, 10 + parseInt(mx), domainData.record.MX[mx] + "."));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -92,7 +92,7 @@ for (var subdomain in domains) {
|
||||
|
||||
// Handle URL records
|
||||
if (domainData.record.URL) {
|
||||
// Temporarily disabled
|
||||
commit.push(A(subdomainName, IP("192.0.2.1"), { cloudflare_proxy: "on" }));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,6 +106,7 @@ commit.push(IGNORE("_dmarc", "TXT"));
|
||||
commit.push(IGNORE("_psl", "TXT"));
|
||||
commit.push(IGNORE("autoconfig", "CNAME"));
|
||||
commit.push(IGNORE("autodiscover", "CNAME"));
|
||||
commit.push(IGNORE("internal", "DS,NS"));
|
||||
commit.push(IGNORE("ns[1-5]", "A,AAAA"));
|
||||
|
||||
// Commit all DNS records
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "for discord website",
|
||||
"repo": "https://srpvt.github.io/card/",
|
||||
"owner": {
|
||||
"username": "SRPVT",
|
||||
"email": "gta69editz@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "srpvt.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "opulentloop",
|
||||
"username": "mysticdebjit",
|
||||
"email": "debjitmandal8925@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "opulentloop.github.io"
|
||||
"CNAME": "mysticdebjit.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Kush-Dhingra",
|
||||
"email": "kushdhingra3112@gmail.com",
|
||||
"discord": "1035869217796403220"
|
||||
},
|
||||
"record": {
|
||||
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
|
||||
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "wdhdev",
|
||||
"email": "william@is-a.dev"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"URL": "https://william.is-a.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "ы.is-a.dev",
|
||||
"repo": "https://github.com/juststudio7/website",
|
||||
"owner": {
|
||||
"username": "JustDeveloper1",
|
||||
"email": "support@juststudio.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "edge.redirect.pizza"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user