Giter Club home page Giter Club logo

Comments (2)

kkkgo avatar kkkgo commented on June 7, 2024

这只能说明你的127.0.0.1:7874不会响应AAAA记录。

from mosdns.

lonecale avatar lonecale commented on June 7, 2024

这只能说明你的127.0.0.1:7874不会响应AAAA记录。

这些地址我发现大多都是:
响应 AAAA 应答没有期望的ANSWER,只有CNAME记录
响应 A 应答是有期望的 ANSWER

因为forward_openclash 是最后一个工作流程。这样 我无法在forward_openclash后面匹配 has_wanted_ans 判断。
还有一个方式只能 如下

  • tag: forward_remote_upstream
    type: sequence
    args:
    • matches:
      • qtype 28
        exec: prefer_ipv4
    • exec: $forward_test
    • matches:
      • has_wanted_ans
      • exec: $forward_openclash

但是这样转给forward_openclash就是应答的ip了 而不是域名了有什么好的处理办法呢 ?希望的效果是如果是双栈 只用ipv4转发forward_openclash 如果是单独IPV4或者IPV6的就直接forward_openclash

这个context deadline exceeded错误 应该就是这样 prefer_ipv4 把目标 同时进行ipv4/6请求到后面的一个forward 如何ipv4/6一方没有返回就出现

from mosdns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.