Skip to content

Its-Just-Nans/cors-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cors-proxy crates.io version crates.io downloads

Quick and dirty cors proxy

Usage

cargo install cors-proxy
cors-proxy
# or
cors-proxy --host 0.0.0.0 --port 8080

Options

Usage: cors-proxy [OPTIONS]

Options:
      --host <HOST>  [default: 127.0.0.1]
  -p, --port <PORT>  [default: 3000]
  -h, --help         Print help
  -V, --version      Print version

License

MIT