From d796299f10068718b5fa4ab0769271e5cf6c32b5 Mon Sep 17 00:00:00 2001 From: xNevo Date: Sat, 16 Dec 2017 01:13:59 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b9d9978..ec5d632 100644 --- a/README.md +++ b/README.md @@ -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" + } +] +``` \ No newline at end of file