diff options
| author | Shulhan <ms@kilabit.info> | 2022-04-19 23:30:41 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-04-19 23:30:41 +0700 |
| commit | 39afff150f2a94c6910408c36b030b5969b5f02e (patch) | |
| tree | 165a80d9c3c983dbb0ed6751da5bf2a1fa004454 /cmd | |
| parent | ed83581fc716d5d41d769662fae0bc5e78309982 (diff) | |
| download | rescached-39afff150f2a94c6910408c36b030b5969b5f02e.tar.xz | |
all: move the rescached.cfg for test under _test directory
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/rescached/rescached.cfg.test | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/cmd/rescached/rescached.cfg.test b/cmd/rescached/rescached.cfg.test deleted file mode 100644 index c81670a..0000000 --- a/cmd/rescached/rescached.cfg.test +++ /dev/null @@ -1,47 +0,0 @@ -## SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> -## SPDX-License-Identifier: GPL-3.0-or-later - -## -## Rescached configuration. -## -## See rescached.cfg(5) for description of each options. -## - -[rescached] -file.resolvconf= -debug=2 -wui.listen = 127.0.0.1:5381 - -[block.d "pgl.yoyo.org"] -name = pgl.yoyo.org -url = http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&startdate[day]=&startdate[month]=&startdate[year]=&mimetype=plaintext - -[block.d "winhelp2002.mvps.org"] -name = winhelp2002.mvps.org -url = http://winhelp2002.mvps.org/hosts.txt - -[block.d "someonewhocares.org"] -name = someonewhocares.org -url = http://someonewhocares.org/hosts/hosts - -[dns "server"] -parent=udp://10.8.0.1 -#parent=tcp://62.171.181.13 -## DNS over TLS -#parent=https://10.8.0.1 -## DNS over HTTPS -#parent=https://kilabit.info/dns-query - -listen = 127.0.0.1:5350 -## Uncomment line below if you want to serve DNS to other computers. -#listen = 0.0.0.0:53 - -#http.port = 443 -#tls.port = 853 -#tls.certificate = /etc/rescached/localhost.cert.pem -#tls.private_key = /etc/rescached/localhost.key.pem -tls.allow_insecure = true -#doh.behind_proxy = false - -#cache.prune_delay = 1h0m0s -#cache.prune_threshold = -1h0m0s |
