index
:
rescached
dev
dev-telemetry
main
DNS resolver cache daemon, DNS server with caches support.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
environment.go
Age
Commit message (
Expand
)
Author
2026-02-03
all: add option to set minimum TTL
Shulhan
2025-01-26
all: replace debug package with internal Debug variabel
Shulhan
2024-03-27
all: comply with linters
Shulhan
2024-03-21
all: replace module "share" with "pakakeh.go"
Shulhan
2024-02-04
all: apply recommendation from linter revive
Shulhan
2022-06-12
all: un-export HostsFiles and Zones fields on Environment
Shulhan
2022-06-12
all: fixes HTTP API for updating environment
Shulhan
2022-06-12
_www/block.d: fix the variable names on hosts block.d
Shulhan
2022-05-22
all: export and rename the hostsBlock type to Blockd
Shulhan
2022-04-23
all: fix panic if a nil HostsFiles and/or Zones is accessed
Shulhan
2022-04-19
all: always call Environment init
Shulhan
2022-04-19
all: add option to set the base directory
Shulhan
2022-04-19
all: refactoring the hosts blocks format and location
Shulhan
2022-04-16
all: apply suggestions from linter
Shulhan
2022-04-16
cmd/resolver: implement command to fetch and print server environment
Shulhan
2022-03-15
all: change the rescached license to GPL 3.0 or later
Shulhan
2021-12-21
all: move HTTP server option to Environment
Shulhan
2021-12-19
all: realign all structs
Shulhan
2021-12-19
all: refactoring Server initialization
Shulhan
2021-12-04
all: sync with latest share module
Shulhan
2021-11-14
all: update share module
Shulhan
2021-01-20
all: rewrite the web user interface and the APIs
Shulhan
2020-08-23
all: replace the internal hosts file with dns.HostsFile
Shulhan
2020-08-22
all: change "Master" word to "Zone"
Shulhan
2020-08-17
all: implement web UI to manage master zone files
Shulhan
2020-07-26
all: make enabling and disabling hosts block without restart
Shulhan
2020-07-26
all: implement UI to create, update, delete hosts file in hosts.d
Shulhan
2020-07-26
all: use log.SetPrefix to prefix the log output
Shulhan
2020-07-26
all: add user interface to configure source of hosts block
Shulhan
2020-07-26
all: make host and master directory static
Shulhan
2020-07-26
all: rename Options to environment
Shulhan