January 2019
Beginner to intermediate
776 pages
19h 58m
English
There are more Python-based applications that offer a complete DNS looking glass solution. Dyn dns_lg (https://github.com/dyninc/dns_lg) is a DNS looking glass solution that depends on ldns (http://www.linuxfromscratch.org/blfs/view/cvs/basicnet/ldns.html), a fast and efficient DNS library and ldns-python package. ldns depends on SWIG interface compiler (http://www.swig.org) to connect its core modules developed in C and Python code used. Make sure you have SWIG installed on your computer:
$ sudo apt-get install swig
$ wget -nc http://www.nlnetlabs.nl/downloads/ ldns/ldns-1.7.0.tar.gz ...
Read now
Unlock full access