fix skip_ipv4 and skip_ipv6 for unifi records
Build and Push Container / build-and-push (push) Successful in 45s

This commit is contained in:
2026-06-03 21:39:51 -04:00
parent 209d260b18
commit d7fd6e1104
3 changed files with 83 additions and 2 deletions
+2
View File
@@ -84,6 +84,8 @@ class Route53RecordType(TypedDict):
class UnifiRecordType(TypedDict):
record: str
provider: Literal["unifi"]
skip_ipv4: bool | None
skip_ipv6: bool | None
ttl_seconds: int | None