diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-07-26 03:28:52 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-07-26 03:48:51 +0700 |
| commit | 1b70e045a091d9ee82fb599e9ca8469d55c51c1b (patch) | |
| tree | 769d65de66bf7b55c6982dd6f4b958ad4a814e2f | |
| parent | 954a8f071deff27d0434027e4787e72fbd7880d4 (diff) | |
| download | rescached-1b70e045a091d9ee82fb599e9ca8469d55c51c1b.tar.xz | |
cmd/rescached: add option to set address of web user interface
| -rw-r--r-- | cmd/rescached/rescached.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/rescached/rescached.cfg b/cmd/rescached/rescached.cfg index 0684a69..87fbc95 100644 --- a/cmd/rescached/rescached.cfg +++ b/cmd/rescached/rescached.cfg @@ -7,6 +7,7 @@ [rescached] file.resolvconf= debug=3 +wui.listen = 127.0.0.1:5380 hosts_block = http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&startdate[day]=&startdate[month]=&startdate[year]=&mimetype=plaintext hosts_block = http://www.malwaredomainlist.com/hostslist/hosts.txt |
