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:
committed by
GitHub
parent
16f71e7fe9
commit
637809c663
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user