Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何创建到Heroku dyno 的 SSH 隧道?
假设您要创建 SSH 隧道以进行代理,您可以按如下方式创建 SOCKS 代理。假设您在该目录中有一个本地 Heroku 项目:
heroku ps:sockslocalhost将在端口上创建一个 SOCKS 代理。然后,您可以通过例如代理通过您的测功机socks5://localhost:1080。
heroku ps:socks
localhost
socks5://localhost:1080
希望有帮助!