Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lizhengnacl/proxys
proxy https
https://github.com/lizhengnacl/proxys
Last synced: about 12 hours ago
JSON representation
proxy https
- Host: GitHub
- URL: https://github.com/lizhengnacl/proxys
- Owner: lizhengnacl
- Created: 2020-05-22T14:14:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T18:31:42.000Z (over 2 years ago)
- Last Synced: 2024-04-18T08:30:26.481Z (7 months ago)
- Language: JavaScript
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 安装
安装Node环境
```
npm i
```安装证书环境
```
brew install mkcert
mkcert -install
```brew安装加速
```
# 替换 Homebrew
git -C "$(brew --repo)" remote set-url origin https://mirrors.ustc.edu.cn/brew.git
# 替换 Homebrew Core
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
# 替换 Homebrew Cask
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git
# 替换 Homebrew-bottles# 对于 bash 用户:
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bash_profile
source ~/.bash_profile# 对于 zsh 用户:
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.zshrc
source ~/.zshrc
```# 启动
```
sudo node index.js
```TODO:
1. 支持同时设置多个代理