4thanks
4thanks
发现配置server 分组可以有多个group https://github.com/pymumu/smartdns/blob/1f1fd118de44b145f558c1b2025e24819546cc2a/etc/smartdns/smartdns.conf#L165 一般分流都是bind分别绑定端口,但IP 过滤结果又不能在bind设置有点尬尴。 比如想用某个dns同时解析国内外域名,但解析国外域名不想返回或过滤国内IP或污染IP,就得设置两个同样server,如果server越多,重复得越多。 ``` bind :7053 -group cn bind :7054 -group out server 119.29.29.29 -group cn server 119.29.29.29 -group out -blacklist-ip -exclude-default-group nameserver /www.example.cn/cn nameserver /www.example.com/out ```...
### Bug Description | BUG 描述 白天会偶尔在iPhone和工作win电脑分别笔记,win上OneDrive云盘,iPhone是iCloud,到晚上会将它们合并。但合并后,在手机阅读时,手机只能显示手机笔记的引用,电脑上引用无法显示。同理在电脑上查看时,电脑笔记的引用可以显示,手机笔记的引用无效。 ### Relevant Screenshot | 相关截图 _No response_ ### To Reproduce | 重现问题 _No response_ ### Obsidian Version | Obsidian 版本 1.5.12 ### Which...
### What is the issue? when I was using ollama 0.1.32, it worked well with Zluda for my GPU (5700XT) follow the steps [ollama_windows_10_rx6600xt_zluda](https://www.reddit.com/r/ollama/comments/1cf5tq1/ollama_windows_10_rx6600xt_zluda/). recently update to the newest version...