From bd4051ac8016f68dc4622d74287096f4fe3692d2 Mon Sep 17 00:00:00 2001 From: Pierce Thompson Date: Fri, 7 Jun 2024 22:34:28 -0400 Subject: [PATCH] Add instance intellectual.frontendfriendly.xyz Closes #33 --- README.md | 3 ++- instances.json | 13 +++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c096da6..6e70343 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,9 @@ Not sure how to host your own instance? View the [deployment](#deployment) instr | URL | Tor | Country | Cloudflare | |--------------------------------------------|-------------------------------------------------------------------------------------------|---------|------------| | https://intellectual.insprill.net/ | No | πŸ‡ΊπŸ‡Έ US | βœ”οΈ | -| https://in.bloat.cat/ | No | πŸ‡·πŸ‡΄ RO | | | https://intellectual.catsarch.com/ | [Yes](http://intellectual.catsarchywsyuss6jdxlypsw5dc7owd5u5tr6bujxb7o6xw2hipqehyd.onion) | πŸ‡ΊπŸ‡Έ US | | +| https://intellectual.frontendfriendly.xyz/ | No | πŸ‡ΊπŸ‡Έ US | | +| https://in.bloat.cat/ | No | πŸ‡·πŸ‡΄ RO | | If there is a checkmark under "Cloudflare", that means the site is proxied behind [Cloudflare](https://www.cloudflare.com/). diff --git a/instances.json b/instances.json index 3a5f1dc..a697753 100644 --- a/instances.json +++ b/instances.json @@ -5,14 +5,19 @@ "cdn": true }, { - "clearnet": "https://in.bloat.cat/", - "country": "RO", + "clearnet": "https://intellectual.catsarch.com/", + "tor": "http://intellectual.catsarchywsyuss6jdxlypsw5dc7owd5u5tr6bujxb7o6xw2hipqehyd.onion/", + "country": "US", "cdn": false }, { - "clearnet": "https://intellectual.catsarch.com/", - "tor": "http://intellectual.catsarchywsyuss6jdxlypsw5dc7owd5u5tr6bujxb7o6xw2hipqehyd.onion/", + "clearnet": "https://intellectual.frontendfriendly.xyz/", "country": "US", "cdn": false + }, + { + "clearnet": "https://in.bloat.cat/", + "country": "RO", + "cdn": false } ]