[GH-ISSUE #259] Openwrt config is wrong. #219

Closed
opened 2026-02-26 09:36:39 +03:00 by kerem · 1 comment
Owner

Originally created by @the-solipsist on GitHub (Feb 28, 2016).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/259

Originally assigned to: @ThomasWaldmann on GitHub.

In the Openwrt config, these are provided:

option service_name "{{ WWW_HOST }}"
option update_url "http://[USERNAME]:[PASSWORD]@{{ WWW_IPV4_HOST }}/nic/update?hostname=[DOMAIN]&myip=[IP]"

This doesn't work (at least in Chaos Calmer - git-15.248.30277-3836b45). Only one of those two options should be used. If both are used, it fails to update. Since option service_name is not needed, remove that line:
github.com/nsupdate-info/nsupdate.info@c4a93218a4/nsupdate/main/templates/main/includes/tabbed_router_configuration.html (L247)

Originally created by @the-solipsist on GitHub (Feb 28, 2016). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/259 Originally assigned to: @ThomasWaldmann on GitHub. In the Openwrt config, these are provided: ``` option service_name "{{ WWW_HOST }}" option update_url "http://[USERNAME]:[PASSWORD]@{{ WWW_IPV4_HOST }}/nic/update?hostname=[DOMAIN]&myip=[IP]" ``` This doesn't work (at least in Chaos Calmer - git-15.248.30277-3836b45). Only one of those two options should be used. If both are used, it fails to update. Since `option service_name` is not needed, remove that line: https://github.com/nsupdate-info/nsupdate.info/blob/c4a93218a4581d10112069ddb2ab0a4a5dba778c/nsupdate/main/templates/main/includes/tabbed_router_configuration.html#L247
kerem 2026-02-26 09:36:39 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@ThomasWaldmann commented on GitHub (Mar 4, 2016):

OK, thanks for the feedback.

<!-- gh-comment-id:192453607 --> @ThomasWaldmann commented on GitHub (Mar 4, 2016): OK, thanks for the feedback.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#219
No description provided.