Home
last modified time | relevance | path

Searched refs:FQDN_RE (Results 1 – 2 of 2) sorted by relevance

/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Daddr_util.py35 FQDN_RE = re.compile('^.*\..*\..*\..*\.$|^.*\.[\w-]*\.\w{3,4}\.$|^[\w-]+\.[\w-]{4,}\.\w+\.') variable
H A Ddata_sources.py186 if addr_util.FQDN_RE.match(host):
270 if not addr_util.FQDN_RE.match(hostname):