mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
ngrok: add German translation (#8897)
This commit is contained in:
parent
a3c9c6128e
commit
2e1f699d5c
1 changed files with 24 additions and 0 deletions
24
pages.de/common/ngrok.md
Normal file
24
pages.de/common/ngrok.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# ngrok
|
||||
|
||||
> Reverse-Proxy, welcher einen sicheren Tunnel von einem öffentlichen Endpunkt zu einem lokal verfügbaren Webservice erstellt.
|
||||
> Weitere Informationen: <https://ngrok.com>.
|
||||
|
||||
- Veröffentliche einen lokalen HTTP-Service auf dem angegebenen Port:
|
||||
|
||||
`ngrok http {{80}}`
|
||||
|
||||
- Veröffentliche einen lokalen HTTP-Service auf einem bestimmten Host:
|
||||
|
||||
`ngrok http {{beispiel.dev}}:{{80}}`
|
||||
|
||||
- Veröffentliche einen lokalen HTTPS-Server:
|
||||
|
||||
`ngrok http https://localhost`
|
||||
|
||||
- Veröffentliche den TCP-Traffic auf dem angegebenen Port:
|
||||
|
||||
`ngrok tcp {{22}}`
|
||||
|
||||
- Veröffentliche den TLS-Traffic für einen bestimmten Host und Port:
|
||||
|
||||
`ngrok tls -hostname={{beispiel.de}} {{443}}`
|
Loading…
Add table
Reference in a new issue