DNS Over HTTPS Module

2019-12-19 Thread ctaylor
Hello all, I don't know if this is the right place to post this, but I've written a simple DNS over HTTPS module that's been working for me so I thought I would post a link here in case anyone else was interested in that sort of thing. https://github.com/themagister/Nginx-DOH-Module Regards,

Re: nginx reverse proxy proxy_pass weirdness

2019-12-19 Thread Francis Daly
On Wed, Dec 18, 2019 at 12:35:22PM -0500, deeztek wrote: Hi there, > server { > listen 80 default_server; > return 444; > } > > Should take care of it? Yes. (So long as every explicit-or-implicit "listen" directive is equivalent to "listen 80", which it probably is.) > How wo