chore: add test data

This commit is contained in:
2025-10-04 22:34:48 +01:00
parent 8ea8954710
commit 74e7d6de64

View File

@@ -60,3 +60,4 @@ async def main(rule_tag, new_ip):
await router.async_disconnect() await router.async_disconnect()
if __name__ == "__main__": if __name__ == "__main__":
asyncio.run(main("TEST", "192.168.1.2"))