You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[] DNSChef started on interface: 127.0.0.1
[] Using the following nameservers: 8.8.8.8
[*] No parameters were specified. Running in full proxy mode
[!] Failed to open log file for writing.
after changing line 415 to: except IOError, e:
I found that the error actually had nothing to do with the log file: [Errno 98] Address already in use
The text was updated successfully, but these errors were encountered:
[] DNSChef started on interface: 127.0.0.1
[] Using the following nameservers: 8.8.8.8
[*] No parameters were specified. Running in full proxy mode
[!] Failed to open log file for writing.
after changing line 415 to:
except IOError, e:
I found that the error actually had nothing to do with the log file:
[Errno 98] Address already in use
The text was updated successfully, but these errors were encountered: