gitextract_h3c4240l/ ├── LICENSE ├── README.md ├── docs/ │ └── nginx-dns-over-https.md ├── examples/ │ ├── nginx-dns-routing.conf │ ├── nginx-dns-simple.conf │ ├── nginx-doh-and-dot-to-dns.conf │ ├── nginx-doh-and-dot-to-dot.conf │ ├── nginx-dot-to-dns-simple.conf │ ├── nginx-dot-to-dot-routing.conf │ ├── nginx-plus-filtering.conf │ └── test.conf ├── nginx-doh.conf ├── nginx-glb.conf ├── njs.d/ │ └── dns/ │ ├── dns.js │ ├── glb.js │ ├── libdns.js │ └── test.js └── ssl/ ├── certs/ │ └── doh.local.pem └── private/ └── doh.local.pem