feat: support Zone-Based Firewalls (#33)

* feat: support Zone-Based Firewalls

* chore: add usage example of zone-based firewall

* chore: add note to readme to support unifi controller v2

* fix: invalid path for reordering firewall zone policies
This commit is contained in:
Mateusz Filipowicz
2025-02-20 18:48:04 +01:00
committed by GitHub
parent 16f71e7fe9
commit 637809c663
13 changed files with 703 additions and 0 deletions

View File

@@ -183,6 +183,12 @@ user, err := c.CreateUser(ctx, "site-name", &unifi.User{
## Plans
- [ ] Support Unifi Controller API V2
- [x] AP Groups
- [x] DNS Records
- [x] Zone-based firewalls
- [ ] Traffic management
- [ ] other...?
- [x] Increase API coverage, or modify code generation to rely on the official UniFi Controller API specifications
- [x] Improve error handling (currently only basic error handling is implemented and error details are not propagated)
- [x] Improve client code for better usability