dnschef
dnschef copied to clipboard
Syntax Errors
log.error(f"{self.client_address[0]}: ERROR: invalid DNS request") ^ SyntaxError: invalid syntax
bump
You're most likely accidentally running in python2. I initially tried setting this up to run within virtualenv, but since you have to sudo to run it you have to install the deps with sudo as well and not in a virtualenv. I noticed while doing this that I seemed to also be using python2 without knowing it....
Unfortunately wasn't my issue, thank you for the response though. I am now using an alternative tool for my work.