# rd-proxy **Repository Path**: pg0xff/rd-proxy ## Basic Information - **Project Name**: rd-proxy - **Description**: Remote Debugging Proxy - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Remote Debugging Proxy # > 远程调试代理服务器 ## 使用方法 ## 把 conf.sample.json 复制为 conf.json,修改配置数据: - `target`配置节配置代理转发的目标地址。 - `settings`配置节的键是需要处理的域名,值是指向本机的端口号。 在命令行中启动服务: npm install npm run start ## 参考文档 ## - [nodejs开发——express配置自签名https服务器](https://blog.csdn.net/chenyufeng1991/article/details/60340006) - [移动端Web开发调试之Chrome远程调试(Remote Debugging)](https://blog.csdn.net/freshlover/article/details/42528643/)