diff options
author | heqnx <root@heqnx.com> | 2025-07-05 15:24:56 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-05 15:24:56 +0300 |
commit | e3a9e74d33ca5c3177f404327cc99ea70f1f2a45 (patch) | |
tree | 2eb65def64d6a5ce4aa2dfe63be127084097a754 /templates | |
parent | c66cac3652d275b9dbc09166f112bb7df71a501b (diff) | |
download | ansible-icecast2-e3a9e74d33ca5c3177f404327cc99ea70f1f2a45.tar.gz ansible-icecast2-e3a9e74d33ca5c3177f404327cc99ea70f1f2a45.zip |
hiding server version header
Diffstat (limited to 'templates')
-rw-r--r-- | templates/icecast2/icecast.xml.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/icecast2/icecast.xml.j2 b/templates/icecast2/icecast.xml.j2 index ae50250..ef6e539 100644 --- a/templates/icecast2/icecast.xml.j2 +++ b/templates/icecast2/icecast.xml.j2 @@ -21,6 +21,7 @@ </authentication> <hostname>localhost</hostname> + <server-id>""</server-id> <listen-socket> <port>8000</port> |