Skip to content

Commit

Permalink
ddns-scripts: add colon char in DNS_CHARSET
Browse files Browse the repository at this point in the history
Put ':' in DNS_CHARSET to solve issue in #25051 or #25051

Signed-off-by: xxxxxliil <[email protected]>
  • Loading branch information
xxxxxliil authored Sep 29, 2024
1 parent 7e9ef57 commit 4e72f23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ IPV6_REGEX="\(\([0-9A-Fa-f]\{1,4\}:\)\{1,\}\)\(\([0-9A-Fa-f]\{1,4\}\)\{0,1\}\)\(
SHELL_ESCAPE="[\"\'\`\$\!();><{}?|\[\]\*\\\\]"

# dns character set. "-" must be the last character
DNS_CHARSET="[@a-zA-Z0-9._-]"
DNS_CHARSET="[@a-zA-Z0-9.:_-]"

# domains can have * for wildcard. "-" must be the last character
DNS_CHARSET_DOMAIN="[@a-zA-Z0-9._*-]"
Expand Down

0 comments on commit 4e72f23

Please sign in to comment.