Update ipsec.conf
- Switch to new keyword 'modecfgdns' in Libreswan 3.23
This commit is contained in:
parent
3d2b6fc861
commit
0cf01c0eb8
@ -255,8 +255,7 @@ conn xauth-psk
|
|||||||
auto=add
|
auto=add
|
||||||
leftsubnet=0.0.0.0/0
|
leftsubnet=0.0.0.0/0
|
||||||
rightaddresspool=$XAUTH_POOL
|
rightaddresspool=$XAUTH_POOL
|
||||||
modecfgdns1=$DNS_SRV1
|
modecfgdns="$DNS_SRV1, $DNS_SRV2"
|
||||||
modecfgdns2=$DNS_SRV2
|
|
||||||
leftxauthserver=yes
|
leftxauthserver=yes
|
||||||
rightxauthclient=yes
|
rightxauthclient=yes
|
||||||
leftmodecfgserver=yes
|
leftmodecfgserver=yes
|
||||||
|
@ -243,8 +243,7 @@ conn xauth-psk
|
|||||||
auto=add
|
auto=add
|
||||||
leftsubnet=0.0.0.0/0
|
leftsubnet=0.0.0.0/0
|
||||||
rightaddresspool=$XAUTH_POOL
|
rightaddresspool=$XAUTH_POOL
|
||||||
modecfgdns1=$DNS_SRV1
|
modecfgdns="$DNS_SRV1, $DNS_SRV2"
|
||||||
modecfgdns2=$DNS_SRV2
|
|
||||||
leftxauthserver=yes
|
leftxauthserver=yes
|
||||||
rightxauthclient=yes
|
rightxauthclient=yes
|
||||||
leftmodecfgserver=yes
|
leftmodecfgserver=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user