diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-08-09 22:24:03 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-08-09 22:24:03 +0300 |
commit | 64b765d775b0adadc1ac20db54cc9501503d9200 (patch) | |
tree | 549ecdb6231a604d8606b13a43cb2ac5b4f0deac /src/config.json | |
parent | Added Nitter Reverse Redirect https://github.com/libredirect/browser_extensio... (diff) | |
download | libredirect-64b765d775b0adadc1ac20db54cc9501503d9200.zip |
Added Eddrit https://github.com/libredirect/browser_extension/issues/938
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/config.json b/src/config.json index 5ce60310..350559bd 100644 --- a/src/config.json +++ b/src/config.json @@ -214,13 +214,19 @@ "name": "Redlib", "instanceList": true, "url": "https://github.com/redlib-org/redlib", - "localhost": true + "localhost": false }, "teddit": { "name": "Teddit", "instanceList": true, "url": "https://codeberg.org/teddit/teddit", - "localhost": true + "localhost": false + }, + "eddrit": { + "name": "Eddrit", + "instanceList": true, + "url": "https://github.com/corenting/eddrit", + "localhost": false } }, "targets": [ |