Feat: enabe netserver for nut

This commit is contained in:
2022-12-03 10:06:05 +01:00
parent 38c4291b90
commit 558530e16e
4 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
MAXAGE 3
{% if nut_mode == "standalone" %}
LISTEN 127.0.0.1 3493
{% else %}
LISTEN 0.0.0.0 3493
{% endif %}
MAXCONN 2