docs(example.dae): subscription in file

This commit is contained in:
mzz2017
2023-03-19 14:45:31 +08:00
parent a801cdfba8
commit f3ffd2481b
2 changed files with 3 additions and 0 deletions

View File

@ -57,3 +57,5 @@ netstat -ulpen|grep 53
If does, stop the service process or change its listening port from 53 to others.
### Common troubleshooting

View File

@ -59,6 +59,7 @@ subscription {
my_sub: 'https://www.example.com/subscription/link'
another_sub: 'https://example.com/another_sub'
'https://example.com/no_tag_link'
'file://relative/path/to/mysub.sub' # Put subscription content in /etc/dae/relative/path/to/mysub.sub
}
# Nodes defined here will be merged as a part of the global node pool.