An open API service indexing awesome lists of open source software.

https://github.com/robinka/zig-socks

SOCKS4 proxy server written in Zig
https://github.com/robinka/zig-socks

Last synced: 5 months ago
JSON representation

SOCKS4 proxy server written in Zig

Awesome Lists containing this project

README

          

# SOCKS4 server written in Zig

A basic [SOCKS4](https://www.openssh.com/txt/socks4.protocol) proxy server written in [Zig](https://ziglang.org).

Uses [zig-network](https://github.com/MasterQ32/zig-network) for sockets.