X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.c;h=0eab0efd0534ffc52ec94a54eef2d77f0de72a8d;hp=35ca4d78160da58db39a8c35c1f4e7bb9c11b765;hb=33c3a25a66251606cbf20d3bd5b392d8837116e3;hpb=1c8adb5e1f12894fc9a478fbf29678fb662e03ab diff --git a/src/conf.c b/src/conf.c index 35ca4d78..0eab0efd 100644 --- a/src/conf.c +++ b/src/conf.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.c,v 1.9 2000/05/30 11:18:12 zarq Exp $ + $Id: conf.c,v 1.9.4.1 2000/06/17 20:55:54 zarq Exp $ */ @@ -65,6 +65,7 @@ static internal_config_t hazahaza[] = { { "KeyExpire", keyexpire, TYPE_INT }, { "VpnMask", vpnmask, TYPE_IP }, { "Hostnames", resolve_dns, TYPE_BOOL }, + { "IndirectData", indirectdata, TYPE_BOOL }, { NULL, 0, 0 } };