From 9ff217f28c6f201252af9846a14d03f900c72624 Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:48:19 +0200 Subject: [PATCH] Update 05-tcp-udp.md --- packages/docusaurus/docs/03-Pangolin/05-tcp-udp.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/docusaurus/docs/03-Pangolin/05-tcp-udp.md b/packages/docusaurus/docs/03-Pangolin/05-tcp-udp.md index d86ec95..75b8330 100644 --- a/packages/docusaurus/docs/03-Pangolin/05-tcp-udp.md +++ b/packages/docusaurus/docs/03-Pangolin/05-tcp-udp.md @@ -77,6 +77,15 @@ entryPoints: address: ":1704/udp" ``` +## Update Config + +Make sure that the `allow_raw_resources` flag in your `/config/config.yml` is set to `true`. + +```yaml +flags: + allow_raw_resources: true +``` + ## Restart The Stack After you've made all of the changes above, you need to restart the stack. This can be done with the following command: