This commit is contained in:
parent
329a52ea8b
commit
9e6862ab1a
|
@ -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() {
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue