1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

added new entry for yp server

svn path=/trunk/icecast/; revision=4315
This commit is contained in:
oddsock 2003-02-02 14:35:10 +00:00
parent e07080a0d8
commit 2848150fb3

View File

@ -1,6 +1,6 @@
<icecast> <icecast>
<location>Jack's House</location> <location>Not Currently Used</location>
<admin>jack@icecast.org</admin> <admin>Not Currently Used</admin>
<limits> <limits>
<clients>100</clients> <clients>100</clients>
@ -14,42 +14,38 @@
<source-password>hackme</source-password> <source-password>hackme</source-password>
<relay-password>hackme</relay-password> <relay-password>hackme</relay-password>
<directory> <directory>
<touch-freq>5</touch-freq> <yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
<server> </directory>
<host>yp.icecast.org</host>
<touch-freq>15</touch-freq>
</server>
</directory>
<hostname>i.cantcode.com</hostname> <hostname>localhost</hostname>
<port>8000</port> <port>8000</port>
<!--<bind-address>127.0.0.1</bind-address>-->
<!--<bind-address>127.0.0.1</bind-address>-->
<!--<master-server>127.0.0.1</master-server>--> <!--<master-server>127.0.0.1</master-server>-->
<!--<master-server-port>8001</master-server-port>--> <!--<master-server-port>8001</master-server-port>-->
<!--<master-update-interval>120</master-update-interval>--> <!--<master-update-interval>120</master-update-interval>-->
<!--<master-password>hackme</master-password>--> <!--<master-password>hackme</master-password>-->
<fileserve>1</fileserve> <fileserve>1</fileserve>
<paths> <paths>
<basedir>/usr/local/icecast</basedir> <basedir>/usr/local/icecast2</basedir>
<logdir>/tmp</logdir> <logdir>/usr/local/icecast2/logs</logdir>
<webroot>/usr/local/icecast/web</webroot> <webroot>/usr/local/icecast2/web</webroot>
</paths> </paths>
<logging> <logging>
<accesslog>access.log</accesslog> <accesslog>access.log</accesslog>
<errorlog>error.log</errorlog> <errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging> </logging>
<security> <security>
<chroot>0</chroot> <chroot>0</chroot>
<!-- <changeowner> <!-- <changeowner>
<user>nobody</user> <user>nobody</user>
<group>nogroup</group> <group>nogroup</group>
</changeowner> --> </changeowner> -->
</security> </security>
</icecast> </icecast>