Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 建议端口劫持功能中可以自定义劫持到的端口,以便可以将去广告dns插到dnsmasq之前 #4153

Open
6 tasks done
bleeeeeeeeeee opened this issue Nov 2, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@bleeeeeeeeeee
Copy link

Verify Steps

  • Tracker 我已经在 Issue Tracker 中找过我要提出的问题
  • Latest 我已经使用最新 Dev 版本查看过,并不包含该功能特性或者还不完善
  • Relevant 我知道 OpenClash 与 内核(Core)、控制面板(Dashboard)、在线订阅转换(Subconverter)等项目之间无直接关系,仅相互调用
  • Definite 这确实是 OpenClash 应包含的特性
  • Contributors 我有能力协助 OpenClash 开发或完善此功能特性
  • Meaningless 我提交的是无意义的催促更新或修复请求

Describe the Feature

想实现如下dns链路,并且启用dns劫持,当前的劫持会自动劫持到dnsmasq的端口,希望能自定义端口
192.168.1.1:53->adguardhome->127.0.0.1:5053->dnsmasq->127.0.0.1:7874->clashdns系统

Describe Alternatives

No response

@bleeeeeeeeeee bleeeeeeeeeee added the enhancement New feature or request label Nov 2, 2024
@fejeIaqbhbv
Copy link

捋了一遍,这个意思是吧

graph TD;
    lan-->adg;
    adg--内网-->dnsmasq;
    adg--外网-->clash
    clash-->wan;
Loading

OpenClash关劫持,adg开劫持不是更好吗?

@bleeeeeeeeeee
Copy link
Author

adguardhome没有劫持选项

捋了一遍,这个意思是吧

graph TD;
    lan-->adg;
    adg--内网-->dnsmasq;
    adg--外网-->clash
    clash-->wan;
Loading

OpenClash关劫持,adg开劫持不是更好吗?

@fejeIaqbhbv
Copy link

adguardhome没有劫持选项

装个luci

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants