Skip to content

Commit

Permalink
add textbin
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Nov 7, 2023
1 parent 130916f commit 8b275a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions getpaste
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,11 @@ sub dl_zerobin {
{
host => "termbin.com",
},
{
host => "textbin.net",
path => qr!^/(\w+)!,
to_path => "/raw/#1",
},
{
host => "vomitb.in",
path => qr!^/(\w+)!,
Expand Down

0 comments on commit 8b275a5

Please sign in to comment.