Skip to content
Discussion options

You must be logged in to vote
{
  "routing": {
    "domainStrategy": "IPOnDemand",
    "rules": [
      {
        "type": "field",
        "ip": [
          "x.x.x.x",
          "y.y.y.y"
        ],
        "outboundTag": "direct"
      },
      {
        "type": "field",
        "domain": [
          "domain:iptv1.com",
          "domain:iptv2.com"
        ],
        "outboundTag": "direct"
      },
      {
        "type": "field",
        "port": "0-65535",
        "outboundTag": "warp"
      }
    ]
  }
}

replace x.x.x.x and y.y.y.y with your IPTV IP addresses
replace iptv1.com and iptv2.com with your IPTV domain name.
"domainStrategy": "IPOnDemand" is important to make IP rules to take effect.
Your freedom outbou…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by maxwelldorliea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants