Update README.md

This commit is contained in:
AJ ONeal 2015-12-16 05:32:00 -08:00
parent 173c0f66b7
commit 1d37c9de4c
1 changed files with 19 additions and 0 deletions

View File

@ -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`