diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-23 14:11:04 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-23 14:11:16 +0200 |
commit | b932cc22105d5ff0e1d095f2f92afeeb9706b09f (patch) | |
tree | ba6249b9fb0f92ebaaa8304894a2a6491bce221a /testing/oscam/oscam.conf | |
parent | e33b32283ce5d5d2a9411c26c75efd01179c2268 (diff) | |
download | aports-b932cc22105d5ff0e1d095f2f92afeeb9706b09f.tar.bz2 aports-b932cc22105d5ff0e1d095f2f92afeeb9706b09f.tar.xz |
testing/oscam: new aport
Diffstat (limited to 'testing/oscam/oscam.conf')
-rw-r--r-- | testing/oscam/oscam.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/testing/oscam/oscam.conf b/testing/oscam/oscam.conf new file mode 100644 index 0000000000..70204fa11c --- /dev/null +++ b/testing/oscam/oscam.conf @@ -0,0 +1,40 @@ +[global] +usrfile = /var/log/oscamuser.log +logfile = /var/log/oscam.log +cwlogdir = /etc/oscam/cw +disablelog = 0 +disableuserfile = 0 +usrfileflag = 0 +clienttimeout = 2000 +fallbacktimeout = 1500 +clientmaxidle = 120 +failbantime = 0 +bindwait = 120 +netprio = 0 +clientdyndns = 0 +resolvedelay = 2 +unlockparental = 0 +nice = -1 +serialreadertimeout = 1000 +maxlogsize = 10 +waitforcards = 1 +preferlocalcards = 1 +saveinithistory = 0 +readerrestartseconds = 5 +lb_mode = 0 +lb_save = 0 +lb_nbest_readers = 1 +lb_nfb_readers = 1 +lb_min_ecmcount = 5 +lb_max_ecmcount = 500 +lb_reopen_seconds = 900 +resolvegethostbyname = 0 + +[webif] +httpport = 15080 +httpuser = username +httppwd = password +httprefresh = 0 +httpallowed = 127.0.0.1 +httphideidleclients = 0 +httpreadonly = 0 |