Annotation of embedaddon/strongswan/conf/plugins/curl.conf, revision 1.1

1.1     ! misho       1: curl {
        !             2: 
        !             3:     # Whether to load the plugin. Can also be an integer to increase the
        !             4:     # priority of this plugin.
        !             5:     load = yes
        !             6: 
        !             7:     # Maximum number of redirects followed by the plugin, set to 0 to disable
        !             8:     # following redirects, set to -1 for no limit.
        !             9:     # redir = -1
        !            10: 
        !            11: }
        !            12: 

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