|
@@ -14,7 +14,7 @@ ROOT = Path(__file__).resolve().parent
|
|
|
CONFIG_PATH = ROOT / "config.json"
|
|
CONFIG_PATH = ROOT / "config.json"
|
|
|
|
|
|
|
|
|
|
|
|
|
-def monitor_lanip(ip: str, interface: str = "all", proto: str = "all", maxnum: int = 500, limit: str = "0,20", timeout: int = 10) -> Tuple[requests.Response, Optional[dict]]:
|
|
|
|
|
|
|
+def monitor_lanip(ip: str, interface: str = "all", proto: str = "all", maxnum: int = 100000, limit: str = "0,100000", timeout: int = 10) -> Tuple[requests.Response, Optional[dict]]:
|
|
|
"""Call the monitor_lanip action and return (resp, json_data).
|
|
"""Call the monitor_lanip action and return (resp, json_data).
|
|
|
|
|
|
|
|
Example payload:
|
|
Example payload:
|