mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Add /api/action/flush/arp flushing both the network and network_addresses tables in pihole-FTL.db
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -100,6 +100,7 @@ int api_action_poweroff(struct ftl_conn *api);
|
||||
int api_action_reboot(struct ftl_conn *api);
|
||||
int api_action_restartDNS(struct ftl_conn *api);
|
||||
int api_action_flush_logs(struct ftl_conn *api);
|
||||
int api_action_flush_arp(struct ftl_conn *api);
|
||||
|
||||
// Search methods
|
||||
int api_search(struct ftl_conn *api);
|
||||
|
||||
Reference in New Issue
Block a user