The gui does not offer an ability to set the subscription id for an Azure based domain name.
Can i edit this config.xml directly? If so what keys do i need to add?
Can i edit this config.xml directly? If so what keys do i need to add?
Code Select
<DynDNS version="1.5.1">
<general>
<enabled>1</enabled>
<verbose>0</verbose>
<allowipv6>0</allowipv6>
<daemon_delay>300</daemon_delay>
<backend>opnsense</backend>
</general>
<accounts>
<account uuid="cad3372f-5967-43a2-bb6c-0464b668b17e">
<enabled>1</enabled>
<service>azure</service>
<protocol/>
<server/>
<username>2727f4f0-6beb-405b-87c3-f6eaf7eb37a5</username>
<password>2e1910c8-f0b2-4a21-adcb-6822ac9c9cf9</password>
<resourceId>d6fbdc4b-9684-4087-b56f-c23dac47140e</resourceId>
<hostnames>cav.dummydomain.com</hostnames>
<wildcard>0</wildcard>
<zone/>
<checkip>web_dyndns</checkip>
<dynipv6host/>
<checkip_timeout>10</checkip_timeout>
<force_ssl>1</force_ssl>
<ttl>300</ttl>
<interface>wan</interface>
<description>dummydomain_inxsol</description>
</account>
</accounts>
</DynDNS>
</OPNsense>