Replies: 1 comment 5 replies
-
|
实现起来没有困难,但是没什么意义,想套娃DNS自己套就行了,你可以mosdns分流,除了你特殊的域名其他的都转发给nikki/oc就行了,然后dnsmasq转发到mosdns。 dnsmasq -> mosdns -> nikki/oc |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
如题,我这边想做的事情是使用 LanCache,需要对不同的源 IP 返回不同的解析地址,比如当我 NAS 解析
deb.debian.org时返回真实地址,当其他设备解析的时候,返回 NAS 的地址。我所想到的解决方案时使用 MosDNS 实现,但
luci-app-mosdns似乎没有支持劫持 DNS,而无论是luci-app-openclash还是luci-app-nikki都没有支持劫持 DNS 请求到其他地址而非核心。我在想这里是不是实现起来存在阻碍,还是说仅仅是还没有支持这一特性,于是发起一个 discussion 请教一下这个话题。
Beta Was this translation helpful? Give feedback.
All reactions