aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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