From 81661cc8deaacbff3497f0c9ef2625e98257ef76 Mon Sep 17 00:00:00 2001 From: radhitya Date: Sun, 21 Jun 2026 13:11:55 +0700 Subject: dot, readme --- linum.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'linum.toml') diff --git a/linum.toml b/linum.toml index 3e4637f..4fbde64 100644 --- a/linum.toml +++ b/linum.toml @@ -1,7 +1,8 @@ [server] -listen_udp = ":5354" -listen_tcp = ":5354" +listen_udp = ":53" +listen_tcp = ":53" listen_doh = ":8443" +listen_dot = ":853" [cache] max_entries = 100000 @@ -15,7 +16,7 @@ forwarders = ["1.1.1.1"] [blocklist] response = "zero_ip" -files = ["etc/blocklist/*.txt"] +files = ["/etc/linum/blocklist/*.txt"] #urls = [ # "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts", #] @@ -28,5 +29,9 @@ allow = ["127.0.0.1/8", "::1/128"] rate_limit_qps = 50 rate_limit_burst = 10 +[tls] +cert = "/tmp/linum-cert.pem" +key = "/tmp/linum-key.pem" + [log] level = "info" -- cgit v1.2.3