diff options
author | Edward <101938856+EdwardLangdon@users.noreply.github.com> | 2022-04-24 08:52:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-24 11:52:04 +0300 |
commit | 258fae5081448074f9b877df7510bb4ee6484b76 (patch) | |
tree | ef2b1c1eede97289c1b08781e0ddf1ca770d5284 /src | |
parent | Unchecked toogle-all if no instances are available #190 (diff) | |
download | libredirect-258fae5081448074f9b877df7510bb4ee6484b76.zip |
Created Piped-instance.json (#217)
This .json file is made for fetching of instances by the Python Script as Currently the Piped Instances are updated only when the Extension updates. So, This would solve the problem.
Diffstat (limited to 'src')
-rw-r--r-- | src/instances/piped-instances.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/instances/piped-instances.json b/src/instances/piped-instances.json new file mode 100644 index 00000000..0a334082 --- /dev/null +++ b/src/instances/piped-instances.json @@ -0,0 +1,18 @@ +{ + "piped": { + "normal": [ + "https://piped.kavin.rocks", + "https://piped.silkky.cloud", + "https://piped.tokhmi.xyz", + "https://piped.moomoo.me", + "https://il.ax", + "https://piped.syncpundit.com", + "https://piped.mha.fi", + "https://piped.mint.lgbt", + "https://piped.privacy.com.de", + "https://piped.notyourcomputer.net" + ], + "tor" : [ + "http://piped2bbch4xslbl2ckr6k62q56kon56ffowxaqzy42ai22a4sash3ad.onion" + ] + } |