mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-04 15:27:55 +07:00
docs(example.dae): subscription in file
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user