Git Product home page Git Product logo

Comments (2)

xiaokangwang avatar xiaokangwang commented on June 20, 2024

Sorry, but your code does implement the necessary function or we no longer need a pdnsd like binary to work.

For the most users using LibV2Ray, V2Ray does not need a separate DNS parser or cache (When user is using VPNService mode). DNS traffic will be treated as UDP traffic as LibV2Ray in VPNService mode does not discriminate DNS traffic. In this case, the DNS resolver is not used at all.

For the user that using iptables mode of LibV2Ray(a sunseting feature), a dns resolver is used in a way other than yours library are made for. DNS traffic redirected with iptable needs an DNS cacher that understand Linux TPROXY to work correctly, and V2Ray does not. To deal with this issue, pdnsd was introduced to LibV2Ray as it supports TPROXY and can handle redirected DNS traffic. I does not found a syscall import your project which is essential for supporting TPROXY.

As root mode(iptables mode) is losting popularity and can sunset at any time, there is no point to replace the binary we are shipping now.

Please let me know if you have any additional information or thought in this issue.

from androidlibv2ray.

 avatar commented on June 20, 2024

Fine

from androidlibv2ray.

Related Issues (17)

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.