summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_edit.php
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 /usr/local/www/vpn_ipsec_edit.php
parentf6a68bf726864bfbb03c26b0b539b9489c820bd2 (diff)
downloadpfsense-41c649df506ae9edc42a308d237751c27244c95d.zip
pfsense-41c649df506ae9edc42a308d237751c27244c95d.tar.gz
Add Dynamic DNS support to IPSEC.
Diffstat (limited to 'usr/local/www/vpn_ipsec_edit.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php
index 9ed4b00..14991a6 100755
--- a/usr/local/www/vpn_ipsec_edit.php
+++ b/usr/local/www/vpn_ipsec_edit.php
@@ -174,8 +174,8 @@ if ($_POST) {
}
if ($_POST['p1myidentt'] == "dyn_dns") {
$dyn_dns = explode("@",$_POST['p1myident']);
- if (!is_domain($dyn_dns[1]))
- $input_errors[] = "A valid Dynamic DNS address for 'My identifier' must be specified.";
+ //if (!is_domain($dyn_dns[1]))
+ //$input_errors[] = "A valid Dynamic DNS address for 'My identifier' must be specified.";
}
if ($_POST['p1myidentt'] == "myaddress")
OpenPOWER on IntegriCloud