Revision 4597011d
Added by Renato Botelho almost 6 years ago
src/etc/inc/openvpn.inc | ||
---|---|---|
142 | 142 |
$openvpn_topologies = array( |
143 | 143 |
'subnet' => gettext("Subnet -- One IP address per client in a common subnet"), |
144 | 144 |
'net30' => gettext("net30 -- Isolated /30 network per client") |
145 |
// 'p2p => gettext("Peer to Peer -- One IP address per client peer-to-peer style. Does not work on Windows.") |
|
146 | 145 |
); |
147 | 146 |
|
148 | 147 |
global $openvpn_tls_modes; |
Also available in: Unified diff
Remove line commented out in 2015