agrinman/tunnelto

Support static file serving

Open

#29 opened on Oct 19, 2020

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Rust (6,672 stars) (522 forks)user submission
enhancementgood first issuehelp wanted

Description

Hi tunnelto team, just started using it and I thought it would be a nice enhancement to be able to serve a static file (html for example).

Work around

python3 -m http.server 8000

Contributor guide