mirror of git://git.qorg11.net/lainsafe.git
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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue