File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / strongswan / strongswan.d / charon / stroke.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 13:59:51 2021 UTC (4 years, 4 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, HEAD, ELWIX2_7, ELWIX2_6
ver 2.6

stroke {

    # Analyze addresses/hostnames in left|right to detect which side is local
    # and swap configuration options if necessary. If disabled left is always
    # local.
    # allow_swap = yes

    # Treat certificates in ipsec.d/cacerts and ipsec.conf ca sections as CA
    # certificates even if they don't contain a CA basic constraint.
    # ignore_missing_ca_basic_constraint = no

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

    # Maximum number of stroke messages handled concurrently.
    # max_concurrent = 4

    # If enabled log level changes via stroke socket are not allowed.
    # prevent_loglevel_changes = no

    # Location of the ipsec.secrets file
    # secrets_file = ${sysconfdir}/ipsec.secrets

    # Socket provided by the stroke plugin.
    # socket = unix://${piddir}/charon.ctl

    # Timeout in ms for any stroke command. Use 0 to disable the timeout.
    # timeout = 0

}


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>