<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/conf/icecast.xml.in
+++ b/conf/icecast.xml.in
@@ -61,7 +61,7 @@
          It affects mainly the urls generated by Icecast for playlists and yp
          listings. You MUST configure it properly for YP listings to work!
     --&gt;
-    &lt;hostname&gt;localhost&lt;/hostname&gt;
+    &lt;hostname&gt;OpenWrt&lt;/hostname&gt;
 
     &lt;!-- You may have multiple &lt;listen-socket&gt; elements --&gt;
     &lt;listen-socket&gt;
@@ -234,11 +234,9 @@
 
     &lt;security&gt;
         &lt;chroot&gt;0&lt;/chroot&gt;
-        &lt;!--
         &lt;changeowner&gt;
-            &lt;user&gt;nobody&lt;/user&gt;
-            &lt;group&gt;nogroup&lt;/group&gt;
+            &lt;user&gt;icecast&lt;/user&gt;
+            &lt;group&gt;icecast&lt;/group&gt;
         &lt;/changeowner&gt;
-        --&gt;
     &lt;/security&gt;
 &lt;/icecast&gt;
</pre></body></html>