Can Adguard listen to Unix sockets? #3810
-
Hi, guys! I'm curious, whether the Adguard Home is able to listen to queries from unix sockets? And if Adguard Home is installed as a snap, how can I make it listen to a Unix socket? Why am I so curious about it - It seems, that unix sockets can be much faster (~50% faster) than tcp standard loopback |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
AGH depends on our |
Beta Was this translation helpful? Give feedback.
AGH depends on our
dnsproxy
module, which in turn only supports TCP and UDP connections. If someone really wanted, I think they could add support for Unix domain sockets, but that would take a lot of time and effort, and the module will probably be heavily rewritten or replaced in the future any way.