Mark Boddington

Results 34 comments of Mark Boddington
trafficstars

> I'm sorry but how on earth that example even makes sense. > > `What he suggest is:` > > echo AAABAAABAAAAAAAAA3d3dwdleGFtcGxlA2NvbQAAAQAB|base64 -d wwwexamplecom > > So without the dots...

If you want to generate the string, then you could use netcat with dig, something like this should work: ``` nc -undl 5553 -w 1 | base64 > dns.txt &...

Hi, Unfortunately the stream module does not support mixing UDP and TCP services. So there's no way to accept a UDP request and forward on over TCP. If this changes...

Hi, Can you try again with the lates commit please? https://github.com/TuxInvader/nginx-dns/commit/93a521aacc06aa4ac0210b5ec83240851db2e700 There was a debug which should only have been called if dns_decode_level was greater than 0. Cheers

Hi Kirill, Thanks for the PR. I'll fix the dns_decode_level bug, but I think it would be more efficient to accommodate extra query arguments in the NGINX config itself, rather...

> Hey! > I'm not completely sure. Still reading docs & sources. > At this moment I try to figure out: > upstream prematurely closed connection while reading response header...

Sure. I had to gzip for github. It's just a capture from a firefox DoH request for detectportal.firefox.com [dns.packet.gz](https://github.com/TuxInvader/nginx-dns/files/3901961/dns.packet.gz)

:heavy_plus_sign: NGINX Plus has a similar feature with its key/value store where you can load variables and use them in the configuration. This would be very useful for making dynamic...

Hi Maria, Apologies for the delay in looking at this. I already had a branch (v2) that was using buffers in testing. I have merged that now, but it seems...

Hi @mariamatthews > I feel like I could potentially re-test this with your new v2? That would be awesome if you could, and then just create a PR for the...