knotd: hide version in chaos txt
This commit is contained in:
parent
e36e31d18b
commit
4a29c317a5
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ server:
|
|||
{% for listen in knotd__listen %}
|
||||
listen: {{ listen.address }}@{{ listen.port | default(knotd__port) }}
|
||||
{% endfor %}
|
||||
version: ""
|
||||
identity: ""
|
||||
|
||||
log:
|
||||
- target: syslog
|
||||
|
|
Loading…
Reference in a new issue