From acbead59d307a10952cee41792e9397a2334f0da Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 9 Apr 2008 21:22:30 +0000 Subject: cipher added mux to senderid for crypto fixed payload type with ipv6 fixed lua script options: device defaults to tun --- options.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'options.cpp') diff --git a/options.cpp b/options.cpp index 4aedd43..53589cb 100644 --- a/options.cpp +++ b/options.cpp @@ -62,10 +62,10 @@ Options::Options() : key_(u_int32_t(0)), salt_(u_int32_t(0)) remote_sync_addr_ = ""; remote_addr_ = ""; remote_port_ = 4444; - dev_name_ = "tap"; + dev_name_ = "tun"; dev_type_ = ""; - ifconfig_param_local_ = "192.168.200.1"; - ifconfig_param_remote_netmask_ = "255.255.255.0"; + ifconfig_param_local_ = ""; + ifconfig_param_remote_netmask_ = ""; seq_window_size_ = 100; cipher_ = "aes-ctr"; kd_prf_ = "aes-ctr"; -- cgit v1.2.3