-
### 新功能
比如有三个选项
1.使用系统代理
2.不使用任何代理,包括系统代理也不使用
3.自定义socks5,http代理端口
ghost updated
3 months ago
-
Example:
resp = requests.get('https://github.com',
proxies=dict(http='socks5://username:password@127.0.0.1:9011',
https='socks5://username:password@127.0.0.1:9011'))
…
-
版本 gost 3.0.0-rc9 (go1.21.1 linux/amd64)
配置
```
services:
- name: http
addr: 1.1.1.1:20001
interface: 1.1.1.1
handler:
type: http
auth:
username: user
…
-
Trying to reproduce the following example on my macOS (Monterey 12.6.3) and it fails with the following error: (I have brew installed proxychain version 4.16 )
$ ssh -fqCN -D 8080 some.example.com
$…
-
```
youtube-dl -a cliplink.txt
youtube-dl -x --audio-format mp3
youtube-dl -v x0GiqG2EiAA --proxy "socks5://127.0.0.1/" -F
youtube-dl -v x0GiqG2EiAA --proxy "socks5://127.0.0.1/" -f 22
youtube-dl…
-
Is it possible to implement support for http, https, socks4, socks4a and socks5 proxies? all Torrent clients have proxy support.
-
Hello, the existing socks5 proxy server, would you like to inquire whether it supports the following network architecture?
like this :
pc browser -> Titanium.Web.Proxy -> socks5 server -> inter…
-
### Describe the bug
The following seems to be compatibility issues, which have been verified by macos 14 and are effective
1.
webview sock5 proxy_url not activate on windows 11, but macos 14 is ac…
-
When i am using single proxy its work perfectly
```
bridge -b :123 -p tcp://127.0.0.1:2080
```
but with multiple tcp proxy
```
bridge -b :123 -p tcp://127.0.0.1:2080 -p tcp://127.0.0.1:2070
20…
avid0 updated
7 months ago
-
With Ethernet+WiFi (wlp1s0 addresses in use for proxy):
```
curl -x socks5://127.0.0.1:1080 http://api.ipify.org
(hangs)
```
With WiFi only (wlp1s0 addresses in use for proxy):
```
curl -x so…