{
  "api": {
    "listen": "127.0.0.1:10085",
    "services": [
      "HandlerService"
    ],
    "tag": "api"
  },
  "dns": {
    "queryStrategy": "UseIPv4",
    "servers": [
      "1.1.1.1",
      "8.8.8.8",
      "localhost"
    ]
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "port": 10808,
      "protocol": "socks",
      "settings": {
        "auth": "noauth",
        "udp": true
      },
      "sniffing": {
        "destOverride": [
          "http",
          "tls",
          "quic"
        ],
        "enabled": true,
        "metadataOnly": false,
        "routeOnly": true
      },
      "tag": "socks-in"
    },
    {
      "listen": "127.0.0.1",
      "port": 10809,
      "protocol": "http",
      "settings": {
        "auth": "noauth",
        "udp": true
      },
      "sniffing": {
        "destOverride": [
          "http",
          "tls",
          "quic"
        ],
        "enabled": true,
        "metadataOnly": false,
        "routeOnly": true
      },
      "tag": "http"
    },
    {
      "listen": "127.0.0.1",
      "port": 10820,
      "protocol": "socks",
      "settings": {
        "auth": "noauth",
        "udp": true
      },
      "sniffing": {
        "destOverride": [
          "http",
          "tls",
          "quic"
        ],
        "enabled": true,
        "metadataOnly": false,
        "routeOnly": true
      },
      "tag": "socks-direct"
    }
  ],
  "log": {
    "loglevel": "Info"
  },
  "outbounds": [
    {
      "protocol": "vless",
      "settings": {
        "vnext": [
          {
            "address": "0.0.0.0",
            "port": 1,
            "users": [
              {
                "encryption": "none",
                "id": "6d8234cd-e505-4ade-b59b-b107b5768fdf",
                "level": 8,
                "security": "auto"
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "tcp",
        "security": "none",
        "tcpSettings": {
          "header": {
            "type": "none"
          }
        }
      },
      "tag": "proxy"
    },
    {
      "protocol": "freedom",
      "tag": "direct"
    },
    {
      "protocol": "blackhole",
      "tag": "block"
    }
  ],
  "policy": {
    "levels": {
      "8": {
        "bufferSize": 3,
        "connIdle": 300,
        "downlinkOnly": 4,
        "handshake": 3,
        "statsUserDownlink": false,
        "statsUserOnline": false,
        "statsUserUplink": false,
        "uplinkOnly": 2
      }
    },
    "system": {
      "statsInboundDownlink": false,
      "statsInboundUplink": false,
      "statsOutboundDownlink": false,
      "statsOutboundUplink": false
    }
  },
  "remarks": "App not supported",
  "routing": {
    "domainStrategy": "IPIfNonMatch",
    "rules": [
      {
        "domain": [
          "domain:doubleclick.net",
          "domain:googlesyndication.com",
          "domain:adservice.google.com",
          "domain:adservice.google.ru"
        ],
        "outboundTag": "block",
        "type": "field"
      },
      {
        "domain": [
          "domain:ru"
        ],
        "ip": [
          "geoip:ru",
          "geoip:private"
        ],
        "outboundTag": "direct",
        "type": "field"
      },
      {
        "domain": [
          "domain:youtube.com",
          "domain:youtu.be",
          "domain:youtubei.googleapis.com",
          "domain:googlevideo.com",
          "domain:ytimg.com"
        ],
        "outboundTag": "proxy",
        "type": "field"
      },
      {
        "network": "tcp,udp",
        "outboundTag": "direct",
        "type": "field"
      }
    ]
  }
}