From c641e602f18b8f16ddf6372b4c19e152a63dbe93 Mon Sep 17 00:00:00 2001 From: Ratakor Date: Sat, 11 Feb 2023 19:09:50 +0100 Subject: [PATCH 1/3] remove cloudflared instance --- README.md | 1 - instances.json | 6 ------ 2 files changed, 7 deletions(-) diff --git a/README.md b/README.md index 5bcf7b4..3f213eb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ | [librex.zzls.xyz](https://librex.zzls.xyz/) | [✅](http://librex.zzlsghu6mvvwyy75mvga6gaf4znbp3erk5xwfzedb4gg6qqh2j6rlvid.onion/) | [✅](http://7huurwog32tny663wkglrhozfoyqyqmsuxjbd7dtudccx44awjda.b32.i2p) | 🇨🇱 CL | | [librex.mikata.ru](https://librex.mikata.ru/) | [✅](http://f7ssz7l3biu4fugwctfpcx4txg5yq4gqhrt473ledsuc3ivtd3omniid.onion/) | ❌ | 🇺🇸 US | | [search.milivojevic.in.rs](https://search.milivojevic.in.rs/) | [✅](http://librex2xsek6qnh2i4yufuzqjumfdwtw7io7omgmimpzna6llqudqzyd.onion/) | ❌ | 🇳🇱 NL | -| [librex.nekus.gay](https://librex.nekus.gay/) | [✅](http://5yblccekvswxl4n43bn5eg4pr7c4xygvu5lhhdb6ulzmislvahmhitad.onion/) | ❌ | 🇵🇱 PL | | [search.davidovski.xyz](https://search.davidovski.xyz/) | ❌ | ❌ | 🇬🇧 UK | | [search.madreyk.xyz](https://search.madreyk.xyz/) | ❌ | ❌ | 🇩🇪 DE | | [search.pabloferreiro.es](https://search.pabloferreiro.es/) | ❌ | ❌ | 🇩🇪 DE | diff --git a/instances.json b/instances.json index d4cf904..ba17c48 100644 --- a/instances.json +++ b/instances.json @@ -30,12 +30,6 @@ "i2p": null, "country": "US" }, - { - "clearnet": "https://librex.nekus.gay/", - "tor": "http://5yblccekvswxl4n43bn5eg4pr7c4xygvu5lhhdb6ulzmislvahmhitad.onion/", - "i2p": null, - "country": "PL" - }, { "clearnet": "https://search.davidovski.xyz/", "tor": null, From 60812f88bdb08a8497cc278d30026d8dfedb0e4d Mon Sep 17 00:00:00 2001 From: Ratakor Date: Sat, 11 Feb 2023 19:26:03 +0100 Subject: [PATCH 2/3] readd search.funami.tech (see Issue #159) --- README.md | 1 + instances.json | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f213eb..2393b22 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ | [lx.drain.win](https://lx.drain.win/) | ❌ | ❌ | 🇸🇬 SG | | [librex.bloatcat.tk](https://librex.bloatcat.tk/) | ❌ | ❌ | 🇮🇸 IS | | [librex.retro-hax.net](https://librex.retro-hax.net/) | ❌ | ❌ | 🇩🇪 DE | +| [search.funami.tech](https://search.funami.tech/) | ❌ | ❌ | 🇰🇷 KR |
### Thanks rms diff --git a/instances.json b/instances.json index ba17c48..efbc1ec 100644 --- a/instances.json +++ b/instances.json @@ -107,6 +107,12 @@ "tor": null, "i2p": null, "country": "DE" - } + }, + { + "clearnet": "https://search.funami.tech/", + "tor": null, + "i2p": null, + "country": "KR" + } ] } From 7e5deb7be83ad5d922e1992cd5d5bf724bbb2742 Mon Sep 17 00:00:00 2001 From: Ratakor Date: Sun, 12 Feb 2023 10:52:32 +0100 Subject: [PATCH 3/3] fix indent --- instances.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/instances.json b/instances.json index efbc1ec..f1850d0 100644 --- a/instances.json +++ b/instances.json @@ -108,11 +108,11 @@ "i2p": null, "country": "DE" }, - { - "clearnet": "https://search.funami.tech/", - "tor": null, - "i2p": null, - "country": "KR" - } + { + "clearnet": "https://search.funami.tech/", + "tor": null, + "i2p": null, + "country": "KR" + } ] }