Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ddns-scripts: Fix update url response of ddnss.de #8013

Closed
jkirk opened this issue Jan 22, 2019 · 1 comment
Closed

ddns-scripts: Fix update url response of ddnss.de #8013

jkirk opened this issue Jan 22, 2019 · 1 comment

Comments

@jkirk
Copy link

jkirk commented Jan 22, 2019

The response of the DynDNS service ddnss.de looks like this (even if no IP change took place):

<head>
<meta name="robots" content="noindex">
<title>DDNSS - Kostenloser DynDNS Service : Re-ProutDNS v5.01v</title>
</head>
<body>
<p><font face="Verdana" size="2"></font></p>
<p><font face="Verdana" size="2">Updated 1 hostname.</font></p>
</body>

I think "good|nochg" should be changed to "Updated" in the following line, right?:

"ddnss.de" "http://ip4.ddnss.de/upd.php?user=[USERNAME]&pwd=[PASSWORD]&host=[DOMAIN]&ip=[IP]" "good|nochg"

@neheb
Copy link
Contributor

neheb commented Jan 12, 2020

PR welcome.

Note that ddns-scripts are unmaintained.

neheb added a commit that referenced this issue Jan 28, 2020
#8013

Signed-off-by: Rosen Penev <rosenp@gmail.com>
@neheb neheb closed this as completed Jan 28, 2020
jefferyto pushed a commit to jefferyto/openwrt-packages that referenced this issue May 8, 2020
openwrt#8013

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 4128151)
aparcar pushed a commit to aparcar/packages that referenced this issue Oct 18, 2020
As announced in the 2.21.0 release notes, the experimental gRPC API v2
has been removed.

[CHANGE] web: Remove APIv2. openwrt#7935
[ENHANCEMENT] React UI: Implement missing TSDB head stats section. openwrt#7876
[ENHANCEMENT] UI: Add Collapse all button to targets page. openwrt#6957
[ENHANCEMENT] UI: Clarify alert state toggle via checkbox icon. openwrt#7936
[ENHANCEMENT] Add rule_group_last_evaluation_samples and
	prometheus_tsdb_data_replay_duration_seconds metrics. openwrt#7737 openwrt#7977
[ENHANCEMENT] Gracefully handle unknown WAL record types. openwrt#8004
[ENHANCEMENT] Issue a warning for 64 bit systems running 32 bit
	binaries. openwrt#8012
[BUGFIX] Adjust scrape timestamps to align them to the intended
	schedule, effectively reducing block size. Workaround for a regression
	in go1.14+. openwrt#7976
[BUGFIX] promtool: Ensure alert rules are marked as restored in unit
	tests. openwrt#7661
[BUGFIX] Eureka: Fix service discovery when compiled in 32-bit. openwrt#7964
[BUGFIX] Don't do literal regex matching optimisation when case
	insensitive. openwrt#8013
[BUGFIX] Fix classic UI sometimes running queries for instant query when
	in range query mode. openwrt#7984

Signed-off-by: user <user@BULLSEYE-debian-live-builder>
aparcar pushed a commit to aparcar/packages that referenced this issue Oct 18, 2020
As announced in the 2.21.0 release notes, the experimental gRPC API v2
has been removed.

[CHANGE] web: Remove APIv2. openwrt#7935
[ENHANCEMENT] React UI: Implement missing TSDB head stats section. openwrt#7876
[ENHANCEMENT] UI: Add Collapse all button to targets page. openwrt#6957
[ENHANCEMENT] UI: Clarify alert state toggle via checkbox icon. openwrt#7936
[ENHANCEMENT] Add rule_group_last_evaluation_samples and
	prometheus_tsdb_data_replay_duration_seconds metrics. openwrt#7737 openwrt#7977
[ENHANCEMENT] Gracefully handle unknown WAL record types. openwrt#8004
[ENHANCEMENT] Issue a warning for 64 bit systems running 32 bit
	binaries. openwrt#8012
[BUGFIX] Adjust scrape timestamps to align them to the intended
	schedule, effectively reducing block size. Workaround for a regression
	in go1.14+. openwrt#7976
[BUGFIX] promtool: Ensure alert rules are marked as restored in unit
	tests. openwrt#7661
[BUGFIX] Eureka: Fix service discovery when compiled in 32-bit. openwrt#7964
[BUGFIX] Don't do literal regex matching optimisation when case
	insensitive. openwrt#8013
[BUGFIX] Fix classic UI sometimes running queries for instant query when
	in range query mode. openwrt#7984

