Ignore:
Timestamp:
Dec 17, 2012, 4:27:40 PM (13 years ago)
Author:
andy-1
Message:

fix config reader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/emus_oscam_7965/var/keys/oscam.conf.oscam

    r19096 r19143  
    1 # oscam.conf generated automatically by Streamboard OSCAM 1.20-unstable_svn build #7209
    2 # Read more: http://streamboard.de.vu/svn/oscam/trunk/Distribution/doc/txt/oscam.conf.txt
     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
    321
    4 [global]
    5 logfile                       = /dev/tty
    6 clienttimeout                 = 15000
    7 fallbacktimeout               = 4900
    8 cachedelay                    = 120
    9 bindwait                      = 20
    10 nice                          = -1
    11 maxlogsize                    = 100
    12 preferlocalcards              = 1
    13 max_cache_time                = 17
    14 #WaitForCards                 = 1
    15 waitforcards_extra_delay      = 5000
     22[monitor]
     23nocrypt                       = 127.0.0.1,192.168.0.0-192.168.255.255
     24appendchaninfo                = 1
    1625
    17 [cccam]
    18 port                          = 12000
    19 reshare                       = 5
    20 forward_origin_card           = 1
    21 ignorereshare                 = 0
    22 version                       = 2.1.4
    23 minimizecards                 = 0
    24 keepconnected                 = 1
    25 stealth                       = 0
    26 reshare_mode                  = 1
    27 updateinterval                = 240
     26[webif]
     27httpport                      = 8888
     28httpuser                      = root
     29httppwd                       = oscam
     30httpallowed                   = 127.0.0.1,192.168.0.0-192.168.255.255
    2831
    2932[dvbapi]
    30 enabled                       = 1
    31 au                            = 1
    32 boxtype                       = ufs910
    33 user                          = local
     33enabled             = 1
     34au                  = 1
     35boxtype             = ufs910
     36user                = dvbapi
     37pmt_mode            = 4
    3438
    35 [webif]
    36 httpport                      = 16000
    37 httpuser                      = user
    38 httppwd                       = pass
    39 httprefresh                   = 10
    40 httpallowed                   = 127.0.0.1,192.168.1.1-192.168.255.255
     39########  end of file ########
Note: See TracChangeset for help on using the changeset viewer.