Advertisement
kheeper

oscam.conf

Dec 28th, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. #
  2. # main configuration
  3. #
  4.  
  5. [global]
  6. logfile = stdout
  7. disablelog = 0
  8. disableuserfile = 0
  9. usrfileflag = 0
  10. clienttimeout = 5000
  11. fallbacktimeout = 2500
  12. clientmaxidle = 120
  13. bindwait = 120
  14. netprio = 0
  15. unlockparental = 0
  16. nice = -1
  17. serialreadertimeout = 1500
  18. maxlogsize = 10
  19. waitforcards = 0
  20. preferlocalcards = 0
  21. saveinithistory = 1
  22. readerrestartseconds = 5
  23. readerautoloadbalance = 0
  24. readerautoloadbalance_save = 0
  25. resolvegethostbyname = 0
  26.  
  27. [dvbapi]
  28. enabled = 1
  29. au = skylink_irdeto
  30. boxtype = dreambox
  31. user = dummy
  32. #priority = 0624,0D96,0D03,0500,0D02,0D0F,093B
  33.  
  34. [webif]
  35. httpport = 8888
  36. httpuser = lukas
  37. httppwd = lukas
  38. httprefresh = 20
  39. httpallowed = 192.168.0.1-192.168.0.255
  40. httphideidleclients = 0
  41. httpreadonly = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement