mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
ipsec: small fixes for previous
This commit is contained in:
parent
90507bec18
commit
1d749b6408
0
src/www/vpn_ipsec.php
Executable file → Normal file
0
src/www/vpn_ipsec.php
Executable file → Normal file
0
src/www/vpn_ipsec_mobile.php
Executable file → Normal file
0
src/www/vpn_ipsec_mobile.php
Executable file → Normal file
0
src/www/vpn_ipsec_phase1.php
Executable file → Normal file
0
src/www/vpn_ipsec_phase1.php
Executable file → Normal file
2
src/www/vpn_ipsec_phase2.php
Executable file → Normal file
2
src/www/vpn_ipsec_phase2.php
Executable file → Normal file
@ -744,7 +744,7 @@ endif; ?>
|
||||
28 => '28 (Brainpool EC 256 bits)',
|
||||
29 => '29 (Brainpool EC 384 bits)',
|
||||
30 => '30 (Brainpool EC 512 bits)',
|
||||
31 => '31 (Elliptic Curve 25519)',
|
||||
31 => '31 (Elliptic Curve 25519)',
|
||||
);
|
||||
foreach ($p2_dhgroups as $keygroup => $keygroupname): ?>
|
||||
<option value="<?=$keygroup;?>" <?= $keygroup == $pconfig['pfsgroup'] ? "selected=\"selected\"" : "";?>>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user