[fix] 163 was for sha256

This commit is contained in:
Laurent Peuch 2017-09-19 00:51:11 +02:00
parent b53b05eabd
commit 2c73dd1a2f

View file

@ -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$'
)