Form Mac App

JSON

{
  "log": {
    "access": "/Users/zeeshanwaheed/Library/Group Containers/group.hossin.asaadi.V2Box/access.log",
    "dnsLog": false,
    "loglevel": "warning",
    "error": "/Users/zeeshanwaheed/Library/Group Containers/group.hossin.asaadi.V2Box/error.log"
  },
  "inbounds": [
    {
      "port": 50437,
      "tag": "socks5",
      "protocol": "shadowsocks",
      "listen": "127.0.0.1",
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "tls",
          "http",
          "quic"
        ]
      },
      "settings": {
        "method": "chacha20-ietf-poly1305",
        "password": "123456",
        "level": 8,
        "udp": false,
        "ota": true,
        "network": "tcp,udp"
      }
    },
    {
      "protocol": "dokodemo-door",
      "settings": {
        "address": "[::1]"
      },
      "port": 50438,
      "listen": "[::1]",
      "tag": "api"
    },
    {
      "listen": "127.0.0.1",
      "port": 50439,
      "settings": {
        "userLevel": 0,
        "address": "8.8.8.8",
        "network": "tcp,udp",
        "timeout": 10,
        "port": 53
      },
      "tag": "inDns",
      "protocol": "dokodemo-door"
    }
  ],
  "outbounds": [
    {
      "tag": "proxy",
      "settings": {
        "vnext": [
          {
            "address": "restonseclab.com",
            "users": [
              {
                "alterId": 0,
                "level": 8,
                "security": "aes-128-gcm",
                "email": "",
                "id": "dd11681d-e2e5-4534-8a56-269f86b8d605"
              }
            ],
            "port": 443
          }
        ]
      },
      "mux": {
        "enabled": false,
        "concurrency": 50
      },
      "protocol": "vmess",
      "streamSettings": {
        "wsSettings": {
          "path": "/xljnvws",
          "headers": {
            "host": "restonseclab.com"
          }
        },
        "tlsSettings": {
          "allowInsecure": false,
          "alpn": [],
          "serverName": "restonseclab.com",
          "fingerprint": "chrome"
        },
        "security": "tls",
        "network": "ws"
      }
    }
  ],
  "api": {
    "tag": "api",
    "services": [
      "StatsService"
    ]
  },
  "dns": {
    "queryStrategy": "UseIP",
    "servers": [
      {
        "address": "8.8.8.8",
        "skipFallback": false
      }
    ],
    "disableFallback": true,
    "disableCache": true,
    "disableFallbackIfMatch": true,
    "tag": "dnsQuery"
  },
  "stats": {},
  "routing": {
    "domainStrategy": "AsIs",
    "balancers": [],
    "rules": [
      {
        "type": "field",
        "inboundTag": [
          "api"
        ],
        "outboundTag": "api"
      },
      {
        "type": "field",
        "inboundTag": [
          "inDns"
        ],
        "outboundTag": "outDns"
      },
      {
        "outboundTag": "proxy",
        "type": "field",
        "inboundTag": [
          "dnsQuery"
        ]
      }
    ]
  },
  "policy": {
    "levels": {
      "8": {
        "statsUserDownlink": false,
        "connIdle": 30,
        "bufferSize": 0,
        "handshake": 4,
        "downlinkOnly": 1,
        "uplinkOnly": 1,
        "statsUserUplink": false
      }
    },
    "system": {
      "statsInboundDownlink": true,
      "statsInboundUplink": true,
      "statsOutboundDownlink": true,
      "statsOutboundUplink": true
    }
  },
  "transport": {}
}