Removed dualstack query parameter as it is unused and has no foreseeable use case
This commit is contained in:
parent
0cd6d48bdd
commit
6e40ecae05
@ -57,8 +57,7 @@ async def dyndns(
|
|||||||
username: Annotated[str, Depends(check_credentials_for_fqdn)],
|
username: Annotated[str, Depends(check_credentials_for_fqdn)],
|
||||||
fqdn_settings: Annotated[FQDNSettings, Depends(get_fqdn_settings)],
|
fqdn_settings: Annotated[FQDNSettings, Depends(get_fqdn_settings)],
|
||||||
ip: Annotated[list[IPv4Address | IPv6Address | EmptyStr], Query(description='IPv4 or IPv6 addresses')] = None,
|
ip: Annotated[list[IPv4Address | IPv6Address | EmptyStr], Query(description='IPv4 or IPv6 addresses')] = None,
|
||||||
ipv6lanprefix: Annotated[IPv6Network, Query(description='IPv6 Network with Prefix. Will be used to update AAAA records for configured IIDs')] = None,
|
ipv6lanprefix: Annotated[IPv6Network, Query(description='IPv6 Network with Prefix. Will be used to update AAAA records for configured IIDs')] = None
|
||||||
dualstack: Annotated[bool, Query()] = None
|
|
||||||
):
|
):
|
||||||
if ip:
|
if ip:
|
||||||
# remove empty string items
|
# remove empty string items
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user