Update pfSense tab to get IP from Result Match
added %IP% for pfSense result match to properly catch the cached IP address. Without pfSense reports 0.0.0.0 in the webgui.
This commit is contained in:
parent
bf5f4510c4
commit
9fb3703827
@ -286,7 +286,7 @@ config service "ipv4ddns"
|
|||||||
<tr><td>Username</td><td>{{ host.get_fqdn|default:"<your hostname>" }}</td></tr>
|
<tr><td>Username</td><td>{{ host.get_fqdn|default:"<your hostname>" }}</td></tr>
|
||||||
<tr><td>Password</td><td>{{ update_secret|default:"<your secret>" }}</td></tr>
|
<tr><td>Password</td><td>{{ update_secret|default:"<your secret>" }}</td></tr>
|
||||||
<tr><td>Update URL</td><td>https://{{ WWW_IPV4_HOST }}/nic/update</td></tr>
|
<tr><td>Update URL</td><td>https://{{ WWW_IPV4_HOST }}/nic/update</td></tr>
|
||||||
<tr><td>Result Match</td><td>good|nochg</td></tr>
|
<tr><td>Result Match</td><td>good %IP%|nochg %IP%</td></tr>
|
||||||
<tr><td>Description</td><td>update DDNS host with IP v4 address</td></tr>
|
<tr><td>Description</td><td>update DDNS host with IP v4 address</td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user