node redirector:一个非常简单的节点项目用于重定向所有http和https请求 源码
节点重定向器 一个非常简单的节点项目,用于重定向所有http和https请求。 用法 node index.js --location https://example.com --http 80 --https 443 --key /etc/letsencrypt/live/redirect.to.example.com/privkey.pem --cert /etc/letsencrypt/live/redirect.to.example.com/fullchain.pem 排除--http仅启动https服务器。 排除--https仅启动http服务器。
文件列表
node-redirector-master.zip
(预估有个6文件)
node-redirector-master
index.js
996B
package.json
257B
LICENSE
1KB
package-lock.json
366B
.gitignore
14B
README.md
398B
暂无评论