fixed i2p proxy apparently http proxy is better than socks for i2p. just going to believe them
This commit is contained in:
parent
d1908fe776
commit
c3c63f6651
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue