diff --git a/manage/resources/tcp-udp-resources.mdx b/manage/resources/tcp-udp-resources.mdx index f28fcef..e384e48 100644 --- a/manage/resources/tcp-udp-resources.mdx +++ b/manage/resources/tcp-udp-resources.mdx @@ -9,6 +9,13 @@ This feature is only available in self-hosted Pangolin instances. Pangolin supports raw TCP and UDP traffic because Newt can pass anything through the tunnel. +Ensure you have the flag enabled in the config file: + +``` +flags: + allow_raw_resources: true +``` + These resources can either be: 1. **Publically Proxied:** Map the resource to a port on the host Pangolin server, so you can access the resource from `:`. This is useful if you want to access the resource over the public internet, such as exposing a game server like Minecraft. 2. **Internal Exposure:** Map services accessible on the same network as the site to an internal port on the site address. This is useful if you only want internal exposure to a resource when connected with a client. @@ -80,4 +87,4 @@ Proxied resources require extra configuration to expose on the Pangolin server. In this example, we expose port 1602 for TCP and port 1704 for UDP. You can use any available ports on your VPS. - \ No newline at end of file +