diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-15 22:28:56 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-15 22:28:56 +0000 |
commit | ee7f808ea6e971ffe17eff070888aa08240c357b (patch) | |
tree | fafd1ac7f0f54ab5c50fab7fe6bea3434e11ac5f | |
parent | 6e2ec568aa3f7df873ad322192cc20e1776cf4a2 (diff) | |
download | pfsense-ee7f808ea6e971ffe17eff070888aa08240c357b.zip pfsense-ee7f808ea6e971ffe17eff070888aa08240c357b.tar.gz |
Add Dynamic DNS to allowed identifiers
-rwxr-xr-x | usr/local/www/guiconfig.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index f0205b2..0b53dc8 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -102,9 +102,10 @@ $fwupplatforms = array('pfSense', 'net45xx', 'net48xx', 'generic-pc', 'wrap'); /* IPsec defines */ $my_identifier_list = array('myaddress' => 'My IP address', - 'address' => 'IP address', - 'fqdn' => 'Domain name', - 'user_fqdn' => 'User FQDN'); + 'address' => 'IP address', + 'fqdn' => 'Domain name', + 'user_fqdn' => 'User FQDN', + 'dyn_dns' => 'Dynamic DNS'); $p1_ealgos = array('des' => 'DES', '3des' => '3DES', 'blowfish' => 'Blowfish', 'cast128' => 'CAST128'); @@ -606,4 +607,4 @@ function ipsec_ca_sort() { } -?> +?>
\ No newline at end of file |