* make loopback address mapping configurable

* add loopback address mapping to udp server tunnel
This commit is contained in:
Jeff Becker 2016-12-25 08:56:47 -05:00
parent 858b497199
commit 76d9f1ea37
4 changed files with 56 additions and 23 deletions

View file

@ -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: