forked from premiere/premiere-libtorrent
Fix default SAM port
This commit is contained in:
parent
3d448402a4
commit
bef92dc179
|
@ -1446,7 +1446,7 @@ int main(int argc, char* argv[])
|
||||||
case 'i':
|
case 'i':
|
||||||
{
|
{
|
||||||
settings.set_str(settings_pack::i2p_hostname, arg);
|
settings.set_str(settings_pack::i2p_hostname, arg);
|
||||||
settings.set_int(settings_pack::i2p_port, 7650);
|
settings.set_int(settings_pack::i2p_port, 7656);
|
||||||
settings.set_int(settings_pack::proxy_type, settings_pack::i2p_proxy);
|
settings.set_int(settings_pack::proxy_type, settings_pack::i2p_proxy);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue