mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 04:13:03 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
0f36c50b5b
3 changed files with 19 additions and 1 deletions
|
@ -683,5 +683,11 @@
|
|||
"url": "https://g.dev/{}",
|
||||
"urlMain": "https://g.dev/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"mastodon.technology": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://mastodon.technology/@{}",
|
||||
"urlMain": "https://mastodon.xyz/",
|
||||
"username_claimed": "ashfurrow",
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1565,3 +1565,16 @@ As of 09.10.2022, Google Developer returns false positives. The site is dynamic
|
|||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## mastodon.technology
|
||||
As of 18.12.2022, mastodon.technology has no A/AAAA records and the [website was shut down by the owner](https://ashfurrow.com/blog/mastodon-technology-shutdown/).
|
||||
|
||||
```json
|
||||
"mastodon.technology": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://mastodon.technology/@{}",
|
||||
"urlMain": "https://mastodon.xyz/",
|
||||
"username_claimed": "ashfurrow",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
1
sites.md
1
sites.md
|
@ -338,7 +338,6 @@
|
|||
1. ![](https://www.google.com/s2/favicons?domain=https://www.livelib.ru/) [livelib](https://www.livelib.ru/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://mastodon.cloud/) [mastodon.cloud](https://mastodon.cloud/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://chaos.social/) [mastodon.social](https://chaos.social/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://mastodon.xyz/) [mastodon.technology](https://mastodon.xyz/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://mastodon.xyz/) [mastodon.xyz](https://mastodon.xyz/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://www.mercadolivre.com.br) [mercadolivre](https://www.mercadolivre.com.br)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://www.metacritic.com/) [metacritic](https://www.metacritic.com/)
|
||||
|
|
Loading…
Reference in a new issue