diff --git a/README.md b/README.md index 13b6ea6..4796f8d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ make build | | No | No | US/DE | Yes | Whatever Social | | | No | No | DE | No | https://bloat.cat | | | No | No | DE | No | https://gitro.xyz | +| | No | No | DE | Yes | https://jeikobu.net | [Status Page](https://github.com/rramiachraf/dumb-instances) diff --git a/instances.json b/instances.json index 0381818..34dbac8 100644 --- a/instances.json +++ b/instances.json @@ -46,5 +46,10 @@ "clearnet": "https://dumb.gitro.xyz/", "country": "DE", "cdn": false + }, + { + "clearnet": "https://dumb.jeikobu.net/", + "country": "DE", + "cdn": true } ]