-
# soft
## 解决brew慢的问题
```bash
export ALL_PROXY=socks5://127.0.0.1:1080
```
## 安装ansible
```bash
brew install --debug ansible
```
-
hI GUYS
there is a way to set proxy http/s to no_driver? i need to prox more than 1 instance with different proxies.
thx
-
2017/10/26 00:20:43 proxy.go:146: Allowed proxy channel with schema:[http http2 https kcp quic ssh tcp tls ws wss]
2017/10/26 00:20:43 mux.go:249: Proxy channel:direct init success
2017/10/26 00:20:…
-
Hi,
is it possible to use: nanominer behind a socks5 proxy ?
tryed with proxychains but did not work:
2020-10-06 10:32:58: Could not connect to any pools.
Thanks
-
```bash
# machine B is proxy_server, you want to browser by machine B network
ssh -D 1337 -q -C -N proxy_server
```
```bash
# machine A .zshrc
function setproxy() {
export http_proxy=socks5h…
-
在 Node.js 中抓取 Telegram 频道的数据可以通过使用 `Telethon` 的 JavaScript 等效库 `telegram` 和 `grammy` 实现。这些库允许我们与 Telegram 的 API 交互,获取频道的消息。下面是使用 `telegram` 和 `grammy` 的详细步骤。
### 方法一:使用 `telegram` 库
`telegram` 库…
-
Currently, compiling trojan on termux is a big pain and give a lot of errors. Would you mind adding a "proxy only mode" to igniter? It does not have any vpn interface or tun2sock stuff, just trojan as…
-
I have a electrum daemon set up and the notify function is working fine until I enable a proxy through Tor, then it connects (daemon status does show "connected": true) and updates the wallet balance …
-
Hi I use a ssh VPN right now because it can do socks5 proxy which I can setup on my Firefox so if the VPN is gone nothing works on my Firefox anymore.I want the same thing with wireguard and I found y…
-
```
I'm behind a campus network with almost all ports closed, except 80 and 443. It
would be wonderful if the program supported to be configured to pass through a
proxy (socks5 in my case), without …