Update template
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-09-01 01:11:03 +02:00
parent 90a11a1aad
commit af5e137db3
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -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 %}