Disable ddns-srcipt_aliyun and ddns-scripts_dnspod HSTS file (#3114)

* Add files via upload

* Add files via upload
This commit is contained in:
small_5 2020-02-16 19:34:06 +08:00 committed by GitHub
parent 978a004994
commit 7b03f637b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-scripts_aliyun PKG_NAME:=ddns-scripts_aliyun
PKG_VERSION:=1.0.0 PKG_VERSION:=1.0.3
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_LICENSE:=GPLv2 PKG_LICENSE:=GPLv2
PKG_MAINTAINER:=Sense <sensec@gmail.com> PKG_MAINTAINER:=Sense <sensec@gmail.com>

View File

@ -41,7 +41,7 @@ __DOMAIN="${domain#*@}"
# 构造基本通信命令 # 构造基本通信命令
build_command() { 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 # 绑定用于通信的主机/IP
if [ -n "$bind_network" ]; then if [ -n "$bind_network" ]; then
local bind_ip run_prog local bind_ip run_prog

View File

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-scripts_dnspod PKG_NAME:=ddns-scripts_dnspod
PKG_VERSION:=1.0.1 PKG_VERSION:=1.0.2
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_LICENSE:=GPLv2 PKG_LICENSE:=GPLv2
PKG_MAINTAINER:=Small_5 PKG_MAINTAINER:=Small_5

View File

@ -23,7 +23,7 @@ __DOMAIN="${domain#*@}"
# 构造基本通信命令 # 构造基本通信命令
build_command() { 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 # 绑定用于通信的主机/IP
if [ -n "$bind_network" ]; then if [ -n "$bind_network" ]; then
local bind_ip run_prog local bind_ip run_prog

View File

@ -23,7 +23,7 @@ __DOMAIN="${domain#*@}"
# 构造基本通信命令 # 构造基本通信命令
build_command() { 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 # 绑定用于通信的主机/IP
if [ -n "$bind_network" ]; then if [ -n "$bind_network" ]; then
local bind_ip run_prog local bind_ip run_prog