X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.c;h=90ad58fc09cedf7de0df586de1b7f0a07a080962;hp=6f949f560c1d8be6c1d3183e509761be2efe7260;hb=d0ba34ccae02d07051bc3f7012a6c116cfb3b653;hpb=92387475ace9b06af39987c71ac563cf29427009 diff --git a/src/conf.c b/src/conf.c index 6f949f56..90ad58fc 100644 --- a/src/conf.c +++ b/src/conf.c @@ -59,6 +59,7 @@ static internal_config_t hazahaza[] = { { "PingTimeout", pingtimeout, TYPE_INT }, { "TapDevice", tapdevice, TYPE_NAME }, { "KeyExpire", keyexpire, TYPE_INT }, + { "ProxyMode", proxymode, TYPE_BOOL }, { NULL, 0, 0 } };