Added new config variable "ProxyMode". If enabled, all outgoing packets
[tinc] / src / conf.h
index 2d83092..673573b 100644 (file)
@@ -41,6 +41,7 @@ typedef enum which_t {
   allowconnect,
   pingtimeout,
   keyexpire,
   allowconnect,
   pingtimeout,
   keyexpire,
+  proxymode
 } which_t;
 
 typedef struct config_t {
 } which_t;
 
 typedef struct config_t {