Releases: miklosn/clamdproxy
Releases · miklosn/clamdproxy
clamdproxy v0.1.0
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:3311For detailed usage instructions, please see the README.
Released by GoReleaser
clamdproxy v0.0.1
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:3311For detailed usage instructions, please see the README.
Released by GoReleaser