diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index ca706c7..328f16c 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -188,6 +188,33 @@ password='{{ update_secret|default:"<your secret>" }}'
Homepage: https://www.pfsense.org
++ {% blocktrans %}Please note: if the pfSense WAN interface is not + your public IP and does not notice your public IP changing, the + update will be done delayed (default: daily at 01:01). You can + tweak this by editing /etc/crontab from where it invokes + /etc/rc.dyndns.update - but be careful: do not invoke it too + frequently and consider that this applies to all your DDNS updaters. + {% endblocktrans %} +
+Setting | Value |
---|---|
Disable | {% trans "(do not select this)" %} |
DDNS Service | Custom |
Interface to monitor | WAN {% trans "(most likely)" %} |
Interface to send from | WAN {% trans "(most likely)" %} |
Verbose logging | {% trans "(select this as long as you need it)" %} |
Username | {{ host.get_fqdn|default:"<your hostname>" }} |
Password | {{ update_secret|default:"<your secret>" }} |
Update URL | https://{{ WWW_IPV4_HOST }}/nic/update |
Result Match | good|nochg |
Description | update DDNS host with IP v4 address |