diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-05-22 22:28:38 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-07-26 03:48:51 +0700 |
| commit | da54844eeaa0b267d7b8c4a0732fe634ca424d45 (patch) | |
| tree | 9e7c1aa695a0a8768bb57cec8416890f4f055473 /_doc | |
| parent | 03ab6a462ddbd7589ac385a219f035ca7975f856 (diff) | |
| download | rescached-da54844eeaa0b267d7b8c4a0732fe634ca424d45.tar.xz | |
all: make host and master directory static
Previously, user can change the location where the hosts files and master
file using "rescached::dir.host" and "rescached::dir.master" options.
This change disallow chaning both options and make them static.
Diffstat (limited to '_doc')
| -rw-r--r-- | _doc/rescached.cfg.adoc | 33 |
1 files changed, 13 insertions, 20 deletions
diff --git a/_doc/rescached.cfg.adoc b/_doc/rescached.cfg.adoc index 0408441..5f24a06 100644 --- a/_doc/rescached.cfg.adoc +++ b/_doc/rescached.cfg.adoc @@ -43,26 +43,6 @@ Format:: [host]:port Default:: 127.0.0.1:5380 Description:: The address to listen for web user interface. -[[dir.hosts]] -==== +dir.hosts+ - -Format:: string -Default:: /etc/rescached/hosts.d -Description:: Path to hosts directory. -If set, rescached will load all hosts formatted files inside the directory. -If its empty or unset, it will not loading hosts files even in default -location. - -[[dir.master]] -==== +dir.master+ - -Format:: string -Default:: /etc/rescached/master.d -Description:: Path to master directory. -If set, rescached will load all master files inside the directory. -If its empty or unset, it will not loading master file even in default -location. - [[file.resolvconf]] ==== +file.resolvconf+ @@ -218,6 +198,19 @@ Default:: -1h Description:: The duration when the cache will be considered expired. Its value must be negative and greater or equal than -1 hour (-3600 seconds). +== FILES + +[[dir.hosts]] +=== /etc/rescached/hosts.d + +Path to hosts directory where rescached will load all hosts formatted files. + + +[[dir.master]] +=== /etc/rescached/master.d + +Path to master directory where rescached will load all master files. + == EXAMPLE |
