Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirillzhosul/reverse-proxy
Simple reverse proxy written in C
https://github.com/kirillzhosul/reverse-proxy
c educational http linux nginx proxy reverse-proxy socket
Last synced: 29 days ago
JSON representation
Simple reverse proxy written in C
- Host: GitHub
- URL: https://github.com/kirillzhosul/reverse-proxy
- Owner: kirillzhosul
- License: mit
- Created: 2023-10-19T02:01:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T09:45:48.000Z (about 1 year ago)
- Last Synced: 2024-12-06T05:30:22.959Z (about 1 month ago)
- Topics: c, educational, http, linux, nginx, proxy, reverse-proxy, socket
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reverse-proxy
Simple reverse proxy written in C# Requirements
Currently, runs only on Linux (no Windows support for now)# Build
Simply build with `gcc` with no deps# Run
./build [target_host] [target_port] [--verbose]