leng
leng copied to clipboard
:zap: fast dns server, built to block advertisements and malware servers
I've setup `leng` on NixOS through the provided `flake.nix` with `customdnsrecords = [ "*.nixos.container. IN A 192.168.0.76" ];` thinking it would provide the appropriate DNS mappings. However, `leng` interprets the...
I am experiencing a new issue on v1.5.1 where leng stops responding to DNS requests. The service tends to barely use any CPU, but when an iPhone (IP is 172.16.16.159)...
As in allow leng to perform DoT queries to upstream resolvers, much like it does for DoH. I think this is a nice to have only, as we are already...
See [Cloudflare docs](https://developers.cloudflare.com/dns/cname-flattening) for the what and the why
Saw this mention in another DNS service, and thought it would be a nice addition though may also be an anti goal of keeping it simple, keeping existing support would...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
This is not used in any automated tests, but rather to create a reproducible environment to test configurations on.
Heyo, I have a split-brain DNS set up at home, with internal homelab domains using PowerDNS as a single source of truth alongside DHCP-specific domains. So for example, `[hostname].home.internal`, `[hostname].guest.internal`,...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...