mirror of
https://github.com/Gouryella/drip.git
synced 2026-02-24 05:10:43 +00:00
- Add serverDomain and tunnelDomain fields to the Handler struct to distinguish between service domain and tunnel domain - Modify the NewHandler function signature to support passing two separate domain parameters - Update the extractSubdomain method to return a subdomain result type with three states: home, found, notFound - Add serveTunnelNotFound method to handle tunnel not found cases, returning a 404 page - Add favicon support to display an icon on the page - Adjust routing logic to display a dedicated 404 page when accessing a tunnel domain but the corresponding tunnel is not found