Merge branch 'main' into main

This commit is contained in:
Akshay Nair
2020-10-22 01:33:20 +05:30
committed by GitHub
5 changed files with 35 additions and 4 deletions
+11
View File
@@ -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"
}
}
+11
View File
@@ -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
View File
@@ -6,6 +6,6 @@
"email": "dipanroy@mindwebs.org"
},
"record": {
"CNAME": "dipanroy.com"
"A": "115.187.62.14"
}
}
+1 -3
View File
@@ -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>
`;
+11
View File
@@ -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;