You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wireguard client that exposes itself as a socks5 proxy or tunnels.
3
7
4
8
# What is this
@@ -20,6 +24,10 @@ anything.
20
24
- TCP static routing for client and server
21
25
- SOCKS5 proxy (currently only CONNECT is supported)
22
26
27
+
# TODO
28
+
- UDP Support in SOCKS5
29
+
- UDP static routing
30
+
23
31
# Usage
24
32
```
25
33
./wireproxy -c [path to config]
@@ -108,6 +116,9 @@ WGConfig = <path to the wireguard config>
108
116
...
109
117
```
110
118
119
+
## Donation
120
+
<noscript><ahref="https://liberapay.com/octeep/donate"><imgalt="Donate using Liberapay"src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
0 commit comments