Use /etc/tinc/example as a base directory for an example. /etc/tinc/example/README...
[tinc] / src / conf.h
index de74c9f..36a7bb8 100644 (file)
@@ -40,7 +40,8 @@ typedef enum which_t {
   tapdevice,
   allowconnect,
   pingtimeout,
-  keyexpire
+  keyexpire,
+  vpnmask
 } which_t;
 
 typedef struct config_t {