diff --git a/src/www/vpn_ipsec_phase1.php b/src/www/vpn_ipsec_phase1.php index 2b39fc093..50ee2ea41 100644 --- a/src/www/vpn_ipsec_phase1.php +++ b/src/www/vpn_ipsec_phase1.php @@ -825,7 +825,8 @@ include("head.inc"); 'user_fqdn' => array( 'desc' => gettext('User distinguished name'), 'mobile' => true ), 'asn1dn' => array( 'desc' => gettext('ASN.1 distinguished Name'), 'mobile' => true ), 'keyid tag' => array( 'desc' => gettext('KeyID tag'), 'mobile' => true ), - 'dyn_dns' => array( 'desc' => gettext('Dynamic DNS'), 'mobile' => true )); + 'dyn_dns' => array( 'desc' => gettext('Dynamic DNS'), 'mobile' => true ), + 'auto' => array( 'desc' => gettext('Automatic'), 'mobile' => true )); foreach ($my_identifier_list as $id_type => $id_params) : ?>