Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www/caddy: DynDNS IP Version cannot be reverted to 'None' #3912

Closed
3 tasks done
jasonpstokes opened this issue Apr 13, 2024 · 2 comments
Closed
3 tasks done

www/caddy: DynDNS IP Version cannot be reverted to 'None' #3912

jasonpstokes opened this issue Apr 13, 2024 · 2 comments

Comments

@jasonpstokes
Copy link

jasonpstokes commented Apr 13, 2024

Great plugin, so easy - thanks!

Describe the bug
In General Settings > Dynamic DNS, the 'DynDNS IP Version' only allows IPv4 only OR IPv6 only once a selection has been made; i.e. you cannot set it to (back to) 'None' to get both again (A and AAAA-Records), as described in the UI help text and docs.

image

image

Expected behaviour
An option to select 'None', or (perhaps clearer) 'Both' - or this would be a multi-select box instead, to select (tick) one or both IP versions?

Environment
OPNsense 24.1.5_1-amd64
os-caddy 1.5.3

@Monviech Monviech mentioned this issue Apr 15, 2024
13 tasks
@Monviech
Copy link
Member

Monviech commented Apr 15, 2024

Thank you. I already noticed that a while ago and it's fixed in the next version. The fix is already merged to main.

<DynDnsIpVersions type="OptionField">
<BlankDesc>IPv4+IPv6</BlankDesc>
<OptionValues>
<ipv4>IPv4 only</ipv4>
<ipv6>IPv6 only</ipv6>
</OptionValues>
</DynDnsIpVersions>

@jasonpstokes
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants