aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-03-10 16:03:14 +0100
committerTobias Brunner <tobias@strongswan.org>2017-03-20 10:18:51 +0100
commitd5a19a17dc3a8ce17825f690777aaa3c9298b7b3 (patch)
treee84bd8de90c855973fd3637f2c02fce3a4b8ec91 /src
parent31456d1f85651cbe603a449803023937e1a0d755 (diff)
downloadstrongswan-d5a19a17dc3a8ce17825f690777aaa3c9298b7b3.tar.bz2
strongswan-d5a19a17dc3a8ce17825f690777aaa3c9298b7b3.tar.xz
swanctl: Describe what happens when a FQDN is specified in local|remote_addrs
Diffstat (limited to 'src')
-rw-r--r--src/swanctl/swanctl.opt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/swanctl/swanctl.opt b/src/swanctl/swanctl.opt
index cd2d9142d..142a27170 100644
--- a/src/swanctl/swanctl.opt
+++ b/src/swanctl/swanctl.opt
@@ -28,6 +28,9 @@ connections.<conn>.local_addrs = %any
connection from. As responder, the local destination address must match at
least to one of the specified addresses, subnets or ranges.
+ If FQDNs are assigned they are resolved every time a configuration lookup
+ is done. If DNS resolution times out, the lookup is delayed for that time.
+
connections.<conn>.remote_addrs = %any
Remote address(es) to use for IKE communication, comma separated.
@@ -38,6 +41,9 @@ connections.<conn>.remote_addrs = %any
connection to. As responder, the initiator source address must match at
least to one of the specified addresses, subnets or ranges.
+ If FQDNs are assigned they are resolved every time a configuration lookup
+ is done. If DNS resolution times out, the lookup is delayed for that time.
+
To initiate a connection, at least one specific address or DNS name must
be specified.