Skip to content

Commit

Permalink
Merge pull request #263 from FreeMinded/master
Browse files Browse the repository at this point in the history
Update pfSense tab to get IP from Result Match
  • Loading branch information
ThomasWaldmann committed May 23, 2016
2 parents bf5f451 + 9fb3703 commit 9268a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h5>{% trans "Enter the following data:" %}</h5>
<tr><td>Username</td><td>{{ host.get_fqdn|default:"&lt;your hostname&gt;" }}</td></tr>
<tr><td>Password</td><td>{{ update_secret|default:"&lt;your secret&gt;" }}</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>
</table>
</div>
Expand Down

0 comments on commit 9268a2a

Please sign in to comment.