GithubHelp home page GithubHelp logo

windivert ,geo not works about shadow HOT 3 CLOSED

 avatar commented on August 19, 2024
windivert ,geo not works

from shadow.

Comments (3)

imgk avatar imgk commented on August 19, 2024

This one works.

{
    "server": {
        "protocol": "trojan",
        "server": "1.2.3.3:443",
        "password": "password",
        "transport": "tls",
        "domain": "example.com"
    },
    "name_server": "https://223.5.5.5:443/dns-query",
    "ip_cidr_rules": {"proxy": ["198.18.0.0/16"]},
    "geo_ip_rules": {
        "file": "Country.mmdb",
        "proxy": [],
        "bypass": ["CN"],
        "final": "proxy"
    },
    "domain_rules": {
        "proxy": [
        ],
        "direct": [
            "**.*"
        ],
        "blocked": [
        ]
    }
}

And this one.

{
    "server": {
        "protocol": "trojan",
        "server": "1.2.3.4:443",
        "password": "password",
        "transport": "tls",
        "domain": "example.com"
    },
    "name_server": "https://223.5.5.5:443/dns-query",
    "tun_name": "mytun",
    "tun_addr": [
      "192.168.0.11/24"
    ],
    "geo_ip_rules": {
      "file": "Country.mmdb",
      "proxy": [],
      "bypass": ["CN"],
      "final": "proxy"
    },
    "ip_cidr_rules": {
      "proxy": [
        "198.18.0.0/16",
        "8.8.8.8/32"
      ]
    }
}

Can you provide verbose mode log?

from shadow.

 avatar commented on August 19, 2024

老铁效率真高,顺带问下domain_rules 是否支持geosite https://github.com/v2fly/domain-list-community玩法?

如果支持能否给个demo

Old bro replay fast! Btw,does domain_rules support geosite https://github.com/v2fly/domain-list-community?

If it's ok.can u give us a demo

from shadow.

imgk avatar imgk commented on August 19, 2024

Shadow does not support geo site.

from shadow.

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.