Skip to content

clamdproxy v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Mar 11:25

A Go proxy for clamd that filters out insecure commands.

Changelog

Features

  • 7925307 feat: Add configurable command whitelist

Installation

# Download the appropriate binary for your platform from above
chmod +x clamdproxy
./clamdproxy --listen 127.0.0.1:3310 --backend 127.0.0.1:3311

For detailed usage instructions, please see the README.


Released by GoReleaser