summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-04 19:09:53 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-04 19:09:53 -0600
commit531686c1ea5c383090500b597bd7d34c4c205a3b (patch)
treee0b832a7fbfb73f6085c20b66871d514e32a1c77 /etc/inc/vpn.inc
parentd3c414e33534b0e8177a5685b93f026857f1cd45 (diff)
downloadpfsense-531686c1ea5c383090500b597bd7d34c4c205a3b.zip
pfsense-531686c1ea5c383090500b597bd7d34c4c205a3b.tar.gz
use tabs rather than spaces, as most of this already did.
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc14
1 files changed, 6 insertions, 8 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 8433d77..d13e02a 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -278,15 +278,14 @@ function vpn_ipsec_configure($ipchg = false)
$strongswan = <<<EOD
-#Automatically generated please do not modify
+# Automatically generated config file - DO NOT MODIFY. Changes will be overwritten.
starter {
load_warning = no
}
charon {
-
- # number of worker threads in charon
- threads = 16
+ # number of worker threads in charon
+ threads = 16
ikesa_table_size = 32
ikesa_table_segments = 4
init_limit_half_open = 1000;
@@ -300,16 +299,15 @@ charon {
# And two loggers using syslog. The subsections define the facility to log
# to, currently one of: daemon, auth.
syslog {
-
identifier = charon
# default level to the LOG_DAEMON facility
daemon {
}
# very minimalistic IKE auditing logs to LOG_AUTHPRIV
auth {
- default = -1
- ike = 1
- ike_name = yes
+ default = -1
+ ike = 1
+ ike_name = yes
}
}
OpenPOWER on IntegriCloud