mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ovpnmain.cgi: correct spelling
- change "coment" to "comment" Signed-off-by: Jon Murphy <jon.murphy@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -2337,17 +2337,17 @@ else
|
||||
if ( $vpnsettings{'ENABLED'} eq 'on'){
|
||||
print CLIENTCONF "remote $vpnsettings{'VPN_IP'} $vpnsettings{'DDEST_PORT'}\r\n";
|
||||
if ( $vpnsettings{'ENABLED_BLUE'} eq 'on' && (&haveBlueNet())){
|
||||
print CLIENTCONF "#Coment the above line and uncoment the next line, if you want to connect on the Blue interface\r\n";
|
||||
print CLIENTCONF "#comment the above line and uncomment the next line, if you want to connect on the Blue interface\r\n";
|
||||
print CLIENTCONF ";remote $netsettings{'BLUE_ADDRESS'} $vpnsettings{'DDEST_PORT'}\r\n";
|
||||
}
|
||||
if ( $vpnsettings{'ENABLED_ORANGE'} eq 'on' && (&haveOrangeNet())){
|
||||
print CLIENTCONF "#Coment the above line and uncoment the next line, if you want to connect on the Orange interface\r\n";
|
||||
print CLIENTCONF "#comment the above line and uncomment the next line, if you want to connect on the Orange interface\r\n";
|
||||
print CLIENTCONF ";remote $netsettings{'ORANGE_ADDRESS'} $vpnsettings{'DDEST_PORT'}\r\n";
|
||||
}
|
||||
} elsif ( $vpnsettings{'ENABLED_BLUE'} eq 'on' && (&haveBlueNet())){
|
||||
print CLIENTCONF "remote $netsettings{'BLUE_ADDRESS'} $vpnsettings{'DDEST_PORT'}\r\n";
|
||||
if ( $vpnsettings{'ENABLED_ORANGE'} eq 'on' && (&haveOrangeNet())){
|
||||
print CLIENTCONF "#Coment the above line and uncoment the next line, if you want to connect on the Orange interface\r\n";
|
||||
print CLIENTCONF "#comment the above line and uncomment the next line, if you want to connect on the Orange interface\r\n";
|
||||
print CLIENTCONF ";remote $netsettings{'ORANGE_ADDRESS'} $vpnsettings{'DDEST_PORT'}\r\n";
|
||||
}
|
||||
} elsif ( $vpnsettings{'ENABLED_ORANGE'} eq 'on' && (&haveOrangeNet())){
|
||||
|
||||
Reference in New Issue
Block a user