This file is indexed.

/usr/lib/python2.7/dist-packages/dnsq-1.1.2.egg-info/PKG-INFO is in python-dnsq 1.1.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Metadata-Version: 1.0
Name: dnsq
Version: 1.1.2
Summary: DNS Query Tool
Home-page: http://www.mailgun.com
Author: Rackspace
Author-email: admin@mailgunhq.com
License: Apache 2
Description: dnsq
        ====
        
        DNS Query Tool
        
        Usage
        -----
        
        .. code-block:: py
        
           >>> import dnsq
           >>> dnsq.query_dns('www.example.com', 'a')
           ['93.184.216.119']
        
        .. code-block:: py
        
           >>> import dnsq
           >>> dnsq.mx_hosts_for('example.com')
           ['example.com']
        
Platform: UNKNOWN