From c3c63f665115a6d5e1094135ba332f58de193619 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Thu, 8 Oct 2020 14:19:03 +0200 Subject: [PATCH] fixed i2p proxy apparently http proxy is better than socks for i2p. just going to believe them --- lainsafecli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lainsafecli b/lainsafecli index 595ff82..7df9105 100755 --- a/lainsafecli +++ b/lainsafecli @@ -82,7 +82,7 @@ sub enable_tor sub enable_i2p { - my $checker = $ua->proxy([qw(http https)] => 'socks://localhost:4444'); + my $checker = $ua->proxy([qw(http https)] => 'http://localhost:4444'); } ## PROGRAM