mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-08 09:18:04 -04:00
16 lines
274 B
Text
16 lines
274 B
Text
# strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
retransmit_timeout = 1
|
|
retransmit_tries = 6
|
|
install_routes = no
|
|
cisco_unity = yes
|
|
port = 0
|
|
port_nat_t = 0
|
|
|
|
plugins {
|
|
socket-default {
|
|
use_ipv6 = no
|
|
}
|
|
}
|
|
}
|