mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-02-22 20:33:26 +00:00
@@ -23,6 +23,7 @@ namespace MeshCentralRouter
|
||||
updateInfo();
|
||||
}
|
||||
|
||||
public string getRuleName() { return ruleNameTextBox.Text; }
|
||||
public int getProtocol() { return (int)(tcpRadioButton.Checked ? 1 : 2); }
|
||||
public int getLocalPort() { return (int)localNumericUpDown.Value; }
|
||||
public int getRemotePort() { return (int)remoteNumericUpDown.Value; }
|
||||
|
||||
Reference in New Issue
Block a user