Revision a592da38
Added by christian christian about 7 years ago
src/usr/local/www/vpn_ipsec_keys_edit.php | ||
---|---|---|
185 | 185 |
|
186 | 186 |
$section->addInput(new Form_Select( |
187 | 187 |
'ident_type', |
188 |
'*Identifier type',
|
|
188 |
'Identifier type', |
|
189 | 189 |
$pconfig['ident_type'], |
190 | 190 |
build_ipsecid_list() |
191 | 191 |
))->setWidth(4)->setHelp('Optional: specify identifier type for strongswan'); |
192 | 192 |
|
193 | 193 |
$section->addInput(new Form_IpAddress( |
194 | 194 |
'pool_address', |
195 |
'*Virtual Address Pool',
|
|
195 |
'Virtual Address Pool', |
|
196 | 196 |
$pconfig['pool_address'] |
197 | 197 |
))->setWidth(4)->setHelp('Optional. If used, must be IPv4 address. If left blank, "Virtual Address Pool" of "Mobile Clients" will be used.')->addMask('pool_netbits', $pconfig['pool_netbits'], 32, 0); |
198 | 198 |
|
199 | 199 |
$section->addInput(new Form_IpAddress( |
200 | 200 |
'dns_address', |
201 |
'*DNS Server',
|
|
201 |
'DNS Server', |
|
202 | 202 |
$pconfig['dns_address'] |
203 | 203 |
))->setWidth(4)->setHelp('Optional. If used, must be IPv4 address. Individual DNS server only for this user. If left blank, "DNS Servers" of "Mobile Clients" will be used.'); |
204 | 204 |
|
Also available in: Unified diff
requested changes