Skip to content

Commit

Permalink
add bpa.st
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Jun 13, 2020
1 parent 087f1ab commit 35bc96a
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 @@ -1174,6 +1174,11 @@ sub dl_zerobin {
path => qr!^/\w+/(\w+)!,
to_path => "/raw/#1",
},
{
host => "bpa.st",
path => qr!^/(\w+)!,
to_path => "/raw/#1",
},
{
host => qr/^(dark-)?code\.bulix\.org$/,
to_query => "raw",
Expand Down

0 comments on commit 35bc96a

Please sign in to comment.