access list for server tunnels

This commit is contained in:
orignal 2015-03-16 14:52:42 -04:00
parent 1ac689b886
commit 76ad7f24ee
4 changed files with 39 additions and 3 deletions

View file

@ -28,6 +28,7 @@ namespace client
const char I2P_SERVER_TUNNEL_PORT[] = "port";
const char I2P_SERVER_TUNNEL_KEYS[] = "keys";
const char I2P_SERVER_TUNNEL_INPORT[] = "inport";
const char I2P_SERVER_TUNNEL_ACCESS_LIST[] = "accesslist";
const char TUNNELS_CONFIG_FILENAME[] = "tunnels.cfg";
class ClientContext