From 5ccc1862b70df18f0901e1105f86a5eeeddbf8c7 Mon Sep 17 00:00:00 2001 From: nyuuzyou <130591045+nyuuzyou@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:27:54 +0300 Subject: [PATCH] add intellectual.ducks.party instance (#38) --- README.md | 14 +++++++------- instances.json | 8 +++++++- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d6c19e1..7bca00d 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,13 @@ Not sure how to host your own instance? View the [deployment](#deployment) instr ### Clearnet | URL | Tor | I2P | Country | Cloudflare | |--------------------------------------------|-------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|-----------|------------| -| https://intellectual.insprill.net/ | No | No | πŸ‡ΊπŸ‡Έ US | βœ”οΈ | -| https://intellectual.catsarch.com/ | [Yes](http://intellectual.catsarchywsyuss6jdxlypsw5dc7owd5u5tr6bujxb7o6xw2hipqehyd.onion) | [Yes](http://ahysxi4w2wl7vf7ghy3hbqibvdg4e7je3s2lrsrb6xpukklevrka.b32.i2p) | πŸ‡ΊπŸ‡Έ US | | -| https://intellectual.frontendfriendly.xyz/ | No | No | πŸ‡ΊπŸ‡Έ US | | -| https://intellectual.lumaeris.com/ | No | No | πŸ‡ΊπŸ‡Έ US | | -| https://in.bloat.cat/ | No | No | πŸ‡·πŸ‡΄ RO | | -| https://in2.bloat.cat/ | No | No | πŸ‡©πŸ‡ͺ DE | | - +| https://intellectual.insprill.net/ | No | No | πŸ‡ΊπŸ‡Έ US | βœ”οΈ | +| https://intellectual.catsarch.com/ | [Yes](http://intellectual.catsarchywsyuss6jdxlypsw5dc7owd5u5tr6bujxb7o6xw2hipqehyd.onion) | [Yes](http://ahysxi4w2wl7vf7ghy3hbqibvdg4e7je3s2lrsrb6xpukklevrka.b32.i2p) | πŸ‡ΊπŸ‡Έ US | | +| https://intellectual.frontendfriendly.xyz/ | No | No | πŸ‡ΊπŸ‡Έ US | | +| https://intellectual.lumaeris.com/ | No | No | πŸ‡ΊπŸ‡Έ US | | +| https://in.bloat.cat/ | No | No | πŸ‡·πŸ‡΄ RO | | +| https://in2.bloat.cat/ | No | No | πŸ‡©πŸ‡ͺ DE | | +| https://intellectual.ducks.party/ | [Yes](http://pgsivdkc7p5qyxp7leorxk32mkomepxsmrqhpzqqi2zf2nc6urzodfad.onion) | No | πŸ‡©πŸ‡ͺ DE | | If there is a checkmark under "Cloudflare", that means the site is proxied behind [Cloudflare](https://www.cloudflare.com/). This means they have the ability to monitor traffic between you and the server. diff --git a/instances.json b/instances.json index 5d46c8c..35b077f 100644 --- a/instances.json +++ b/instances.json @@ -20,7 +20,7 @@ "clearnet": "https://intellectual.lumaeris.com/", "country": "US", "cdn": false - } + }, { "clearnet": "https://in.bloat.cat/", "country": "RO", @@ -30,5 +30,11 @@ "clearnet": "https://in2.bloat.cat/", "country": "DE", "cdn": false + }, + { + "clearnet": "https://intellectual.ducks.party/", + "tor": "http://pgsivdkc7p5qyxp7leorxk32mkomepxsmrqhpzqqi2zf2nc6urzodfad.onion/", + "country": "DE", + "cdn": false } ]