Update template
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
90a11a1aad
commit
af5e137db3
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
port {{ item.port }}
|
port {{ item.port }}
|
||||||
{% if item.proto == "udp" %}
|
{% if item.proto == "udp" %}
|
||||||
proto {{ item.proto }}
|
proto {{ item.proto }}
|
||||||
|
fast-io
|
||||||
|
sndbuf 512000
|
||||||
|
rcvbuf 512000
|
||||||
|
push "sndbuf 512000"
|
||||||
|
push "rcvbuf 512000"
|
||||||
{% elif item.proto == "tcp" %}
|
{% elif item.proto == "tcp" %}
|
||||||
proto tcp-server
|
proto tcp-server
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue