Skip to content

A reverse proxy to make your local web accessible to the public.

Notifications You must be signed in to change notification settings

xianyuntang/falke

Repository files navigation

Logo

Falke

A reverse proxy tool that lets you easily expose your local web server to the public internet.

Usage

Let’s say your web service is running locally on localhost:8080.

For Windows or macOS (using Docker Desktop)

docker run -it --rm ghcr.io/xianyuntang/falke cli http host.docker.internal:8080

For Ubuntu

docker run -it --netwokr host --rm ghcr.io/xianyuntang/falke cli http localhost:8080

You can also specify a custom subdomain by adding the --subdomain flag to the command

... --subdomain <your custom subdomain>

TODO

  • housekeeper
  • grpc
  • unit test

About

A reverse proxy to make your local web accessible to the public.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages