odd-box 0.1.10

a dead simple reverse proxy server and web server
1
2
3
4
5
6
7
8
9
# DNS and Routing

Since `odd-box` routes based on hostnames, your machine must resolve those names correctly. Options include:

- **Host file entries:** Point domains to `127.0.0.1`.
- **localtest.me:** Use for testing (e.g., `my-site.localtest.me`).
- ***.localhost:** Use for testing (e.g., `my-site.localhost`).
- **Custom DNS:** For advanced users with DNS server control.