Signed-off-by: Paul Spooren <mail@aparcar.org>
aparcar added a commit to aparcar/packages that referenced this issue Oct 18, 2020
As announced in the 2.21.0 release notes, the experimental gRPC API v2
has been removed.

[CHANGE] web: Remove APIv2. openwrt#7935
[ENHANCEMENT] React UI: Implement missing TSDB head stats section. openwrt#7876
[ENHANCEMENT] UI: Add Collapse all button to targets page. openwrt#6957
[ENHANCEMENT] UI: Clarify alert state toggle via checkbox icon. openwrt#7936
[ENHANCEMENT] Add rule_group_last_evaluation_samples and
    prometheus_tsdb_data_replay_duration_seconds metrics. openwrt#7737 openwrt#7977
[ENHANCEMENT] Gracefully handle unknown WAL record types. openwrt#8004
[ENHANCEMENT] Issue a warning for 64 bit systems running 32 bit
    binaries. openwrt#8012
[BUGFIX] Adjust scrape timestamps to align them to the intended
    schedule, effectively reducing block size. Workaround for a regression
    in go1.14+. openwrt#7976
[BUGFIX] promtool: Ensure alert rules are marked as restored in unit
    tests. openwrt#7661
[BUGFIX] Eureka: Fix service discovery when compiled in 32-bit. openwrt#7964
[BUGFIX] Don't do literal regex matching optimisation when case
    insensitive. openwrt#8013
[BUGFIX] Fix classic UI sometimes running queries for instant query when
    in range query mode. openwrt#7984

Signed-off-by: Paul Spooren <mail@aparcar.org>
aparcar added a commit that referenced this issue Oct 18, 2020
As announced in the 2.21.0 release notes, the experimental gRPC API v2
has been removed.

[CHANGE] web: Remove APIv2. #7935
[ENHANCEMENT] React UI: Implement missing TSDB head stats section. #7876
[ENHANCEMENT] UI: Add Collapse all button to targets page. #6957
[ENHANCEMENT] UI: Clarify alert state toggle via checkbox icon. #7936
[ENHANCEMENT] Add rule_group_last_evaluation_samples and
    prometheus_tsdb_data_replay_duration_seconds metrics. #7737 #7977
[ENHANCEMENT] Gracefully handle unknown WAL record types. #8004
[ENHANCEMENT] Issue a warning for 64 bit systems running 32 bit
    binaries. #8012
[BUGFIX] Adjust scrape timestamps to align them to the intended
    schedule, effectively reducing block size. Workaround for a regression
    in go1.14+. #7976
[BUGFIX] promtool: Ensure alert rules are marked as restored in unit
    tests. #7661
[BUGFIX] Eureka: Fix service discovery when compiled in 32-bit. #7964
[BUGFIX] Don't do literal regex matching optimisation when case
    insensitive. #8013
[BUGFIX] Fix classic UI sometimes running queries for instant query when
    in range query mode. #7984

Signed-off-by: Paul Spooren <mail@aparcar.org>
pprindeville pushed a commit to pprindeville/packages that referenced this issue Dec 19, 2020
As announced in the 2.21.0 release notes, the experimental gRPC API v2
has been removed.

[CHANGE] web: Remove APIv2. openwrt#7935
[ENHANCEMENT] React UI: Implement missing TSDB head stats section. openwrt#7876
[ENHANCEMENT] UI: Add Collapse all button to targets page. openwrt#6957
[ENHANCEMENT] UI: Clarify alert state toggle via checkbox icon. openwrt#7936
[ENHANCEMENT] Add rule_group_last_evaluation_samples and
    prometheus_tsdb_data_replay_duration_seconds metrics. openwrt#7737 openwrt#7977
[ENHANCEMENT] Gracefully handle unknown WAL record types. openwrt#8004
[ENHANCEMENT] Issue a warning for 64 bit systems running 32 bit
    binaries. openwrt#8012
[BUGFIX] Adjust scrape timestamps to align them to the intended
    schedule, effectively reducing block size. Workaround for a regression
    in go1.14+. openwrt#7976
[BUGFIX] promtool: Ensure alert rules are marked as restored in unit
    tests. openwrt#7661
[BUGFIX] Eureka: Fix service discovery when compiled in 32-bit. openwrt#7964
[BUGFIX] Don't do literal regex matching optimisation when case
    insensitive. openwrt#8013
[BUGFIX] Fix classic UI sometimes running queries for instant query when
    in range query mode. openwrt#7984

Signed-off-by: Paul Spooren <mail@aparcar.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants