dnsclient icon indicating copy to clipboard operation
dnsclient copied to clipboard

A simple DNS client similar to nslookup. Does not use any DNS libraries.

Results 3 dnsclient issues
Sort by recently updated
recently updated
newest added

[dns_client.zip](https://github.com/lettier/dnsclient/files/3187395/dns_client.zip)

ip_list = [] if qtype.lower() == 'a' and data[60:64].int > 0: for x in range(len(data), 0, -128): if data[x:x + 16] == data[-128:-112]: for y in range(128): if data[x:x +...

ip_list = [] if qtype.lower() == 'a' and data[60:64].int > 0: for x in range(len(data), 0, -128): if data[x:x + 16] == data[-128:-112]: for y in range(128): if data[x:x +...