bins/ix: switch to sprunge

This commit is contained in:
Aaron Bieber 2023-12-21 09:38:04 -07:00
parent 3d4d656caf
commit edf9da0608
No known key found for this signature in database

View File

@ -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};