Home
last modified time | relevance | path

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

/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Daddr_util.py99 def MaskStringWithIPs(string): function
146 print MaskStringWithIPs('10.0.0.1 has a sharing relationship with 192.168.0.1 and 8.8.8.8')
H A Dreporter.py409 p['notes'].append({'text': addr_util.MaskStringWithIPs(note['text']), 'url': note['url']})