From: Michael Tremer Date: Tue, 24 Jun 2014 09:56:01 +0000 (+0200) Subject: regex: Add trailing $ which was missing. X-Git-Tag: 001~7 X-Git-Url: http://git.ipfire.org/?p=oddments%2Fddns.git;a=commitdiff_plain;h=580f98e85801dc71d559743784d8f036ffcf0a2d regex: Add trailing $ which was missing. --- diff --git a/src/ddns/system.py b/src/ddns/system.py index 396a339..cab2942 100644 --- a/src/ddns/system.py +++ b/src/ddns/system.py @@ -282,7 +282,7 @@ class DDNSSystem(object): r"^172\.(1[6-9]|2[0-9]|31)\.\d+\.\d+$", # Dual Stack Lite address space - r"^100\.(6[4-9]|[7-9][0-9]|1[01][0-9]|12[0-7])\.\d+\.\d+", + r"^100\.(6[4-9]|[7-9][0-9]|1[01][0-9]|12[0-7])\.\d+\.\d+$", ) for match in matches: