-
Wireguard is blocked in Russia so I cannot connect directly.
I want to connect to it through SOCKS4/5 or HTTP proxy:
Me -> Proxy -> Wireguard server -> Internet
How can I connect like this?
-
I set
`Session client = new TcpClientSession(host, port, protocol, new ProxyInfo(ProxyInfo.Type.SOCKS4, new InetSocketAddress("212.103.118.77", 5678)));`
or
`Session client = new TcpClientSession(h…
-
[SOCKS4 proxies list](https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/socks4.txt) contains HTTP proxies
-
I would find SOCKS4 proxy support useful in http-client. SSH provides an easy way to set up a SOCKS4 proxy on your local machine to a remote SSH server. HTTP requests could then be proxied through the…
ghost updated
3 years ago
-
Hi,
A lot of different requests/PRs exist related to TUNNEL and PROXY connections. See #420, #1907, #1568, etc. In fact the discussion over this functionality it's very old.
So, as the project i…
-
``` bash
# using http-title script
nmap -n -Pn -v --proxy socks4://192.168.175.131:10808 -dd www.baidu.com -p80 --script http-title
```
### The traffic:
![image](https://user-images.githubusercon…
-
Brave browser has the command line option --proxy-server :
> --proxy-server=host:port
> Specify the HTTP/SOCKS4/SOCKS5 proxy server to use for requests. This overrides any environm…
-
Although TWBlue now supports http, https, socks4 and socks5 proxy servers, it fails when these servers require autentication. We have to determine if it happens only on http proxy servers, or on all t…
-
Hi,
I want to encrypt my DNS traffic, so can you add this feature to Tallow, Reqrypt.
Add "Forces SOCKS4" + "DNSCrypt" features.
"SOCKS4 + dnscrypt-proxy: Forward the DNS traffic to a DNS serve…
-
### SwitchyOmega version / SwitchyOmega 版本
2.5.20
### Browser version & OS version / 浏览器名称、版本及操作系统版本
google chrome 75.0.3770.142, mac os 10.12.6
### Problem description / 问题描述
设定为socks5模式, 但是…