Skip to content

Commit

Permalink
Update strongswan settings for IKE_SA duplicheck.
Browse files Browse the repository at this point in the history
- update app logger level to INFO.
  • Loading branch information
r4ntix committed Mar 31, 2015
1 parent 4aec468 commit b6ff370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rc/strongswan.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Configuration changes should be made in the included files

charon {
duplicheck.enable = no
duplicheck.enable = yes
load_modular = yes
filelog {
/var/log/strongswan.charon.log {
Expand Down
1 change: 1 addition & 0 deletions website/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
file_handler.setLevel(logging.INFO)
file_handler.setFormatter(Formatter('%(asctime)s %(levelname)s: %(message)s'))
app.logger.addHandler(file_handler)
app.logger.setLevel(logging.INFO)

from flask import request_started, got_request_exception
from website.helpers import log_request, log_exception
Expand Down
2 changes: 1 addition & 1 deletion website/vpn/sts/templates/sts/ipsec.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config setup
uniqueids=never
uniqueids=yes

conn %defualt
ikelifetime=60h
Expand Down

0 comments on commit b6ff370

Please sign in to comment.