real basic check

This commit is contained in:
Florian Hoss 2022-05-03 21:00:56 +02:00
parent 8e29479aea
commit edacebb3a6
2 changed files with 16 additions and 9 deletions

View file

@ -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: