HuTcHx

fichier cfg oscam

Apr 29th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #
  2. # main configuration
  3. #
  4.  
  5. [global]
  6. nice = -1
  7. WaitForCards = 1
  8.  
  9. # logging
  10.  
  11. logfile = /var/log/oscam/oscam.log
  12. usrfile = /var/log/oscam/oscamuser.log
  13. cwlogdir = /var/log/oscam/cw
  14.  
  15. # monitor
  16.  
  17. [monitor]
  18. port = 988
  19. aulow = 120
  20. monlevel = 2
  21.  
  22. # web interface
  23.  
  24. [webif]
  25. httpport = 8080
  26. #httpuser = login
  27. #httppwd = pass
  28. httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
  29. # anti-cascading
  30.  
  31. [anticasc]
  32. enabled = 1
  33. numusers = 1
  34. sampletime = 2
  35. samples = 5
  36. penalty = 1
  37. aclogfile = /var/log/oscam/aclog.log
  38. denysamples = 9
  39.  
  40. # protocols
  41.  
  42. [newcamd]
  43. key = 000102030405060708090A0B0C0D
  44. port = 10000@0100:FFFFFF;10001@0200:FFF000,FFFF00;10002@0300:FFFFFF
  45.  
  46. [cccam]
  47. port = 40000
  48. version = 1.2.3
  49. #build = 1234
  50. reshare = 2
  51.  
  52.  
  53. [serial]
  54. device = user2@/dev/ttyS0?delay=1&timeout=300
  55.  
  56. [dvbapi]
  57. enabled = 1
  58. user = user1
Advertisement
Add Comment
Please, Sign In to add comment