mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] 163 was for sha256
This commit is contained in:
parent
b53b05eabd
commit
2c73dd1a2f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ RE_DYNDNS_PRIVATE_KEY_MD5 = re.compile(
|
|||
|
||||
|
||||
RE_DYNDNS_PRIVATE_KEY_SHA512 = re.compile(
|
||||
r'.*/K(?P<domain>[^\s\+]+)\.\+163.+\.private$'
|
||||
r'.*/K(?P<domain>[^\s\+]+)\.\+165.+\.private$'
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue