mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* make loopback address mapping configurable
* add loopback address mapping to udp server tunnel
This commit is contained in:
parent
858b497199
commit
76d9f1ea37
4 changed files with 56 additions and 23 deletions
|
@ -42,7 +42,8 @@ namespace client
|
|||
const char I2P_SERVER_TUNNEL_GZIP[] = "gzip";
|
||||
const char I2P_SERVER_TUNNEL_WEBIRC_PASSWORD[] = "webircpassword";
|
||||
const char I2P_SERVER_TUNNEL_ADDRESS[] = "address";
|
||||
|
||||
const char I2P_SERVER_TUNNEL_MAPTOLOOPBACK[] = "maploopback";
|
||||
|
||||
class ClientContext
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue