summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-16 18:31:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-16 18:31:41 +0000
commit41c649df506ae9edc42a308d237751c27244c95d (patch)
tree403fd8dc9032866563a570b80b8eefa237a19732 /etc/inc/vpn.inc
parentf6a68bf726864bfbb03c26b0b539b9489c820bd2 (diff)
downloadpfsense-41c649df506ae9edc42a308d237751c27244c95d.zip
pfsense-41c649df506ae9edc42a308d237751c27244c95d.tar.gz
Add Dynamic DNS support to IPSEC.
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index dc9d82e..11f7689 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -276,6 +276,9 @@ EOD;
} else if (isset($tunnel['p1']['myident']['ufqdn'])) {
$myidentt = "user_fqdn";
$myident = $tunnel['p1']['myident']['ufqdn'];
+ } else if (isset($tunnel['p1']['myident']['dyn_dns'])) {
+ $myidentt = "dyn_dns";
+ $myident = gethostbyname($tunnel['p1']['myident']['dyn_dns']);
}
if (isset($tunnel['p1']['authentication_method'])) {
OpenPOWER on IntegriCloud