Unverified Commit c14458cb authored by Hong Minhee's avatar Hong Minhee
Browse files

More docs about `fedify tunnel`

[ci skip]
parent acfb05d2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -670,7 +670,11 @@ fedify tunnel 3000
>  :   The host of the public tunnel server.
>
> If you want to make your local server aware of these headers, you can use
> the [x-forwarded-fetch] package.
> the [x-forwarded-fetch] middleware in front of your HTTP server.
>
> For more information, see [*How the `Federation` object recognizes the domain
> name* section](./manual/federation.md#how-the-federation-object-recognizes-the-domain-name)
> in the *Federation* document.

[x-forwarded-fetch]: https://github.com/dahlia/x-forwarded-fetch

+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ To test your federated server app, you need to expose your local server to the
public internet with a domain name and TLS certificate.  There are several tools
that help you do that:

 -  [`fedify tunnel`](../cli.md#fedify-tunnel-exposing-a-local-http-server-to-the-public-internet)
 -  [ngrok](https://ngrok.com/)
 -  [serveo](https://serveo.net/)
 -  [localhost.run](https://localhost.run/)