Feature #10000
closedEnable ``@`` support for Azure in Dynamic DNS
100%
Description
Unable to provide "@" or empty string for hostname field in the Azure DNS dynamic DNS setup. Any other record works correctly (all text entered in to the box accurately creates the associated record inside of the apex domain). Thus, if you need an A or AAAA record in the apex it is impossible to do.
I learned this by doing:
Apex domain for zone: home.example.org
Hostname provided in settings: home.example.org (and home.example.org.)
Record created: home.example.org.home.example.org
It seems that the intention would be to provide "@" or an empty string so that the record can be created appropriately via the Azure APIs.
Related issues
Updated by Ty Mote almost 5 years ago
*Left off test steps:
When an @ is provided, invalid character error is thrown in UI
When an empty field is provided, hostname required is thrown in UI
Updated by Dominik Hürzeler over 4 years ago
Workaround
1. azure dns create record
- name: test
- type: A
2. azure dns create record
- name: @
- type: A
- aliasrecord: yes
- aliastype: zonerecordset
- zonerecordset: test
3. pfsense config
- hostname: test
Updated by Marcos M 2 months ago
- Has duplicate Feature #15593: Enable ``@`` support for Azure in Dynamic DNS added
Updated by Marcos M 2 months ago
- Assignee set to Marcos M
- Target version set to 2.8.0
- Plus Target Version set to 24.08
- Tracker changed from Bug to Feature
- Subject changed from Azure Dynamic DNS A and AAAA Records for Apex Zone to Enable ``@`` support for Azure in Dynamic DNS
- Status changed from New to In Progress
Updated by Marcos M 2 months ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset 33626a940a92ba93c6f21c6241603c41a8e07bbd.
Updated by Jim Pingle about 2 months ago
- Plus Target Version changed from 24.08 to 24.11