mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-20 16:23:40 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
"email": "abhishek.sankar.in@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nullpointxr.github.io"
|
||||
"CNAME": "abhisheks.me"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Ahmed's personal site",
|
||||
"repo": "https://github.com/Dropheart",
|
||||
"owner": {
|
||||
"username": "dropheart",
|
||||
"email": "ahmed@techfromtheheart.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://techfromtheheart.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Anatoliy Poloz portfolio",
|
||||
"repo": "https://github.com/tolyod/tolyod.github.io",
|
||||
"owner": {
|
||||
"username": "tolyod",
|
||||
"email": "anatoliy.poloz@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "tolyod.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "AyanAmy's About Page",
|
||||
"repo": "https://github.com/jy1263/jy1263.github.io",
|
||||
"owner": {
|
||||
"username": "jy1263",
|
||||
"email": "",
|
||||
"twitter": "jy126orjy126"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jy1263.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Beno's personal developer website",
|
||||
"repo": "https://github.com/benosambinu/benosambinu.github.io",
|
||||
"owner": {
|
||||
"username": "benosambinu",
|
||||
"email": "benosbs@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "benosambinu.github.io"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -6,6 +6,6 @@
|
||||
"email": "dipanroy@mindwebs.org"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "dipanroy.com"
|
||||
"A": "115.187.62.14"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -6,6 +6,6 @@
|
||||
"email": "contact@hzmi.xyz"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "hzmi.me"
|
||||
"URL": "https://hzmi.me"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Pxseu's website!",
|
||||
"owner": {
|
||||
"username": "pxseu",
|
||||
"email": "",
|
||||
"twitter": "@pxseu"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://www.pxseu.com"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -6,6 +6,6 @@
|
||||
"email": "waxaranai@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "wisnu.me"
|
||||
"URL": "https://wisnu.me"
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-3
@@ -24,15 +24,13 @@ Don't worry, you can create a new pull request with the corrections
|
||||
|
||||
## Love/Hate the service?
|
||||
**Love it?** Leave it a **star**! Also consider donating so that I can keep this service running forever!
|
||||
|
||||
**Hate it?** Please leave your feedback by [creating an issue](https://github.com/is-a-dev/register/issues/new/choose). I would really like to keep improving this service for other users.
|
||||
|
||||
|
||||
## Wanna support this project?
|
||||
Help me in my mission to keep this service alive forever by donating!
|
||||
|
||||
<a href="https://www.buymeacoffee.com/phenax" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="28" width="119"></a>
|
||||
<a href="https://liberapay.com/phenax" target="_blank"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg?style=for-the-badge" alt="Liberapay recurring donation button" /></a>
|
||||
<a href="https://www.buymeacoffee.com/phenax" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="28" width="119"></a> <a href="https://liberapay.com/phenax" target="_blank"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg?style=for-the-badge" alt="Liberapay recurring donation button" /></a>
|
||||
|
||||
`;
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
sed \
|
||||
-e 's/\.json.*$/.is-a.dev/g' \
|
||||
-e 's/^\s*domains\///g' \
|
||||
-e '/^\s*$/d' \
|
||||
| while read domain; do
|
||||
echo "$domain";
|
||||
dig "$domain" +noall +answer && echo "done" || echo "x";
|
||||
done;
|
||||
|
||||
Reference in New Issue
Block a user