Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.5 KB

Readme.md

File metadata and controls

45 lines (30 loc) · 1.5 KB

mmuhttpd

🦀 Meanings
MM MaulingMonkey's
U Micro (µ)
HTTP HyperText Transfer Protocol
D Daemon

Raison d'être

  • 0 dependencies
  • 100% monkey
  • don't actually use this

Usage

Install cargo/rust via e.g. rustup

rustup update                   # IDK how old your rust install is but you should probably update it
cargo install --git https://github.com/MaulingMonkey/mmuhttpd
mmuhttpd                        # use CWD as your webroot
mmuhttpd --open some/other/dir  # use another dir as your webroot + open your browser
mmuhttpd --allow-all-ipv4       # allow non-localhost traffic (bind to any/all IPv4 addresses)
mmuhttpd --allow-all-ipv6       # allow non-localhost traffic (bind to any/all IPv6 addresses)

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.