惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
博客园 - 司徒正美
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 叶小钗
罗磊的独立博客
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
T
Tailwind CSS Blog
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
MyScale Blog
MyScale Blog
J
Java Code Geeks
L
LangChain Blog
S
SegmentFault 最新的问题
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker
AUR (en) - nextdns-unprivileged
2026-06-15 · via AUR Newest Packages

Latest 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 or nextdns cache-keys

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)