{
  "log": { "level": "info", "timestamp": true },
  "dns": {
    "servers": [
      { "tag": "dns_direct", "address": "https://223.5.5.5/dns-query", "detour": "direct" },
      { "tag": "dns_proxy", "address": "https://8.8.8.8/dns-query", "detour": "proxy_selector" },
      { "tag": "dns_fakeip", "address": "fakeip" }
    ],
    "rules": [
      { "outbound": "any", "server": "dns_direct" },
      { "domain": ["liangxin.xyz", "gnxsf.chinatradenew.com"], "domain_suffix": [".liangxin.xyz", ".chinatradenew.com"], "server": "dns_direct" },
      { "ip_cidr": ["43.129.78.33/32"], "server": "dns_direct" },
      { "query_type": ["A", "AAAA"], "server": "dns_fakeip" }
    ],
    "fakeip": { "enabled": true, "inet4_range": "198.18.0.0/15" },
    "independent_cache": true,
    "strategy": "ipv4_only"
  },
  "inbounds": [{ "type": "mixed", "tag": "mixed_in", "listen": "0.0.0.0", "listen_port": 7890 }],
  "outbounds": [
    { "type": "selector", "tag": "proxy_selector", "outbounds": ["auto_select", "liangxin_out", "vpn07_out", "mojie_out", "direct"], "default": "auto_select" },
    { "type": "urltest", "tag": "auto_select", "providers": ["liangxin", "vpn07", "mojie"], "url": "http://www.gstatic.com/generate_204", "interval": "5m" },
    { "type": "selector", "tag": "liangxin_out", "providers": ["liangxin"] },
    { "type": "selector", "tag": "vpn07_out", "providers": ["vpn07"] },
    { "type": "selector", "tag": "mojie_out", "providers": ["mojie"] },
    { "type": "urltest", "tag": "gaming_auto", "providers": ["vpn07"], "url": "http://www.gstatic.com/generate_204", "interval": "5m" },
    { "type": "selector", "tag": "gaming_out", "outbounds": ["gaming_auto", "vpn07_out"] },
    { "type": "selector", "tag": "streaming_out", "outbounds": ["auto_select", "liangxin_out", "vpn07_out", "mojie_out"] },
    { "type": "selector", "tag": "telegram_out", "outbounds": ["auto_select", "liangxin_out", "vpn07_out", "mojie_out"] },
    { "type": "direct", "tag": "direct" },
    { "type": "dns", "tag": "dns_out" }
  ],
  "outbound_providers": [
    { "tag": "liangxin", "type": "remote", "format": "clash", "url": "https://liangxin.xyz/api/v1/liangxin?OwO=9f848c9224efeb43cb9aa7374ba3f602", "path": "proxies/liangxin.yaml", "download_ua": "clash", "download_interval": "24h", "health_check_url": "http://www.gstatic.com/generate_204", "health_check_interval": "5m" },
    { "tag": "vpn07", "type": "remote", "format": "clash", "url": "https://gnxsf.chinatradenew.com/cdn/baidu?token=048506796cef18a43bd90489862c9ad4", "path": "proxies/vpn07.yaml", "download_ua": "clash", "download_interval": "24h", "health_check_url": "http://www.gstatic.com/generate_204", "health_check_interval": "5m" },
    { "tag": "mojie", "type": "remote", "format": "clash", "url": "https://43.129.78.33:5000/api/v1/client/subscribe?token=b81daf688480a89924db796eede49ca8", "path": "proxies/mojie.yaml", "download_ua": "clash", "download_interval": "24h", "health_check_url": "http://www.gstatic.com/generate_204", "health_check_interval": "5m" }
  ],
  "route": {
    "rules": [
      { "protocol": "dns", "outbound": "dns_out" },
      { "domain": ["liangxin.xyz", "gnxsf.chinatradenew.com"], "domain_suffix": [".liangxin.xyz", ".chinatradenew.com"], "outbound": "direct" },
      { "ip_cidr": ["43.129.78.33/32"], "outbound": "direct" },
      { "domain": ["pokemon.com", "pokemon-support.com", "apppokemon.com", "niantic.com", "supercre.com"], "domain_suffix": [".pokemon.com", ".pokemon-support.com", ".apppokemon.com", ".niantic.com", ".supercre.com"], "outbound": "gaming_out" },
      { "domain_keyword": ["chaosflare", "chaos", "czn"], "outbound": "gaming_out" },
      { "ip_cidr": ["91.108.4.0/22", "91.108.8.0/22", "91.108.12.0/22", "91.108.16.0/22", "91.108.56.0/22", "149.154.160.0/20"], "outbound": "telegram_out" },
      { "domain": ["t.me", "telegram.org", "telegram.me"], "domain_suffix": [".t.me", ".telegram.org", ".telegram.me"], "outbound": "telegram_out" },
      { "domain": ["youtube.com", "googlevideo.com", "ytimg.com", "ggpht.com", "googleapis.com", "instagram.com", "cdninstagram.com", "fbcdn.net", "twitter.com", "x.com", "twimg.com"], "domain_suffix": [".youtube.com", ".googlevideo.com", ".ytimg.com", ".ggpht.com", ".googleapis.com", ".instagram.com", ".cdninstagram.com", ".fbcdn.net", ".twitter.com", ".x.com", ".twimg.com"], "outbound": "streaming_out" },
      { "geoip": ["cn"], "outbound": "direct" }
    ],
    "final": "proxy_selector",
    "auto_detect_interface": true
  }
}
