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
- Host: GitHub
- URL: https://github.com/robinka/zig-socks
- Owner: RobinKa
- License: mit
- Created: 2022-12-23T09:35:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T13:00:13.000Z (about 3 years ago)
- Last Synced: 2025-08-11T14:49:53.498Z (5 months ago)
- Language: Zig
- Size: 20.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.