8000 GitHub - octavore/lightproxy at v0.1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

octavore/lightproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightproxy

Lightweight proxy, useful for developing local services.

Example Usage

Installation (brew)

brew install octavore/tools/lightproxy

Registering URL mapping

To map foo.dev to localhost:3000:

# add mapping to hosts file
echo "127.0.0.1 foo.dev" | sudo tee --append /etc/hosts
lightproxy set-dest foo.dev localhost

Starting server

# sudo is used to allow lightproxy to listen on port 80
sudo lightproxy start

todo

  • daemon mode
  • path based routing
  • automatically add to host file
  • drop privileges
  • prettier UI

About

lightweight local proxy

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  
0