Ethan
Ethan
1.Unable to know protocol scheme from text (http or https) 2.Unable to know remote address from text (host != remote address)
@dnet I think, it is possible to display the full url in http packet text. e.g. ``` GET https://httpbin.org/uuid HTTP/1.1 Host: httpbin.org Connection: close ```
It is feasible to use environment variables. Another way is to use extra HTTP headers to attach information, such as `PIPER-REMOTE-ADDR: https://example.com:443/`.This has little additional impact and is easy to...
Yes, don't forget protocol scheme. Thank you for making this awesome extension!
Temporary solution for people who do not want to compile the project: wrap the massdns with the bash script ``` #!/bin/bash /usr/local/bin/massdns_exe --root $* ```