LibreY- privacy respecting meta search engine |
git clone git://git.acid.vegas/LibreY.git |
Log | Files | Refs | Archive | README | LICENSE |
commit d0499bafc0f03b832905481c700462e6f20147cd
parent 5512e5da8040834c71b021b6c48c4a226a3e6d9d Author: Ahwx <ahwx@ahwx.org> Date: Thu, 7 Sep 2023 18:18:07 +0200 feat(instances.json): adding @Ahwxorg's 2nd instance in france Diffstat:
|
1 file changed, 8 insertions(+), 1 deletion(-) |
diff --git a/instances.json b/instances.json @@ -2,12 +2,19 @@ "instances": [ { "clearnet": "https://search.ahwx.org/", - "tor": "http://hyy7rcvknwb22v4nnoar635wntiwr4uwzhiuyimemyl4fz6k7tahj5id.onion/", + "tor": "http://wn5jl6fxlzzfenlyu3lc4q7jpw2saplrywxvxtvqbguotwd4y5cjeuqd.onion/", "i2p": null, "country": "NL", "librey": true }, { + "clearnet": "https://search2.ahwx.org/", + "tor": "http://hyy7rcvknwb22v4nnoar635wntiwr4uwzhiuyimemyl4fz6k7tahj5id.onion/", + "i2p": null, + "country": "FR", + "librey": true + }, + { "clearnet": "https://librex.me/", "tor": "http://librex.revvybrr6pvbx4n3j4475h4ghw4elqr4t5xo2vtd3gfpu2nrsnhh57id.onion/", "i2p": "http://revekebotog64xrrammtsmjwtwlg3vqyzwdurzt2pu6botg4bejq.b32.i2p/", |