From cde9d13f002b83ba37d0e1b6b1bdc1ff1760d554 Mon Sep 17 00:00:00 2001 From: orenom Date: Sat, 13 Aug 2022 13:11:11 +0200 Subject: [PATCH] add wiki.privacytools.io instance (#87) --- README.md | 1 + instances.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a4841c..72dc7da 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Community instances: - [https://wiki.slipfox.xyz](https://wiki.slipfox.xyz) - [https://wikiless.funami.tech](https://wikiless.funami.tech) - [https://wl.vern.cc](https://wl.vern.cc) + [Tor onion service](http://wl.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion) + [I2P eepsite](http://vernesciy2defjsputrjrv6pa5ll6qzrckfffi5lgkumstdojyga.b32.i2p) + - [https://wiki.privacytools.io](https://wiki.privacytools.io) ## TODO diff --git a/instances.json b/instances.json index 36add38..edf4ab4 100644 --- a/instances.json +++ b/instances.json @@ -46,5 +46,8 @@ "url": "https://wl.vern.cc", "onion": "http://wl.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion", "i2p": "http://vernesciy2defjsputrjrv6pa5ll6qzrckfffi5lgkumstdojyga.b32.i2p" + }, + { + "url": "https://wiki.privacytools.io" } ]