This project implements a proxy server for the Gemini protocol using Go. The server redirects Gemini requests to a specified target server and logs requests and responses.
- Redirects requests to a specified target server
- Logs requests and responses to separate files
- Configurable via a YAML file
Create a config.yaml file in the project root directory with the following content:
port: "8080"
target_server: "<target url>"