Elvis Souza
Elvis Souza
@ak2766 for now, seems like you can use the [Local Solver DB][1] feature, I consider the only difference is that you will need to create the DNS records config file...
Hey @ak2766 feature was implemented at [3.32.2-snapshot][1], can you try it out? Thanks for the suggestion 🤝 . [1]: https://github.com/mageddo/dns-proxy-server/releases/tag/3.32.2-snapshot
It's supposed to work, Take a look at the docs if haven't yet: http://mageddo.github.io/dns-proxy-server/latest/en/2-features/stub-solver/ http://mageddo.github.io/dns-proxy-server/latest/en/3-configuration/#stub-solver
Not the `domain` there's a new one
Creating a feature request for it. #607
The Authoritative Answer Flag ```java /** authoritative answer */ public static final byte AA = 5; ```
``` rAddr=/0:0:0:0:0:0:0:0, clientAddr=/172.157.5.1:62782, dataLength=512, datagramLength=31 Mar 03, 2025 4:56:18 PM com.github.benmanes.caffeine.cache.BoundedLocalCache$PerformCleanupTask exec SEVERE: Exception thrown when performing the maintenance task java.lang.OutOfMemoryError: Garbage-collected heap size exceeded. Consider increasing the maximum Java...
``` 16:48:28.706 [virtual-2403 ] TRA c.m.d.server.dns.RequestHandlerDefault l=114 m=solveAndSummarize status=trySolve, solver=SolverLocalDB, req=query=65:a.nel.cloudflare.com 16:48:28.706 [virtual-2403 ] DEB com.mageddo.dnsproxyserver.solver.SolverLocalDB l=38 m=handle status=typeNotSupported, action=continue, type=65, time=0 16:48:28.706 [virtual-2403 ] TRA c.m.d.server.dns.RequestHandlerDefault l=118 m=solveAndSummarize status=notSolved,...
This issue is outdated. Prometheus metrics were implemented since 1.3.4, see this comment for more details https://github.com/linkedin/Burrow/issues/318#issuecomment-2758925607
> Curious, does solver.docker.networks.preferredNetworkNames make https://github.com/mageddo/dns-proxy-server/issues/595 redundant? I'm considering #595 will be already implemented when this feature get done. > Also, what's solver.docker.dpsNetwork? Does it make DPS only resolve IPs...