Update README.md

This commit is contained in:
Christopher Puschmann 2017-12-16 01:13:59 +01:00
parent e48ae45ca1
commit d796299f10
1 changed files with 16 additions and 0 deletions

View File

@ -20,3 +20,19 @@ docker-compose up
Use the `-d` option to run the containers in daemon mode, and `docker-compose logs -f` to watch logs
Add new domain source list
---
You can add a new domain source list by modifying `node/repositories.json`
```json
[
{
"name": "adamloving temporary email address domains",
"url": "https://gist.githubusercontent.com/adamloving/4401361/raw/db901ef28d20af8aa91bf5082f5197d27926dea4/temporary-email-address-domains"
},
{
"name": "my new list",
"url": "http://my.new.list.com/list.txt"
}
]
```