Compare commits
7 commits
Author | SHA1 | Date | |
---|---|---|---|
|
33cebb3cfe | ||
|
55c88afaf8 | ||
|
96038ebbfa | ||
|
226fddf83a | ||
|
025a0a20c3 | ||
|
e936dbb95c | ||
|
d60ebfcd7d |
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
2022.09.3
|
2023.05.2
|
||||||
|
|
|
@ -44,7 +44,8 @@ server:
|
||||||
num-threads: 1
|
num-threads: 1
|
||||||
|
|
||||||
# Ensure kernel buffer is large enough to not lose messages in traffic spikes
|
# Ensure kernel buffer is large enough to not lose messages in traffic spikes
|
||||||
so-rcvbuf: 1m
|
# Be aware that if enabled (requires CAP_NET_ADMIN or privileged), the kernel buffer must have the defined amount of memory, if not, a warning will be raised.
|
||||||
|
#so-rcvbuf: 1m
|
||||||
|
|
||||||
# Ensure privacy of local IP ranges
|
# Ensure privacy of local IP ranges
|
||||||
private-address: 192.168.0.0/16
|
private-address: 192.168.0.0/16
|
||||||
|
|
Loading…
Add table
Reference in a new issue