source: ipk/source.sh4/emus_oscam_mod/var/keys/oscam.conf.oscam@ 19143

Last change on this file since 19143 was 19143, checked in by andy-1, 13 years ago

fix config reader

File size: 1.2 KB
Line 
1################## General Instruction - oscam.conf ####################
2# #
3# per default no changes from the user are needed #
4# but verify the IP-range oh your local Network #
5# #
6############################################################################
7[global]
8Nice = -1
9ClientTimeout = 7
10FallbackTimeout=3
11ClientMaxIdle=120
12CacheDelay = 120
13BindWait = 5
14WaitForCards = 1
15PreferLocalCards = 1
16LogFile = stdout
17saveinithistory = 1
18readerrestartseconds = 5
19#LogFile = /var/keys/oscam.log
20#usrfile = /var/keys/oscam_usr.log
21
22[monitor]
23nocrypt = 127.0.0.1,192.168.0.0-192.168.255.255
24appendchaninfo = 1
25
26[webif]
27httpport = 8888
28httpuser = root
29httppwd = oscam
30httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
31
32[dvbapi]
33enabled = 1
34au = 1
35boxtype = ufs910
36user = dvbapi
37pmt_mode = 4
38
39######## end of file ########
Note: See TracBrowser for help on using the repository browser.