Advertisement
Guest User

multics.cfg

a guest
Feb 22nd, 2016
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. ##########################################################
  2. ## HTTP SERVER ##
  3. ##########################################################
  4. HTTP PORT: ## HTTP server listening port, default: 5500.(0=disabled)
  5. ## web user/pass protection
  6. HTTP TITLE: ""
  7. HTTP USER:
  8. HTTP PASS:
  9. HTTP EDITOR: ON ## Show editor page (default: ON)
  10. HTTP RESTART: ON ## Show restart button/page (default: ON)
  11. HTTP AUTOREFRESH: 1 ## Default autorefresh for webpages in milliseconds (default: 10000 ~ 10s)
  12. FILE CHANNELINFO: "/etc/adbd/m1/CCcam.channelinfo" ## default is disabled
  13. FILE PROVIDERINFO: "/etc/adbd/m1/providers" ## default is disabled
  14. FILE IP2COUNTRY: "/etc/adbd/m1/ip2country.csv" ## default is disabled
  15. FILE STYLESHEET: "/etc/adbd/m1/StyleBeinSport.css" ## default is the built-in stylesheet file.
  16. ##########################################################
  17. ## TRACE ##
  18. ##########################################################
  19. ## Output to udp (default=disabled)
  20. #TRACE: 1 127.0.0.1 2222 # Output to localhost:4444
  21. #TRACE: 1 # disabled
  22. ##########################################################
  23.  
  24.  
  25. ###############################################################################################
  26. CLUSTERED CACHE (Compatible with CSP cache) ###
  27. ###############################################################################################
  28. CACHE PORT: 8800 # cache listen port(udp), (default:0 disabled) <=> esta es su cache puerto
  29. ACCEPT NULL ONID: 0
  30. CACHE AUTOADD: NO
  31. CACHE FILTER: YES
  32. CACHE TIMEOUT: 400
  33. CACHE FORWARD: YES
  34. CACHE ALIVETIME: 40
  35. CACHE SENDREQ: YES
  36. CACHE RESENDREQ: YES
  37. CACHE TRACKER: 0
  38.  
  39. INCLUDE "/etc/adbd/m1/cache.cfg"
  40.  
  41.  
  42. #################################################################################################################################################
  43. ## MGCAMD SERVER PORT 30000 ##
  44. #################################################################################################################################################
  45. MGCAMD PORT : 30000 # MGCAMD server listen port(default=0:disabled)
  46. MGCAMD KEY : 01 02 03 04 05 06 07 08 09 10 11 12 13 14
  47. MGCAMD PROFILES: 9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020
  48. MGCAMD DCW CHECK: YES
  49. MGCAMD CHECKDCW: YES
  50. #MGCAMD KEEPALIVE: YES
  51.  
  52.  
  53. #MGUSER: camsystem place
  54. #Clients
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement