Advertisement
Guest User

cccam.cfg

a guest
Feb 22nd, 2016
709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. ########################################################################
  2. ## CCCAM SERVER ##
  3. ########################################################################
  4. CCCAM PORT: 24000 ## CCcam server listen port
  5. # Servers & Client
  6. CCCAM VERSION: 2.0.11 # Select CCcam Client/Server version "2.0.11", "2.1.1", "2.1.2", "2.1.3" (default: 2.0.11)
  7. //CCCAM NODEID: 1122334455667788 # Set nodeid for CCcam Client/Servers
  8. # Server
  9. #CCCAM PROFILES: 5501,5503,5504 # Default profiles for CCcam Server to share with clients
  10. #CCCAM DCWTIME: 100 # Default minimum time for sending dcw to CCcam clients
  11. ## CCcam clients
  12. #F: user1 pass1 # share all profiles with no reshare
  13. #F: user2 pass2 1 # share all profiles with 1 reshare
  14. #F: user2 pass2 2 # share all profiles with 2 reshare
  15. #F: user3 pass3 1 300 # share all profiles with 1 reshare and dcwmintime=300ms(default=0ms)
  16. #F: user4 pass4 { 5502, 5504, 5510 } # share only 3 profiles identified by their ports as locals with no reshare
  17. #F: user5 pass5 1 { 5502, 5504, 5510 } # share only 3 profiles identified by their ports with 1 reshare
  18. #F: user6 pass6 1 300 { 5502, 5504, 5510 } # share only 3 profiles identified by their ports with 1 reshare and dcwmintime = 300ms
  19. #F: user7 pass7 { profiles=5502,5504,5510; name=my friend name }
  20. #F: user8 pass8 { \
  21. name=my dreambox; \ # Full Name
  22. host=192.168.1.81 \ # user8 is only allowed to connect from the host 192.168.1.81}
  23. ## This is only to a request from payservers
  24. #F: user9 pass9 { \
  25. name=Tom and Jerry; \
  26. \ # user9 will be disabled at 4 March 2013 00:00}
  27. #############################################################################################
  28. ## este lugar es para la persona que intercambie con para los clientes, puede crear aqui­ ###
  29. #############################################################################################
  30. ## AQUI LAS QUE ME DAN PARA CAMBIAR PUERTO 24000 ###
  31. ############################################################################
  32. ##C:
  33.  
  34.  
  35. CCCAM PROFILES: 9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022
  36. CCCAM DCW CHECK: YES
  37. CCCAM KEEPALIVE: YES
  38. CCCAM DCW MINTIME: 100
  39. ####################################################################################################
  40. ##F: user pass
  41.  
  42. #############################################################################################
  43. ## AQUI LAS QUE ME DAN PARA CAMBIAR PUERTO 25000 ###
  44. ############################################################################
  45. ##C:
  46. CCCAM PORT: 25000
  47. CCCAM PROFILES: 9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022
  48. CCCAM DCW CHECK: YES
  49. CCCAM KEEPALIVE: YES
  50. CCCAM DCW MINTIME: 100
  51.  
  52. ####################################################################################################
  53. ##F: user pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement