From 667de65e2fda7cb30ec886ccf6619a4178d5488b Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Sat, 13 Jul 2024 21:32:04 +0300 Subject: v1.3 --- instances.json | 57 ++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 46 insertions(+), 11 deletions(-) (limited to 'instances.json') diff --git a/instances.json b/instances.json index 2de7e85..ebb75c2 100644 --- a/instances.json +++ b/instances.json @@ -1,14 +1,49 @@ { - "instances": [{ - "urls": [{ - "i2p": "http://skunky.i2p/art", - "tor": "http://skunky0wjkf8j8ajofgh98aOZjhu8f.onion/art", - "ygg": "http://[324:71e:281a:9ed3::fa11]/skunkyart", - "clearnet": "https://skunky.net/art" - }], - "settings": { - "nsfw": true, - "proxy": true + "instances": [ + { + "title": "skunky.ebloid.ru", + "country": "Russia", + "urls": [{ + "ygg": "http://[201:eba5:d1fc:bf7b:cfcb:a811:4b8b:7ea3]/art", + "clearnet": "https://skunky.ebloid.ru/art" + }], + "settings": { + "nsfw": false, + "proxy": false + } + }, + { + "title": "clovius.club", + "country": "Sweden", + "urls": [{ + "clearnet": "https://skunky.clovius.club" + }], + "settings": { + "nsfw": true, + "proxy": true + } + }, + { + "title": "bloat.cat", + "country": "Romania", + "urls": [{ + "clearnet": "https://skunky.bloat.cat" + }], + "settings": { + "nsfw": true, + "proxy": true + } + }, + { + "title": "frontendfriendly.xyz", + "country": "Finland", + "urls": [{ + "clearnet": "https://skunkyart.frontendfriendly.xyz" + }], + "settings": { + "nsfw": true, + "proxy": true + } } - }] + ] } \ No newline at end of file -- cgit v1.2.3