From d173554892339e5211020c60d6af610840eef7ed Mon Sep 17 00:00:00 2001 From: radhitya Date: Sun, 14 Jun 2026 17:17:56 +0700 Subject: config, rebranding, fix cache --- linum.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 linum.toml (limited to 'linum.toml') diff --git a/linum.toml b/linum.toml new file mode 100644 index 0000000..bdb30ba --- /dev/null +++ b/linum.toml @@ -0,0 +1,22 @@ +[server] +listen_udp = ":5353" +listen_tcp = ":5353" +listen_doh = ":8443" + +[cache] +max_entries = 100000 +db_path = "/tmp/cache.db" +[resolver] +timeout = "2s" +max_delegations = 30 + +[blocklist] +response = "zero_ip" +files = ["etc/blocklist/*.txt"] +#urls = [ + # "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts", + # "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt", +#] + +[log] +level = "info" -- cgit v1.2.3