DNSserver/configuration/reverseproxy/nginx/README.md

9 lines
193 B
Markdown
Raw Normal View History

2021-08-28 06:31:03 +00:00
# doh-stream
2021-08-28 06:41:13 +00:00
Before copying this to somewhere else like '/etc/nginx/streams/dot-stream'
2021-08-28 06:31:03 +00:00
Please add this line to /etc/nginx/nginx.conf :
```
stream {
include /etc/nginx/streams/*;
}
```