mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-16 14:12:18 +02:00
don't accept tunnels if connected through proxy
This commit is contained in:
parent
855fd4d471
commit
d539c9677e
1 changed files with 3 additions and 0 deletions
|
@ -323,6 +323,9 @@ namespace i2p
|
|||
case eRouterStatusFirewalled:
|
||||
SetUnreachable (true, false); // ipv4
|
||||
break;
|
||||
case eRouterStatusProxy:
|
||||
m_AcceptsTunnels = false;
|
||||
break;
|
||||
default:
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue