Firewall library ​
No description available
Classes ​
Functions ​
mnscript
StringResult Firewall.Allow(string)
- Allows an IP to communicate with your terminal.
mnscript
StringResult Firewall.Block(string)
- Blocks an IP from communicating with your terminal.
mnscript
StringResult Firewall.Disable()
- Disabled the firewall your terminal.
mnscript
StringResult Firewall.Enable()
- Enables the firewall your terminal.
mnscript
FirewallRules Firewall.GetFirewallRules()
- Return the firewall rules of the terminal.