real basic check
This commit is contained in:
parent
8e29479aea
commit
edacebb3a6
2 changed files with 16 additions and 9 deletions
|
@ -19,6 +19,7 @@ namespace fw
|
|||
firewall_rule_t *get_rule_from_firewall(const uint8_t key);
|
||||
ok_t delete_rule_from_firewall(const uint8_t key);
|
||||
|
||||
bool is_included_in_firewall(const char *ip, const uint16_t port);
|
||||
bool is_client_allowed(WiFiClient client);
|
||||
|
||||
protected:
|
||||
|
|
Reference in a new issue