Skip to content

Commit

Permalink
fix: remove retry logic (#1)
Browse files Browse the repository at this point in the history
fix: migrate retry_count to retry_max_count
fix: delay execution of the signing function
chore: bump version
FriesI23 authored Jan 12, 2025
1 parent 5caf70a commit 24c29c2
Showing 3 changed files with 218 additions and 224 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ddns-scripts_tencent_cloud
PKG_VERSION:=1.1.0
PKG_RELEASE:=1
PKG_VERSION:=1.2.0
PKG_RELEASE:=2

PKG_LICENSE:=GPLv2
PKG_MAINTAINER:=FriesI23
14 changes: 7 additions & 7 deletions tencent-cloud.com.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "tencent-cloud.com",
"ipv4": {
"url": "update_tencent_cloud_com.sh"
},
"ipv6": {
"url": "update_tencent_cloud_com.sh"
}
"name": "tencent-cloud.com",
"ipv4": {
"url": "update_tencent_cloud_com.sh"
},
"ipv6": {
"url": "update_tencent_cloud_com.sh"
}
}
Loading

0 comments on commit 24c29c2

Please sign in to comment.