diff --git a/README.md b/README.md index b0e043b..a4dde59 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This project provides a user-friendly web interface for managing a Caddy reverse ## TODO +- [ ] More than just reverse_proxy directive - [ ] Authentication - [ ] Persistant storage diff --git a/components/Error.tsx b/components/Error.tsx index 5e748f8..a2da1ee 100644 --- a/components/Error.tsx +++ b/components/Error.tsx @@ -11,7 +11,7 @@ export default function Error() { return (
Loading
- Tunneling to + Destination
{getRouteUpstreams(route)?.map((upstream => upstream.dial))}