vpn-server/etc/strongswan.conf

22 lines
488 B
Text
Raw Normal View History

# /etc/strongswan.conf - strongSwan configuration file
#
# strongswan.conf - strongSwan configuration file
#
# Refer to the strongswan.conf(5) manpage for details
#
# Configuration changes should be made in the included files
charon {
load_modular = yes
plugins {
include strongswan.d/charon/*.conf
# https://wiki.strongswan.org/projects/strongswan/wiki/Attrplugin
attr {
dns = 8.8.8.8, 8.8.4.4
}
}
}
include strongswan.d/*.conf