Code Monkey home page Code Monkey logo

Comments (11)

XiaoliChan avatar XiaoliChan commented on July 28, 2024 2

hidden link

from helloworld.

vi-si avatar vi-si commented on July 28, 2024

捕获

from helloworld.

Cathgao avatar Cathgao commented on July 28, 2024

那你想有什么其他的

from helloworld.

vi-si avatar vi-si commented on July 28, 2024

那你还想有什么其他的

捕获

from helloworld.

Cathgao avatar Cathgao commented on July 28, 2024

自己查issue和PR,早就说过mosdns不需要什么防泄漏了

from helloworld.

XiaoliChan avatar XiaoliChan commented on July 28, 2024

自己查issue和PR,早就说过mosdns不需要什么防泄漏了

会有什么问题吗?能补充吗,PR是我写的,我在issues没看到,就看到一例反馈

防泄漏也是可选的

from helloworld.

Cathgao avatar Cathgao commented on July 28, 2024

因为mosdns本身就有这样的功能

from helloworld.

XiaoliChan avatar XiaoliChan commented on July 28, 2024

因为mosdns本身就有这样的功能

哪里具备了,要调规则的吧,你可以本地起一个mosdns,然后用最简单的转发上流功能,打开ipleak测试。第一次提交mosdns的时候,我测了ipleak,确实不防泄露(不过有一说一,我也不知道防泄漏意义在哪XD,老大哥能看的还是能看)

  • 基本配置文件(测试用)
log:
    level: info
plugins:
    - tag: forward_google
      type: forward
      args:
        upstreams:
            - addr: tcp://8.8.8.8
            - addr: tcp://8.8.4.4

    - tag: main_sequence
      type: sequence
      args:
        - exec: prefer_ipv4
        - exec: $forward_google
        - matches: 
          - qtype 28 65
          exec: reject 0

    - tag: udp_server
      type: udp_server
      args:
        entry: main_sequence
        listen: 0.0.0.0:5335
      
    - tag: tcp_server
      type: tcp_server
      args:
        entry: main_sequence
        listen: 0.0.0.0:5335

from helloworld.

Mibore99 avatar Mibore99 commented on July 28, 2024

所以问题到底出在哪里呐,同样编译完了少了两个选项。。

from helloworld.

Mibore99 avatar Mibore99 commented on July 28, 2024

那你还想有什么其他的

捕获

老哥 解决了吗

from helloworld.

zxlhhyccc avatar zxlhhyccc commented on July 28, 2024

会有什么问题吗?能补充吗,PR是我写的,我在issues没看到,就看到一例反馈

大佬,能修一下Hysteria吗?目前Hysteria无法运行。。。。

from helloworld.

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.