Update 05-tcp-udp.md

This commit is contained in:
Marvin 2025-04-10 20:48:19 +02:00 committed by GitHub
parent 59bbaeafb7
commit 9ff217f28c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: