Coder Social home page Coder Social logo

Tun/config_client_android_local_dns_with_fakeip.json配置存在DNS泄露,猜测为DNS ruleset规则导致的 about sing-box-examples HOT 2 CLOSED

fs8vsx59h avatar fs8vsx59h commented on July 26, 2024
Tun/config_client_android_local_dns_with_fakeip.json配置存在DNS泄露,猜测为DNS ruleset规则导致的

from sing-box-examples.

Comments (2)

chika0801 avatar chika0801 commented on July 26, 2024

原配置中本来就是用的 "final": "dns_direct", 去这些网站检测露,是我预期的结果。

你修改后的配置我看了,变成了

      {
        "query_type": [
          "A",
          "AAAA"
        ],
        "server": "dns_fakeip"
      },
      {
        "query_type": "CNAME",
        "server": "dns_proxy"
      },
      {
        "query_type": [
          "A",
          "AAAA",
          "CNAME"
        ],
        "invert": true,
        "server": "dns_refused",
        "disable_cache": true
      }
    ],
    "final": "dns_direct",

你读下逻辑,DNS查询请求不会最后落到 "final": "dns_direct",

前面意思是A AAAA 全用fakeip,CNAME用PROXY查,剩下类型BLOCK。你去检测网站当然没国内DNS。

from sing-box-examples.

chika0801 avatar chika0801 commented on July 26, 2024

local_dns.json

remote_dns.json

其实配置文件名,就指出了DNS到底有谁查。至于懂不懂远程查和本地查,DNS泄露不,喜欢看XXX视频的人肯定喜欢,故意这样设计的。

with_fakeip 是自用版本的配置。

from sing-box-examples.

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.