diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-03 11:03:20 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-03 11:03:20 +0000 |
commit | 83bc38dfbae8ddf1e57f217122923bea18b0ef08 (patch) | |
tree | eae267f36b67c565d1dabb2578878417472acbec | |
parent | Improved code quality (diff) | |
download | miniserve-83bc38dfbae8ddf1e57f217122923bea18b0ef08.tar.gz miniserve-83bc38dfbae8ddf1e57f217122923bea18b0ef08.zip |
Updated README
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |