odd-box 0.1.10

a dead simple reverse proxy server and web server
1
2
3
4
5
6
7
8
9
10
11

## Getting Started

### Creating a config file

You can generate a basic "odd-box.toml" config file to get started:
```
odd-box --init 
```

From here, you can either open up the config file in your favorite editor, or just run odd-box and open your browser going to http://localhost:1234 where you can configure odd-box thru its web-interface.