This repository has been archived on 2021-05-27 . You can view files and clone it, but cannot push or open issues or pull requests.
c4ac635cb8172689ddbfb8b2c6b926e1c1b9cbbf
ReRedirector
用來代理常見縮網址服務,避免遭到北科的計網中心中間人攻擊。
Usage
- 下載相依套件
npm install
- 建置
npm run build
- 啟動
export PORT=3000 # 選擇要使用的 port
npm run start
Description
Languages
TypeScript
100%