-
### Which tool
tidal-dl
### Describe the feature
CLI Proxy Support (SOCKS5)
### Add screenshots
_No response_
-
It would be nice to have a config item like `socks_proxy` or `socks5_proxy` to support [SOCKS](https://en.wikipedia.org/wiki/SOCKS) proxies.
At the moment, even commands like `tsocks mpv http://serve…
-
How do I change the code if I want to hang Socks5
docker run -d \
--restart unless-stopped \
--name grass \
-v $HOME/appdata/grass:/config \
-e USER_ID=$(id -u) \
-e SOCKS_PROXY="socks5:socks5" …
-
I configured a socks5 section, but it is not working properly. I used the socks5 agent function test using xshell.
```
[socks5]
type = socks5
remote_port = 30002
```
log for sock5 at clien…
-
i wanted to use proxy on it to connect through it but I got
Exception: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using `pip install httpx[socks]`.
Ty…
-
I have the socks5 proxy under "common settings" enabled. Use proxy for dnscrypt is checked.
I have the proxy under "dnscrypt settings" disabled
I would expect all traffic from invizible to go throug…
-
### **1) Screenshots:**
**Failed to fetch error:**
---
**Command Worked in terminal in Cursor:**
---
### **2) System Info**
Device:
`MacOS 14.5 (23F79) Apple Sillicon`
Curs…
-
### Bug Description
In Readme there is an example how to connect to the AlloyDB instance using SOCKS5 proxy:
```
ALL_PROXY=socks5://localhost:8000 \
HTTPS_PROXY=socks5://localhost:8000 \
./al…
-
I'm using invizible with the output chained to a socks5 proxy in the work profile. Inside the work profile is also a VPN profile (wireguard).
Let's say I'm connected to Wi-Fi with the LAN subnet 192.…
-
# Summary
There is already support to connect to the argocd service over a socks5 proxy using the environment variable `ALL_PROXY`, e.g.:
```sh
ALL_PROXY=socks5://localhost:8081 argocd app list…