diff options
| author | Shulhan <ms@kilabit.info> | 2022-06-12 12:57:58 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-06-12 14:26:21 +0700 |
| commit | 85418757eb06caa3ef30205249397cfb50e95f0f (patch) | |
| tree | 16b34d99bc97e79fb0ebf78b49f470958080a219 /_www/doc | |
| parent | dbbf768254182ad12be3ecedf61685f8e18201a3 (diff) | |
| download | rescached-85418757eb06caa3ef30205249397cfb50e95f0f.tar.xz | |
_www: refactoring, various bug fixes and cleanups
On refactoring,
- standardize the method names on the rescached.js to match with the
Client, for example prefixing block.d operations with Blockd.
- use the GET /block.d, GET /hosts.d, GET /zone.d to fetch the
resources instead of using GET /environment for all.
On bug fixes,
- fix updating SOA record on zone.d due to refactoring
Diffstat (limited to '_www/doc')
| -rw-r--r-- | _www/doc/index.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_www/doc/index.adoc b/_www/doc/index.adoc index 3c9ff89..5586b42 100644 --- a/_www/doc/index.adoc +++ b/_www/doc/index.adoc @@ -18,6 +18,8 @@ link:benchmark.html[Benchmark]:: The latest benchmark of rescached server. [#todo] == TODO +* Zoned create should fill default SOA + * zone.d rr add - check for duplicate value. * Prioritize the order of hosts file to be loaded: |
