summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-05-09 20:07:32 +0000
committerErmal <eri@pfsense.org>2014-05-09 20:13:11 +0000
commit466a5a813426147e24fb7bd7428dba877cf87660 (patch)
tree64235d02eb055048b478593655685afaef332944 /etc/inc/vpn.inc
parent55493934d4aeb449cefc7444b3a8f2dd5d593ea1 (diff)
downloadpfsense-466a5a813426147e24fb7bd7428dba877cf87660.zip
pfsense-466a5a813426147e24fb7bd7428dba877cf87660.tar.gz
Allow to use PSK+agressive mode since user should have the choice even though it poses security risks
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index adf146b..a4402b2 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -269,6 +269,9 @@ charon {
# number of worker threads in charon
threads = 16
+ # XXX: There is not much choice here really users win their security!
+ i_dont_care_about_security_and_use_aggressive_mode_psk=yes
+
# And two loggers using syslog. The subsections define the facility to log
# to, currently one of: daemon, auth.
syslog {
OpenPOWER on IntegriCloud