SSH 通过http实现代理服务
官网:https://formulae.brew.sh/formula/corkscrew
示例:
# 安装 brew install corkscrew # 使用 ~/.ssh/config Host x.x.x.x HostName x.x.x.x User work ProxyCommand corkscrew 127.0.0.1 8083 %h %p
官网:https://formulae.brew.sh/formula/corkscrew
示例:
# 安装 brew install corkscrew # 使用 ~/.ssh/config Host x.x.x.x HostName x.x.x.x User work ProxyCommand corkscrew 127.0.0.1 8083 %h %p