fixed i2p proxy apparently http proxy is better than socks for i2p. just going to believe them

This commit is contained in:
qorg11 2020-10-08 14:19:03 +02:00
parent d1908fe776
commit c3c63f6651
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ sub enable_tor
sub enable_i2p sub enable_i2p
{ {
my $checker = $ua->proxy([qw(http https)] => 'socks://localhost:4444'); my $checker = $ua->proxy([qw(http https)] => 'http://localhost:4444');
} }
## PROGRAM ## PROGRAM