ManeraKai 2024-07-09 13:57:43 +03:00
parent 329a52ea8b
commit 9e6862ab1a
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
2 changed files with 6 additions and 0 deletions

View File

@ -746,6 +746,7 @@ const defaultInstances = {
'skyview': ['https://skyview.social'], 'skyview': ['https://skyview.social'],
'priviblur': ['https://pb.bloat.cat'], 'priviblur': ['https://pb.bloat.cat'],
'nitter': ['https://nitter.privacydev.net'], 'nitter': ['https://nitter.privacydev.net'],
'pasted': ['https://pasted.drakeerv.com'],
} }
function initDefaults() { function initDefaults() {

View File

@ -1094,6 +1094,11 @@
"name": "PrivateBin", "name": "PrivateBin",
"instanceList": true, "instanceList": true,
"url": "https://privatebin.info" "url": "https://privatebin.info"
},
"pasted": {
"name": "Pasted",
"instanceList": true,
"url": "https://github.com/Dragynfruit/pasted"
} }
}, },
"targets": [ "targets": [