Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
feddar authored Feb 25, 2020
1 parent 1c83f55 commit ff10897
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions conf/local.d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ in `docker-compose.yml` mount a volume to override configuration files with your
volumes:
- /srv/data/docker/rspamd-conf/local.d:/data/local.d
```

## VirusTotal support
Put in local.d/antivirus.conf this configuration:
```
virustotal {
apikey = "your-api-key-got-from-virustotal.com";
# log_clean = true; # if you want to log also clean files
}
```

0 comments on commit ff10897

Please sign in to comment.