golya87

oscam config

Jul 31st, 2018
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. oscam.conf
  2. [global]
  3. maxlogsize = 100 # Here the maximum size of logfiles are set in KBytes.
  4. disablelog = 1
  5. waitforcards = 1 # Wait for local SCs on startup before opening network ports.
  6. clienttimeout = 2000 # Value in milli-seconds for client process to wait for key.
  7.  
  8. [webif]
  9. httpport = 8888
  10. httpuser = abc
  11. httppwd = abc
  12. httprefresh = 10 # Status refresh in seconds.
  13. httpallowed = 127.0.0.1,19.87.8.1-19.87.8.60
  14. httpreadonly = 1 # Read only modus for web interface.
  15.  
  16. [newcamd]
  17. key = 000102030405060708090A0B0C0D
  18. port = 25050@0D97:000004
  19. keepalive = 1
  20. mgclient = 1 # Enable mgcamd extended newcamd protocol, allowing for a single connection to work with mutliple providers.
  21.  
  22. ---------------------------------------------------------
  23.  
  24. oscam.server
  25. [reader]
  26. label = omnikey
  27. enable = 1
  28. protocol = pcsc
  29. device = 0
  30. detect = cd
  31. mhz = 357
  32. caid = 0D97
  33. group = 1
  34. emmcache = 1,3,2
  35. dropbadcws = 1
  36.  
  37. -----------------------------------------------------------
  38.  
  39. oscam.user
  40. [account]
  41. user = cba
  42. pwd = cba
  43. uniq = 0
  44. keepalive = 1
  45. caid = 0D97
  46. au = omnikey
  47. group = 1
  48. monlevel = 4
Advertisement
Add Comment
Please, Sign In to add comment