


























The current setup creates a sock file with the privs 755, user and group nextdns.
The problem is that if I want to run the nextdns app from my normal user that ran 'newgrp' I get an error:
$ nextdns cache-stats
Error: dial unix /run/nextdns/nextdns.sock: connect: permission denied
Adding write permissions to the group fixes that. (chmod g+w on the sock).
Is that possible to fix in the package? I assume its just setting of the umask to be more sane. 0007 instead of 0022
works great, thanks so much
I am no longer able see the client-info when using this package. I am sure it reporting it correctly when I initially installed it. I tried using the same configuration with the nextdns package in AUR and it is able to report it correctly. Is anyone else having this problem?
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Fixed permissions. You'll need to add your user to the
nextdnsgroup in order to control the daemon with:nextdns cache-statsornextdns cache-keys