agrinman/tunnelto

Support static file serving

Open

#29 opened on Oct 19, 2020

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

Repository metrics

Stars
 (6,672 stars)
PR merge metrics
 (No merged PRs in 30d)

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