mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
Update 05-tcp-udp.md
This commit is contained in:
parent
59bbaeafb7
commit
9ff217f28c
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue