summaryrefslogtreecommitdiff
path: root/options.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-04-09 21:22:30 +0000
committerChristian Pointner <equinox@anytun.org>2008-04-09 21:22:30 +0000
commitacbead59d307a10952cee41792e9397a2334f0da (patch)
tree400c76c6a2f2999f1b23270882709affaf7fd13c /options.cpp
parentremoved old documentation (diff)
cipher added mux to senderid for crypto
fixed payload type with ipv6 fixed lua script options: device defaults to tun
Diffstat (limited to 'options.cpp')
-rw-r--r--options.cpp6
1 files changed, 3 insertions, 3 deletions
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";