Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,19 @@ Run ```sudo bash setup.sh```

#### To address the issue with ImportError: No module named dns follow these steps

~~git clone https://github.com/rthalley/dnspython;
cd dnspython/;
python setup.py install~~


#### As DNSPYTHON is now in version 2.x and it relies on python3, that cannot be used for warberry anymore. to fix that issue it is needed to deploy older version via pip (1.16.0 - the latest with python2)

```
git clone https://github.com/rthalley/dnspython
cd dnspython/
python setup.py install
pip install dnspython==1.16.0
```



### Reporting

Download the **/RESULTS** folder into /var/www, /Library/Webserver/Documents/ or XAMPP web directory depending on your OS and setup.
Expand Down