mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Status: Proxy
This commit is contained in:
parent
8f90b21a5d
commit
f38920c338
3 changed files with 5 additions and 1 deletions
|
@ -252,6 +252,8 @@ namespace http {
|
|||
case eRouterStatusOK: s << "OK"; break;
|
||||
case eRouterStatusTesting: s << "Testing"; break;
|
||||
case eRouterStatusFirewalled: s << "Firewalled"; break;
|
||||
case eRouterStatusUnknown: s << "Unknown"; break;
|
||||
case eRouterStatusProxy: s << "Proxy"; break;
|
||||
case eRouterStatusError:
|
||||
{
|
||||
s << "Error";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue