From 1d37c9de4cf577432913ccaf4daedaadc754013d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 16 Dec 2015 05:32:00 -0800 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index b39f0fb..a46ccab 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,25 @@ sudo letsencrypt certonly \ ls /etc/letsencrypt/live/ ``` +## Test with a free domain + +```bash +# Install Daplie DNS +npm install -g ddns-cli + +# see terms of use +ddns --help + +# agree to terms and get domain +ddns --random --email user@example.com --agree +``` + +Example domain: + +``` +rubber-duck-42.daplie.me +``` + ## Run without Root If you'd like to allow node.js to use privileged ports `80` and `443`