Globally configure logging in strongswan.conf.testing and replace all charondebug statements with strongswan.conf settings.
23 lines
281 B
Plaintext
23 lines
281 B
Plaintext
charon {
|
|
retransmit_tries = 2
|
|
retransmit_timeout = 1.0
|
|
retransmit_base = 1
|
|
plugins {
|
|
kernel-netlink {
|
|
xfrm_acq_expires = 60
|
|
}
|
|
}
|
|
syslog {
|
|
daemon {
|
|
}
|
|
auth {
|
|
default = 0
|
|
}
|
|
}
|
|
journal {
|
|
default = -1
|
|
}
|
|
}
|
|
|
|
include strongswan.conf
|