mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-03 01:12:12 +08:00
ddns-scripts: add '*' hostname support
This commit is contained in:
parent
60818924d4
commit
06918a758a
@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts
|
|||||||
PKG_VERSION:=2.7.8
|
PKG_VERSION:=2.7.8
|
||||||
# Release == build
|
# Release == build
|
||||||
# increase on changes of services files or tld_names.dat
|
# increase on changes of services files or tld_names.dat
|
||||||
PKG_RELEASE:=17
|
PKG_RELEASE:=18
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
PKG_MAINTAINER:=
|
PKG_MAINTAINER:=
|
||||||
|
@ -64,7 +64,7 @@ IPV4_REGEX="[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}"
|
|||||||
IPV6_REGEX="\(\([0-9A-Fa-f]\{1,4\}:\)\{1,\}\)\(\([0-9A-Fa-f]\{1,4\}\)\{0,1\}\)\(\(:[0-9A-Fa-f]\{1,4\}\)\{1,\}\)"
|
IPV6_REGEX="\(\([0-9A-Fa-f]\{1,4\}:\)\{1,\}\)\(\([0-9A-Fa-f]\{1,4\}\)\{0,1\}\)\(\(:[0-9A-Fa-f]\{1,4\}\)\{1,\}\)"
|
||||||
|
|
||||||
# characters that are dangerous to pass to a shell command line
|
# characters that are dangerous to pass to a shell command line
|
||||||
SHELL_ESCAPE="[\"\'\`\$\!();><{}?|\[\]\*\\\\]"
|
SHELL_ESCAPE="[\"\'\`\$\!();><{}?|\[\]\\\\]"
|
||||||
|
|
||||||
# dns character set
|
# dns character set
|
||||||
DNS_CHARSET="[@a-zA-Z0-9._-]"
|
DNS_CHARSET="[@a-zA-Z0-9._-]"
|
||||||
|
Loading…
Reference in New Issue
Block a user