# node-proxy **Repository Path**: rmrb1111/node-proxy ## Basic Information - **Project Name**: node-proxy - **Description**: 简单的反向代理 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://gitee.com/mozhuanzuojing/node-proxy - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-11-20 - **Last Updated**: 2023-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简单反向代理 ```shell git clone https://gitee.com/rmrb1111/node-proxy.git ``` ## 一、安装依赖 ```powershell yarn ``` ## 一、修改代理规则 ```bash ./config.jsonc ``` ## 二、启动代理服务 ```powershell yarn start ```