1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-15 23:53:25 +00:00

Added socks5 client feature for connect and listen (experimental)

This commit is contained in:
Gerhard Rieger 2023-11-05 20:46:22 +01:00
parent ebacb7c4e8
commit 7b66b53f93
10 changed files with 758 additions and 2 deletions

View file

@ -32,6 +32,7 @@
#include "xio-udp.h"
#include "xio-sctp.h"
#include "xio-socks.h"
#include "xio-socks5.h"
#include "xio-proxy.h"
#include "xio-vsock.h"
#endif /* _WITH_SOCKET */