source: freewrt/package/peercast/files/peercast.ini@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[475ad56]1
2[Server]
3serverPort = 7144
4autoServe = Yes
5forceIP =
6isRoot = No
7maxBitrateOut = 0
8maxRelays = 1
9maxDirect = 0
10maxRelaysPerChannel = 0
11firewallTimeout = 30
12forceNormal = No
13rootMsg =
14authType = cookie
15cookiesExpire = session
16htmlPath = html/en
17minPGNUIncoming = 10
18maxPGNUIncoming = 20
19maxServIn = 50
20chanLog =
21networkID = 00000000000000000000000000000000
22
23[Broadcast]
24broadcastMsgInterval = 10
25broadcastMsg =
26icyMetaInterval = 8192
27broadcastID = 898145B5C0427118B595AF7D9E110000
28hostUpdateInterval = 180
29maxControlConnections = 3
30rootHost = yp.peercast.org
31
32[Client]
33refreshHTML = 5
34relayBroadcast = 30
35minBroadcastTTL = 1
36maxBroadcastTTL = 7
37pushTries = 5
38pushTimeout = 60
39maxPushHops = 8
40autoQuery = 0
41queryTTL = 7
42
43[Privacy]
44password = hackme
45maxUptime = 0
46
47[Filter]
48ip = 255.255.255.255
49private = No
50ban = No
51network = Yes
52direct = Yes
53[End]
54
55[Notify]
56PeerCast = Yes
57Broadcasters = Yes
58TrackInfo = Yes
59[End]
60
61[Server1]
62allowHTML = Yes
63allowBroadcast = Yes
64allowNetwork = Yes
65allowDirect = Yes
66[End]
67
68[Server2]
69allowHTML = No
70allowBroadcast = Yes
71allowNetwork = No
72allowDirect = No
73[End]
74
75[Debug]
76logDebug = No
77logErrors = No
78logNetwork = No
79logChannel = No
80pauseLog = No
81idleSleepTime = 10
Note: See TracBrowser for help on using the repository browser.