Changed example regex

to make it a bit more apparent that the regex is
to be used with re.match and not re.search
This commit is contained in:
John Van de Meulebrouck Brendgard 2019-02-12 16:21:24 +01:00
parent c591d6fe4b
commit fba9ddb8f7
No known key found for this signature in database
GPG key ID: 807A5FD4B3337B77

View file

@ -1,2 +1,3 @@
'ns[0-9]?.mnt.se$':
# Note that the matching is done with re.match()
'^ns[0-9]?.mnt.se$':
nameserver: