1
0
mirror of synced 2024-11-22 13:06:02 +03:00

Update ipsec.conf

- Switch to new keyword 'modecfgdns' in Libreswan 3.23
This commit is contained in:
hwdsl2 2018-01-29 02:11:16 -06:00
parent 3d2b6fc861
commit 0cf01c0eb8
2 changed files with 2 additions and 4 deletions

View File

@ -255,8 +255,7 @@ conn xauth-psk
auto=add
leftsubnet=0.0.0.0/0
rightaddresspool=$XAUTH_POOL
modecfgdns1=$DNS_SRV1
modecfgdns2=$DNS_SRV2
modecfgdns="$DNS_SRV1, $DNS_SRV2"
leftxauthserver=yes
rightxauthclient=yes
leftmodecfgserver=yes

View File

@ -243,8 +243,7 @@ conn xauth-psk
auto=add
leftsubnet=0.0.0.0/0
rightaddresspool=$XAUTH_POOL
modecfgdns1=$DNS_SRV1
modecfgdns2=$DNS_SRV2
modecfgdns="$DNS_SRV1, $DNS_SRV2"
leftxauthserver=yes
rightxauthclient=yes
leftmodecfgserver=yes