aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
AgeCommit message (Collapse)Author
2022-08-25_www/doc: update the index and resolver documentationShulhan
While at it, rename the README.adoc to README and made symlink to it as README.adoc.
2022-03-15all: change the rescached license to GPL 3.0 or laterShulhan
See https://kilabit.info/journal/2022/gpl/ for more information.
2022-02-09all: fix format of all asciidoc filesShulhan
This is to make the adoc files parsed and rendered correctly by asciidocgo and asciidoc tools.
2021-01-24README: add section to show the screenshots and usage of web interfaceShulhan
The screenshots images point to the latest image in the master branch. In the man page, the screenshot will be displayed as text.
2021-01-20all: rewrite the web user interface and the APIsShulhan
2020-07-26all: remove unused hosts.block fileShulhan
2019-10-17rescached: support serving and forwarding DNS over TLSShulhan
2019-10-16all: refactoring configuration fileShulhan
The configuration file now group into two section: the '[rescached]' and '[dns "server"]' sections. All of the configuration values are loaded using ini.Unmarshal instead of using manual parsing.
2019-09-29all: support macOSShulhan
This changes add the macOS launchd script and make tasks to install and uninstall in macOS.
2019-07-09cmd/rescached: change config flag from "-f" to "-config"Shulhan
2019-03-02README: update documentation on running DNS over HTTPSShulhan
User that need to run DoH in local need to import or accept the certificate manually through Firefox exception list.
2019-01-28all: fix the example certificate and key for DNS over HTTPSShulhan
Previously, the Common Name (CN) for certificate is not a valid local domain name, because we tested it using IP address instead of domain name. This commit use the "localhost" in certificate CN and in configuration for DoH in browser.
2018-12-24make: replace tool to generate manpage with asciidoctorShulhan
2018-10-01README: fix step on installing from sourceShulhan
Fixes #1
2018-09-29make: install an example of certificate filesShulhan
2018-09-29README: add section to explain how to use DNS over HTTPSShulhan
Also, update documentations on some paragraph.
2018-09-11doc: add integration with openresolv on feature sectionShulhan
2018-09-11Implement subscriber integration with openresolvShulhan
Resolve shuLhan/rescached#9
2018-09-09Add documentation about format of master fileShulhan
2018-09-08doc: update list of featuresShulhan
2018-08-26cmd/rescached: update default prune delay to 5m and threshold to 1hShulhan
2018-08-26Add documentation for rescached.cfg and script filesShulhan
2018-08-26Implement cache pruning using time aware least recently usedShulhan
2018-08-20rescached: DNS resolver cache daemonShulhan