Configuration directive `IndirectData'.
This commit is contained in:
parent
1c8adb5e1f
commit
33c3a25a66
2 changed files with 5 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
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 },
|
{ "KeyExpire", keyexpire, TYPE_INT },
|
||||||
{ "VpnMask", vpnmask, TYPE_IP },
|
{ "VpnMask", vpnmask, TYPE_IP },
|
||||||
{ "Hostnames", resolve_dns, TYPE_BOOL },
|
{ "Hostnames", resolve_dns, TYPE_BOOL },
|
||||||
|
{ "IndirectData", indirectdata, TYPE_BOOL },
|
||||||
{ NULL, 0, 0 }
|
{ NULL, 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
$Id: conf.h,v 1.6 2000/05/30 11:18:12 zarq Exp $
|
$Id: conf.h,v 1.6.4.1 2000/06/17 20:55:54 zarq Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __TINC_CONF_H__
|
#ifndef __TINC_CONF_H__
|
||||||
|
@ -45,7 +45,8 @@ typedef enum which_t {
|
||||||
pingtimeout,
|
pingtimeout,
|
||||||
keyexpire,
|
keyexpire,
|
||||||
vpnmask,
|
vpnmask,
|
||||||
resolve_dns
|
resolve_dns,
|
||||||
|
indirectdata
|
||||||
} which_t;
|
} which_t;
|
||||||
|
|
||||||
typedef struct config_t {
|
typedef struct config_t {
|
||||||
|
|
Loading…
Reference in a new issue