mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-20 20:24:49 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -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": "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
-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