Fixed permissions. You'll need to add your user to the nextdns
group in order to control the daemon with: nextdns cache-stats
or nextdns cache-keys
Search Criteria
Package Details: nextdns-unprivileged 1.43.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nextdns-unprivileged.git (read-only, click to copy) |
---|---|
Package Base: | nextdns-unprivileged |
Description: | The NextDNS DoH client running as unprivileged user. |
Upstream URL: | https://github.com/nextdns/nextdns |
Keywords: | dns privacy secure |
Licenses: | MIT |
Conflicts: | nextdns |
Provides: | nextdns |
Submitter: | wooptoo |
Maintainer: | wooptoo |
Last Packager: | wooptoo |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-15 18:01 (UTC) |
Last Updated: | 2024-05-24 11:43 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (0)
Sources (4)
Latest Comments
wooptoo commented on 2023-08-30 09:52 (UTC)
TomZander commented on 2023-08-29 21:43 (UTC)
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
gothmog123 commented on 2022-04-20 14:47 (UTC)
works great, thanks so much
ashwinkj commented on 2022-01-19 04:42 (UTC)
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?
wooptoo commented on 2021-08-09 19:11 (UTC)
A sample config can be found here: https://gist.github.com/radupotop/af278c8793e1c05ed8c8bad26b898110
Pinned Comments
wooptoo commented on 2023-08-30 09:52 (UTC)
Fixed permissions. You'll need to add your user to the
nextdns
group in order to control the daemon with:nextdns cache-stats
ornextdns cache-keys
wooptoo commented on 2021-08-09 19:11 (UTC)
A sample config can be found here: https://gist.github.com/radupotop/af278c8793e1c05ed8c8bad26b898110