Revision e4eed781
Added by Phil Davis over 9 years ago
src/usr/local/www/vpn_openvpn_server.php | ||
---|---|---|
890 | 890 |
'gwredir', |
891 | 891 |
'Redirect Gateway', |
892 | 892 |
'Force all client generated traffic through the tunnel.', |
893 |
$pconfig['gwredit']
|
|
893 |
$pconfig['gwredir']
|
|
894 | 894 |
)); |
895 | 895 |
|
896 | 896 |
$section->addInput(new Form_Input( |
... | ... | |
1086 | 1086 |
'netbios_enable', |
1087 | 1087 |
'NetBIOS enable', |
1088 | 1088 |
'Enable NetBIOS over TCP/IP', |
1089 |
$pconfig['ntp_server_enable']
|
|
1089 |
$pconfig['netbios_enable']
|
|
1090 | 1090 |
))->setHelp('If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled'); |
1091 | 1091 |
|
1092 | 1092 |
$section->addInput(new Form_Select( |
1093 | 1093 |
'netbios_ntype', |
1094 | 1094 |
'Node Type', |
1095 |
$pconfig['nbios_ntype'], |
|
1095 |
$pconfig['netbios_ntype'],
|
|
1096 | 1096 |
$netbios_nodetypes |
1097 | 1097 |
))->setHelp('Possible options: b-node (broadcasts), p-node (point-to-point name queries to a WINS server), ' . |
1098 | 1098 |
'm-node (broadcast then query name server), and h-node (query name server, then broadcast)'); |
Also available in: Unified diff
vpn_openvpn_server key name typos