From 7b03f637b5a0a2050589e516d514e7fd7ba459c1 Mon Sep 17 00:00:00 2001 From: small_5 <30542017+small-5@users.noreply.github.com> Date: Sun, 16 Feb 2020 19:34:06 +0800 Subject: [PATCH] Disable ddns-srcipt_aliyun and ddns-scripts_dnspod HSTS file (#3114) * Add files via upload * Add files via upload --- package/lean/ddns-scripts_aliyun/Makefile | 4 ++-- package/lean/ddns-scripts_aliyun/update_aliyun_com.sh | 2 +- package/lean/ddns-scripts_dnspod/Makefile | 4 ++-- package/lean/ddns-scripts_dnspod/update_dnspod_cn.sh | 2 +- package/lean/ddns-scripts_dnspod/update_dnspod_com.sh | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package/lean/ddns-scripts_aliyun/Makefile b/package/lean/ddns-scripts_aliyun/Makefile index db13f949a..c6c92b0ca 100644 --- a/package/lean/ddns-scripts_aliyun/Makefile +++ b/package/lean/ddns-scripts_aliyun/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts_aliyun -PKG_VERSION:=1.0.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.0.3 +PKG_RELEASE:=1 PKG_LICENSE:=GPLv2 PKG_MAINTAINER:=Sense diff --git a/package/lean/ddns-scripts_aliyun/update_aliyun_com.sh b/package/lean/ddns-scripts_aliyun/update_aliyun_com.sh index a80cf29ed..ff763fca9 100755 --- a/package/lean/ddns-scripts_aliyun/update_aliyun_com.sh +++ b/package/lean/ddns-scripts_aliyun/update_aliyun_com.sh @@ -41,7 +41,7 @@ __DOMAIN="${domain#*@}" # 构造基本通信命令 build_command() { - __CMDBASE="$WGET_SSL -nv -t 1 -O $DATFILE -o $ERRFILE" + __CMDBASE="$WGET_SSL --no-hsts -nv -t 1 -O $DATFILE -o $ERRFILE" # 绑定用于通信的主机/IP if [ -n "$bind_network" ]; then local bind_ip run_prog diff --git a/package/lean/ddns-scripts_dnspod/Makefile b/package/lean/ddns-scripts_dnspod/Makefile index db94d661f..630643b2c 100644 --- a/package/lean/ddns-scripts_dnspod/Makefile +++ b/package/lean/ddns-scripts_dnspod/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts_dnspod -PKG_VERSION:=1.0.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.0.2 +PKG_RELEASE:=1 PKG_LICENSE:=GPLv2 PKG_MAINTAINER:=Small_5 diff --git a/package/lean/ddns-scripts_dnspod/update_dnspod_cn.sh b/package/lean/ddns-scripts_dnspod/update_dnspod_cn.sh index 9438d4b60..493536527 100644 --- a/package/lean/ddns-scripts_dnspod/update_dnspod_cn.sh +++ b/package/lean/ddns-scripts_dnspod/update_dnspod_cn.sh @@ -23,7 +23,7 @@ __DOMAIN="${domain#*@}" # 构造基本通信命令 build_command() { - __CMDBASE="$WGET_SSL -nv -t 1 -O $DATFILE -o $ERRFILE" + __CMDBASE="$WGET_SSL --no-hsts -nv -t 1 -O $DATFILE -o $ERRFILE" # 绑定用于通信的主机/IP if [ -n "$bind_network" ]; then local bind_ip run_prog diff --git a/package/lean/ddns-scripts_dnspod/update_dnspod_com.sh b/package/lean/ddns-scripts_dnspod/update_dnspod_com.sh index be71d6356..ece86d8a6 100644 --- a/package/lean/ddns-scripts_dnspod/update_dnspod_com.sh +++ b/package/lean/ddns-scripts_dnspod/update_dnspod_com.sh @@ -23,7 +23,7 @@ __DOMAIN="${domain#*@}" # 构造基本通信命令 build_command() { - __CMDBASE="$WGET_SSL -nv -t 1 -O $DATFILE -o $ERRFILE" + __CMDBASE="$WGET_SSL --no-hsts -nv -t 1 -O $DATFILE -o $ERRFILE" # 绑定用于通信的主机/IP if [ -n "$bind_network" ]; then local bind_ip run_prog