diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html
index 8fa8da2..fde5b61 100644
--- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html
+++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html
@@ -153,6 +153,14 @@ password='{{ update_secret|default:"<your secret>" }}'
+
Browser-based update client
+ These URLs invoke the built-in update client, which is intended for temporary and adhoc scenarios only.
+ It periodically checks your IP and updates DNS if it changes.
+
+ - https://{{ host.get_fqdn|default:"<your hostname>" }}:{{ update_secret|default:"<your secret>" }}@{{ WWW_HOST }}/update (updates hostname to point to remote ipv4 or ipv6 address)
+ - https://{{ host.get_fqdn|default:"<your hostname>" }}:{{ update_secret|default:"<your secret>" }}@{{ WWW_IPV4_HOST }}/update (similar, but ipv4 only)
+ - https://{{ host.get_fqdn|default:"<your hostname>" }}:{{ update_secret|default:"<your secret>" }}@{{ WWW_IPV6_HOST }}/update (similar, but ipv6 only)
+
Update URLs for browser / http user agent use
Interactive - will ask for username (give your hostname) and password (give your secret):