aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-02-03 11:03:20 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-02-03 11:03:20 +0000
commit83bc38dfbae8ddf1e57f217122923bea18b0ef08 (patch)
treeeae267f36b67c565d1dabb2578878417472acbec
parentImproved code quality (diff)
downloadminiserve-83bc38dfbae8ddf1e57f217122923bea18b0ef08.tar.gz
miniserve-83bc38dfbae8ddf1e57f217122923bea18b0ef08.zip
Updated README
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 212b127..cabf6ac 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,11 @@ Sometimes this is just a more practical and quick way than doing things properly
miniserve --auth joe:123 unreleased-linux-distros/
+### Generate random 6-hexdigit URL:
+
+ miniserve --random-route -i 192.168.0.1 /tmp
+ # Serving path /private/tmp at http://192.168.0.1/c789b6
+
### Bind to multiple interfaces:
miniserve -i 192.168.0.1 -i 10.13.37.10 -i ::1 -- /tmp/myshare