{
  "services": [
    {
      "name": "茅台",
      "addr": ":21080",
      "handler": {
        "type": "socks5"
      },
      "listener": {
        "type": "tcp"
      },
      "metadata": {
        "enablestats": "true"
      },
      "status": {
        "createTime": 1784369539,
        "state": "ready",
        "events": [
          {
            "time": 1784369539,
            "msg": "service 茅台 is running"
          },
          {
            "time": 1784369539,
            "msg": "service 茅台 is ready"
          },
          {
            "time": 1784369539,
            "msg": "service 茅台 is listening on [::]:21080"
          }
        ],
        "stats": {
          "totalConns": 0,
          "currentConns": 0,
          "totalErrs": 0,
          "inputBytes": 0,
          "outputBytes": 0
        }
      }
    },
    {
      "name": "测试",
      "addr": ":1080",
      "handler": {
        "type": "socks5",
        "auth": {
          "username": "153617258",
          "password": "Jiang153617"
        }
      },
      "listener": {
        "type": "tcp"
      },
      "metadata": {
        "enablestats": true
      },
      "status": {
        "createTime": 1784372545,
        "state": "ready",
        "events": [
          {
            "time": 1784372545,
            "msg": "service 测试 is running"
          },
          {
            "time": 1784372545,
            "msg": "service 测试 is ready"
          },
          {
            "time": 1784372545,
            "msg": "service 测试 is listening on [::]:1080"
          }
        ],
        "stats": {
          "totalConns": 0,
          "currentConns": 0,
          "totalErrs": 0,
          "inputBytes": 0,
          "outputBytes": 0
        }
      }
    }
  ],
  "log": {
    "level": "debug"
  },
  "api": {
    "addr": ":80"
  }
}
