Annotation of embedaddon/strongswan/conf/plugins/p-cscf.conf, revision 1.1
1.1 ! misho 1: p-cscf {
! 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: # Section to enable requesting P-CSCF server addresses for individual
! 8: # connections.
! 9: enable {
! 10:
! 11: # <conn> is the name of a connection with an ePDG from which to request
! 12: # P-CSCF server addresses.
! 13: # <conn> = no
! 14:
! 15: }
! 16:
! 17: }
! 18:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>