Skip to content

Releases: miklosn/clamdproxy

clamdproxy v0.1.0

30 Mar 11:25

Choose a tag to compare

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

clamdproxy v0.0.1

28 Mar 14:37
671999f

Choose a tag to compare

A Go proxy for clamd that filters out insecure commands.

Changelog

Features

  • 671999f feat: Implement clamd proxy with command filtering

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