- โ Automatically generates trusted local SSL certificates
- ๐ Reverse proxies
localhost:PORTโhttps://your.custom.domain.localhost - ๐ฅ๏ธ Works on Windows, macOS, and Linux
- ๐ ๏ธ OS-specific guidance for host setup
โ ๏ธ Warns and exits if domain isnโt correctly mapped to a local IP- โ Only supports proxying to localhost ports โ external IPs are not allowed for security
npx locadot add --host dev.localhost --port 3350npx locadot add --host <custom.localhost> --port <localhost-port>npx locadot update --host <your.localhost> --port <localhost-port>npx locadot remove --host <your.localhost>npx locadot hostnpx locadot watch:logsnpx locadot clear:logsnpx locadot clear:hostsnpx locadot pathnpx locadot path:logsnpx locadot path:hostsnpx locadot restartnpx locadot stopnpx locadot killPull requests are welcome! Feel free to open issues for bugs or feature requests. Contributions help improve locadot for everyone, so don't hesitate to get involved.