Home
last modified time | relevance | path

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

/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Daddr_util.py27 INTERNAL_RE = re.compile('^0|\.pro[md]z*\.|\.corp|\.bor|\.hot$|internal|dmz|' variable
H A Ddata_sources.py181 if not addr_util.IP_RE.match(host) and not addr_util.INTERNAL_RE.search(host):