Skip to content

local host is a simple way to serve local files over http

License

Notifications You must be signed in to change notification settings

propbreakerfpv/local_host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local host

a simple way to serve local files over http

Usage

  • -p or --port specify the port to use. default: 1337
  • -r or --rout specify a rout to serve.
  • -f or --file specify a file to serve. every -r hase to have a -f. -r is the url and -f is the path to the file the url will serve. you can have theys arguments in any order you want. ie: -r -r -f -f or -r -f -r -f. but the order does mater in the sence that the first -f corisponds to the first -r.

About

local host is a simple way to serve local files over http

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages