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