LogoLogo
  • Getting Started
  • CLI
    • Docker
    • Config.yaml
  • GUI (SOON)
  • Tunnels Types
    • HTTP/s
      • HTTP/s plugins
      • HTTP/s apps
    • TLS
    • TCP
    • UDP
  • Reservations
    • Domain
    • Endpoint
  • Troubleshoot
    • Common errors
  • Tutorials
    • Expose a local web server
    • Expose Apache/Nginx web server
    • Share files from localhost
    • Use LocalXpose with Traefik
    • Expose PocketBase backend
    • Create a custom domain name
    • Make Let's Encrypt certificate
    • Access your IP camera remotely
    • Access your Raspberry Pi remotely
    • Sync your Keepass password manager
    • Expose localhost RASA chatbot for Telegram Integration
    • Expose your local Netdata Instance
    • Testing Stripe webhook
    • Expose localhost Kubernetes
    • Expose database server (PostgreSQL)
    • Exposing local Minecraft server
    • More Tutorials
Powered by GitBook
On this page
  • Usage
  • Create a UDP tunnel
  • Create a UDP tunnel with temporary custom port
  • Create a UDP tunnel with reserved endpoint

Was this helpful?

  1. Tunnels Types

UDP

PreviousTCPNextDomain

Last updated 2 years ago

Was this helpful?

UDP tunnels allows you to expose any local network services running over UDP protocol.

Usage

Create a UDP tunnel

loclx tunnel udp

Create a UDP tunnel with temporary custom port

loclx tunnel udp --port 4545

Create a UDP tunnel with reserved endpoint

loclx tunnel udp --reserved-endpoint us.loclx.io:4455

Make sure to reserve the endpoint first before using it in your tunnels, read more .

If you want to use your custom domain for your reserved endpoints, read more .

here
here