pstsrv: add w1r3.net
This commit is contained in:
parent
0c497ffde9
commit
2bf7cf7f71
@ -52,6 +52,11 @@ pst_ix_io()
|
|||||||
$torsocks curl -F "f:1=@$1" http://ix.io/
|
$torsocks curl -F "f:1=@$1" http://ix.io/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pst_w1r3_net()
|
||||||
|
{
|
||||||
|
$torsocks curl -F "upload=@$1" https://w1r3.net/
|
||||||
|
}
|
||||||
|
|
||||||
do_upload()
|
do_upload()
|
||||||
{
|
{
|
||||||
uploader=$1
|
uploader=$1
|
||||||
@ -95,6 +100,9 @@ catbox.moe)
|
|||||||
ix.io)
|
ix.io)
|
||||||
url=$(do_upload pst_ix_io "$@")
|
url=$(do_upload pst_ix_io "$@")
|
||||||
;;
|
;;
|
||||||
|
w1r3.net)
|
||||||
|
url=$(do_upload pst_w1r3_net "$@")
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
err "unknown service $srv"
|
err "unknown service $srv"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user