mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
Fixed port mapping default ports.
This commit is contained in:
@@ -105,8 +105,8 @@ namespace MeshCentralRouter
|
||||
{
|
||||
if (appComboBox.SelectedIndex == 1) { remoteNumericUpDown.Value = 80; }
|
||||
if (appComboBox.SelectedIndex == 2) { remoteNumericUpDown.Value = 443; }
|
||||
if (appComboBox.SelectedIndex == 3) { remoteNumericUpDown.Value = 3389; }
|
||||
if (appComboBox.SelectedIndex == 4) { remoteNumericUpDown.Value = 22; }
|
||||
if (appComboBox.SelectedIndex == 3) { remoteNumericUpDown.Value = 22; }
|
||||
if (appComboBox.SelectedIndex == 4) { remoteNumericUpDown.Value = 3389; }
|
||||
if (appComboBox.SelectedIndex == 5) { remoteNumericUpDown.Value = 22; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user