bins/ix: switch to sprunge
This commit is contained in:
parent
3d4d656caf
commit
edf9da0608
@ -23,8 +23,8 @@
|
||||
|
||||
sub ix {
|
||||
my ($input) = @_;
|
||||
my $url = "http://ix.io";
|
||||
my $form = [ 'f:1' => $input ];
|
||||
my $url = "http://sprunge.us";
|
||||
my $form = [ sprunge => $input ];
|
||||
my $resp = $http->post_form($url, $form)
|
||||
or die "could not POST: $!";
|
||||
$resp->{content};
|
||||
|
Loading…
Reference in New Issue
Block a user