mirror of
https://github.com/minoplhy/DNSserver.git
synced 2024-11-24 10:16:54 +00:00
9 lines
193 B
Markdown
9 lines
193 B
Markdown
# doh-stream
|
|
Before copying this to somewhere else like '/etc/nginx/streams/dot-stream'
|
|
|
|
Please add this line to /etc/nginx/nginx.conf :
|
|
```
|
|
stream {
|
|
include /etc/nginx/streams/*;
|
|
}
|
|
``` |