8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
|
MAXAGE 3
|
||
|
{% if nut_mode == "standalone" %}
|
||
|
LISTEN 127.0.0.1 3493
|
||
|
{% else %}
|
||
|
LISTEN 0.0.0.0 3493
|
||
|
{% endif %}
|
||
|
MAXCONN 2
|