Update README.md

Deleted docs/controld_config.md
This commit is contained in:
Yegor Sak
2023-01-21 01:40:33 +00:00
committed by Cuong Manh Le
parent f6371360bc
commit f9d6223af5
2 changed files with 64 additions and 20 deletions
-15
View File
@@ -1,15 +0,0 @@
# Control D config
`ctrld` can build a Control D config and run with the specific resolver data.
For example:
```shell
ctrld run --cd p2
```
Above command will fetch the `p2` resolver data from Control D API and use that data for running `ctrld`:
- The resolver `doh` endpoint will be used as the primary upstream.
- The resolver `exclude` list will be used to create a rule policy which will steer them to the default OS resolver.
```