إليكم الإعدادات الإفتراضية لنسخة الملتي MultiCS r82 :

كود:
##########################################################
## Files
##########################################################


FILE CHANNELINFO: "/var/etc/CCcam.channelinfo"  ## default is disabled
FILE PROVIDERINFO: "/var/etc/CCcam.providers" ## default is disabled
FILE IP2COUNTRY: "/var/etc/ip2country.csv"  ## default is disabled
FILE STYLESHEET: "/var/etc/multics.css" ## default is the built-in stylesheet file.
INCLUDE: "/var/etc/profiles"


## country ip blocker of clients connections ( file ip2country BLOCK COUNTRY: TN # Block all clients connecting from Tunisia
BLOCK COUNTRY: FR,DE # Block all clients connecting from France or Germany


##########################################################
## BAD DCW List
##########################################################


## BAD DCW ( the next examples are filtered automatically by multics )
//BAD-DCW: FD FF FF FB FD FF FF FB FD FF FF FB FD FF FF FB
//BAD-DCW: 00 01 02 03 00 01 02 03 00 01 02 03 00 01 02 03


##########################################################
## HTTP SERVER
##########################################################


#Listening port for HTTP server. default: 5500 (0=disabled)


HTTP PORT: 12345


#change web page title


HTTP TITLE: "my server"


#Basic authentification Username for the HTTP server


HTTP USER: admin


#Basic authentification Password for the HTTP server


HTTP PASS: admin


#download/show filepath in your browser by entring the url:  http://your_server_hostname:<http_port>/url


HTTP FILE: "/var/tmp/multics.log", "/log", "text/plain"
    # show log file in your browser, mime is specified as the file doesnt have a known extention
HTTP FILE: "/var/etc/compressed.rar", "/download.rar"
    # download file "/var/etc/compressed.rar" from your browser as "download.rar"
HTTP FILE: "/var/www/mypage.html", "/mypage.html"
    # show the page "/var/www/mypage.html"
HTTP FILE: "/var/www/background.jpg", "/background.jpg"
    # show the image "/var/www/background.jpg"
HTTP FILE: "/var/www/favicon.png", "/favicon.png"


#Flag to Show editor button/page in web interface (default is ON)


HTTP EDITOR: OFF # disable editor


#Show restart button/page in web interface (default is ON)


HTTP RESTART: OFF # disable restart from web interface


#Web Page refresh time in milliseconds (default: 10000 ~ 10s)


HTTP AUTOREFRESH: 5000


##########################################################
## CLUSTERED CACHE (Compatible with CSP cache)
##########################################################


#Cache listening port (UDP), (default:0 disabled)


CACHE PORT: 10000 # Server 1
CACHE PEER: host.com 8964


CACHE PORT: 20000 # Server 2
CACHE PEER: host2.com 7895


#interval in which cache data are treated


CACHE ALIVETIME: 35


#the minimum number of peers sending same DCW to be accepted (default=1)


CACHE THRESHOLD: 3 # accept every DCW only if it is received from 3 or more peers


#filter all non cycling DCW from incoming cache/cacheex data


CACHE FILTER: YES


#accept/block unknown peers


CACHE AUTOADD: NO # block all unknown peers
CACHE AUTOADD: YES, NO  # add all unknown peers and set their status to inactive (disabled)
CACHE AUTOADD: YES, YES # add all unknown peers and set their status to active (enabled)
    # Multiple cache from one host will be added and set disabled.


#accept/block cache requests with networkid=0 (default is ON)


ACCEPT NULL ONID: OFF # block packets with unknown onid


#friend cacheline (host port)


CACHE PEER: myfriend.dns.org 12345 # connect to peer only if its version is greater than r66
CACHE PEER: localhost 5555 1 # block receiving/sending cache requests with networkid=0
CACHE PEER: localhost 4444 { csp=yes } # connect to peer using default cache protocol (csp/oscam)


##########################################################
## CCCAM SERVERS
##########################################################


#Select CCcam Client/Server version (default: 2.0.11)


CCCAM VERSION: 2.1.1


#Set nodeid for CCcam Client/Servers


CCCAM NODEID: 1122334455667788


#set default profiles for CCcam Server to share with clients (profiles are identified by their newcamd port)


CCCAM PROFILES: 5501, 5502


#Enable/Disable keepalive for incoming CCcam connections (clients)


CCCAM KEEPALIVE: YES # default=NO


#CCcam server listen port


CCCAM PORT: 18000
#Enable/disable dcw cycle check for cccam clients


CCCAM DCW CHECK: YES


#define cccam client to the current cccam server


## Reshares(DownHops)
F: user1 pass1  # share all profiles with no reshare
F: user2 pass2 1 # share all profiles with 1 reshare
F: user3 pass3 2 # share all profiles with 2 reshare


## Option: Profiles ( Option list can be separated by comma or by space, options are separated only by ';' )
F: user4 pass4 { profiles=5502,5504,5510 } # share only 3 profiles identified by their ports as locals with no reshare
F: user5 pass5 1 { profiles=5502 5504 5510 } # share only 3 profiles identified by their ports with 1 reshare


## Option: Name
F: user7 pass7 { \
    profiles=5502,5504,5510; \ # Profiles
    name=my dreambox; \ # Full Name
}  # share only 3 profiles identified by their ports as locals with no reshare


## Option: Host
F: user8 pass8 { \
    name = my dreambox; \ # Full Name
    host = 192.168.1.81 \ # user8 is only allowed to connect from the host 192.168.1.81
}


## Option: Shares (ShareLimtis)
F: user11 pass11 { \
    shares=0500:42800:0; \ # Send profiles to user10 but not the share (0500:042800)
}


F: user12 pass12 { \
    shares=0:0:0,0604:0:1; \ # Send only share (0604:0) to client.
}


F: user13 pass13 { \
    shares=0100:0:0; \ # Send profiles to client but not seca shares.
}


## Option: dcwcheck
F: user13 pass13 { \
    dcwcheck=YES; \ # enable dcw check for every incoming ecm request from this client
}


##### SECOND CCCAM SERVER


CCCAM PORT: 19000


## Second CCcam Server's clients
F: user1 pass1
F: user2 pass2


###########################################################
## FREECCCAM SERVER
###########################################################
#FREECCCAM server listen port (default=0:disabled)


FREECCCAM PORT : 7890


#Username


FREECCCAM USERNAME:: test


#Password


FREECCCAM PASSWORD: test


#Max clients to be connected to server, any other connection would be rejected or replaced by an inactive connection


FREECCCAM MAXUSERS : 100




###########################################################
## MGCAMD SERVER
###########################################################


#MGCAMD server listen port(default=0:disabled)


MGCAMD PORT : 23000


#Change mgcamd des key ( default = 01 02 03 04 05 06 07 08 09 10 11 12 13 14 )


MGCAMD KEY : 81 82 83 84 85 86 87 88 89 80 81 82 83 84


#MGCAMD PROFILES: 5501, 5503, 5504 # default profiles available for mgcamd clients.


MGCAMD PROFILES: 5501, 5503, 5504 # default profiles available for mgcamd clients.


#Enable/Disable keepalive for incoming mgcamd connections (clients)


MGCAMD KEEPALIVE: YES # default=NO


#enable/disable dcw cycle check for mgcamd clients


MGCAMD DCW CHECK: YES




#MGCAMD USER: <username> <password> { <options> }
#MGUSER: <username> <password> { <options> }
#Define new client for the current mgcamd server


# Clients
MGUSER: user1 pass1 # send cards of all profiles


## Option: Profiles ( Option list can be separated by comma or by space, options are separated only by ';' )
MG: user3 pass3 { profiles=5504, 5510 } # send cards of 2 selected profiles


## Option: Name
MG: user5 pass5 { \
    profiles=5502,5504,5510; \ # Profiles
    name=my dreambox; \ # Full Name
}  # share only 3 profiles identified by their newcamd ports


## Option: Host
MG: user6 pass6 { \
    name = my dreambox; \ # Full Name
    host = 192.168.1.81 \ # user8 is only allowed to connect from the host 192.168.1.81
}


## Option: Shares (ShareLimtis)
MG: user9 pass9 { \
    shares=0100:3315:0; \ # Send profiles to client but not the share (0100:3315)
}


MG: user10 pass10 { \
    shares=0:0:0,09CD:0:1; \ # Send only share (09CD:0) to client.
}


MG: user11 pass11 { \
    shares=0500:0:0; \ # Send profiles to client but not viaccess shares.
}


## Option: dcwcheck
MG: user22 pass22 { \
    dcwcheck=YES; \ # enable dcw check for every incoming ecm request from this client
}


###########################################################
## CAMD35 SERVER
###########################################################


#CAMD35 PORT : <port value>
#CAMD35 server listen port(default=0:disabled)


CAMD35 PORT : 24000


#CAMD35 USER: <username> <password>
#Define new client for the current camd35 server


CAMD35 USER: user1 pass1


###########################################################
## CS378X SERVER
###########################################################


#CS378X PORT : <port value>
#CS378X server listen port(default=0:disabled)


CS378X PORT : 24000


#CS378X KEEPALIVE: <YES/NO>
#Enable/Disable keepalive for incoming cs378x connections (clients)


CS378X KEEPALIVE: YES # default=NO


#CS378X USER: <username> <password>
#Define new client for the current cs378x server


CS378X USER: user1 pass1




###########################################################
## SERVERS CONNECTIONS
###########################################################


###############


#C: <hostname/ip> <port> <username> <password> < { <options> } >
#CCCAM SERVER: <hostname/ip> <port> <username> <password> < { <options> } >
#Connection to CCcam Server


C: host.dnsdynamic.com \ # Server Hostname
    12345 \ # CCcam Server Port
    user \  # Username
    pass    # Password
# get all shares from server with reshare or not.


## OPTION 'profiles'
C: host.dnsdynamic.com 12345 user1 pass1 { profiles=5501,5502,5503 }
# use this server only for profiles with newcamd ports (5501,5502,5503)


## OPTION 'shares'
C: host.dnsdynamic.com 12345 user2 pass2 { shares= 0:0:2 }
# ignore shares more than 2 uphops away (0:0:2)


C: host.dnsdynamic.com 12345 user3 pass3 { shares= 0:0:3, 0100:3311:1 }
# ignore shares more than 3 uphops away (0:0:3) and accept share 0100:3311 only from their locals


C: host.dnsdynamic.com 12345 user4 pass4 { shares= 0:0:0, 0500:32830:2 }
# ignore all shares (0:0:0) but accept share 0500:32830 less than 2 uphops away


## OPTION 'sids'
C: host.dnsdynamic.com 12345 user5 pass5 { shares=0:0:0,0500:23800:1; sids=0385,038B,038F,03DE,36B2,36B3,36B8,36B9 }
# accept only locals for share(0500:23800) and send ecm request only for channels specified in sid list


#N: <hostname/ip> <port> <username> <password> <des key> < { <options> } >
#Connection to Newcamd/Mgcamd Server


N: localhost \ # Host
   4444 \ # Port
   user \ # Username
   pass \ # Password
   01 02 03 04 05 06 07 08 09 10 11 12 13 14 # DES key


## OPTION 'profiles'
N: host.dnsdynamic.com 12346 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 { profiles=5501,5502,5503 }
# use this server only for profiles with newcamd ports (5501,5502,5503)


## OPTION 'shares'
N: host.dnsdynamic.com 12346  user3 pass3 01 02 03 04 05 06 07 08 09 10 11 12 13 14 { shares= 0:0:1, 0100:3311:0 }
# accept shares but ignore share(0100:3311)


N: host.dnsdynamic.com 12346 user4 pass4 01 02 03 04 05 06 07 08 09 10 11 12 13 14  { shares= 0:0:0, 0500:32830:1 }
# ignore all shares (0:0:0) but accept share(0500:32830)


## OPTION 'sids'
N: host.dnsdynamic.com 12346 user5 pass5 01 02 03 04 05 06 07 08 09 10 11 12 13 14 \
  { shares=0:0:0,0500:23800:1; sids=0385,038B,038F,03DE,36B2,36B3,36B8,36B9,4331,4332,4333,4334 }
# accept only locals


## Multiple port in one line
N: host.dnsdynamic.com 14000:14030 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14
# connect to servers with ports from 14000 to 14030


N: host.dnsdynamic.com 14000,14005:14007,14017,14021:14023 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14
# Connect to servers having the next ports: 14000, 14005,14006,14007, 14017, 14021, 14022, 14023


#R: <hostname/ip> <port> <caid> <provider list>
RADEGAST SERVER: <hostname/ip> <port> <caid> <provider list>
#Connection to Radegast Server


R: localhost 5421 0100 3311 3315


#L: <hostname/ip> <port> <username> <password> { shares = caid:pid1<&pid2><&...> }


CAMD35 SERVER: <hostname/ip> <port> <username> <password> { shares = caid:pid1<&pid2><&...> }


#Connection to Camd35 Server


CS378X SERVER: <hostname/ip> <port> <username> <password> { shares = caid:pid1<&pid2><&...> }


#Connection to cs378x Server




###########################################################
## CACHEEX SERVERS
###########################################################






#CCCAM SERVER: <hostname/ip> <port> <username> <password> { cacheex_mode=<2/3>; <shares=...;> }
#Connect to CCcam cacheex server using mode 2/3


C: host.ddns.net 1234 cacheex1 pass { cacheex_mode=2; }
C: host.ddns.net 1234 cacheex2 pass { cacheex_mode=3; } # Send all profiles
C: host.ddns.net 1235 cacheex3 pass { cacheex_mode=3; shares=0100:81; } # Send only selected profiles


#CCCAM USER: <username> <password> { cacheex_mode=<2/3>; <shares=...;> }
#Define new CCcam cacheex 2/3 client


F: cacheex1 pass { cacheex_mode=2; } # Send all profiles to client
F: cacheex2 pass { cacheex_mode=2; shares=0100:30; } # Send only selected profile
F: cacheex3 pass { cacheex_mode=3; }


#CAMD35 SERVER: <hostname/ip> <port> <username> <password> { cacheex_mode=<2/3>; <shares=...;> }
#Connect to Camd35 cacheex server using mode 2/3


CAMD35 SERVER: host.ddns.net 1234 cacheex1 pass { cacheex_mode=2; }
L: host.ddns.net 1235 cacheex2 pass { cacheex_mode=3; } # send all profiles to server
L: host.ddns.net 1234 cacheex3 pass { cacheex_mode=3; shares=0500:42400; } # Send only selected profile


#CAMD35 USER: <username> <password> { cacheex_mode=<2/3>; <shares=...;> }
#Define new camd35 cacheex 2/3 client


CAMD35 USER: cacheex1 pass { cacheex_mode=2; } # Send all profiles
CAMD35 USER: cacheex2 pass { cacheex_mode=2; shares=0603:0; } # Send only selected profiles
CAMD35 USER: cacheex3 pass { cacheex_mode=3; }


#CS378X SERVER: <hostname/ip> <port> <username> <password> { cacheex_mode=<2/3>; <shares=...;> }
#Connect to cs378x cacheex server using mode 2/3


CS378X SERVER: host.ddns.net 1234 cacheex1 pass { cacheex_mode=2; }
CS378X SERVER: host.ddns.net 1234 cacheex2 pass { cacheex_mode=3; } # Send all profiles
CS378X SERVER: host.ddns.net 1235 cacheex3 pass { cacheex_mode=3; shares=0100:30; } # Send only csat profile


#CS378X USER: <username> <password> { cacheex_mode=<2/3>; <shares=...;> }
#Define new cs378x cacheex 2/3 client


CS378X USER: cacheex1 pass { cacheex_mode=2; } # Send all profiles
CS378X USER: cacheex2 pass { cacheex_mode=2; shares=0500:42400; } # Send only csat profiles
CS378X USER: cacheex3 pass { cacheex_mode=3; }


##########################################################
## PROFILES DEFAULT VALUES
##########################################################


#DEFAULT KEY: <des_key>
#change newcamd des key (default = 01 02 03 04 05 06 07 08 09 10 11 12 13 14 )


DEFAULT KEY: 11 12 13 14 05 06 07 08 09 10 01 02 03 04


#DEFAULT DCW TIMEOUT: <value>
#delay after that if no cw returned from servers, multics would send decode failed to client


DEFAULT DCW TIMEOUT: 3500


#DEFAULT DCW MAXFAILED: <value>
#Default, maximum of successive decode failed returned from a card on a channel to block sending ecm requests to this card


DEFAULT DCW MAXFAILED: 10


#DEFAULT DCW CHECK: <YES/NO>
#Check and filter wrong dcw for this profile if the client sending request has dcwcheck enabled (default=0)


DEFAULT DCW CHECK: YES


#DEFAULT SERVER MAX: <value>
#(dont use) max server to use for decoding one ecm request. (default=0,unlimited)


DEFAULT SERVER MAX: 0


#DEFAULT SERVER FIRST: <value>
#the number of servers to send ecm upon receiving request (default=0, one server)


DEFAULT SERVER FIRST: 0


#DEFAULT SERVER INTERVAL: <value>
#Interval between sending ecm request to servers.
#first server will be requested at receiving ecm request from client,
#the second request will be done after "SERVER INTERVAL" has been elapsed and so ...


DEFAULT SERVER INTERVAL: 700


#DEFAULT SERVER TIMEOUT: <value>
#max time for selecting servers to decode one ecm request it must be greater than "SERVER INTERVAL"


DEFAULT SERVER TIMEOUT: 3000


#DEFAULT SERVER VALIDECMTIME: <value>
#Disable sending ecmrequest to cards with ecmtime greater than 2000ms (default=0,all card are accepted)


DEFAULT SERVER VALIDECMTIME: 2000


#DEFAULT RETRY NEWCAMD: <value>
#Number of retries for newcamd servers (default=0(no retry);max=3)


DEFAULT RETRY NEWCAMD: 0


#DEFAULT RETRY CCCAM: <value>
#Number of retries for CCcam servers if we got decode failed(default=0;max=10)


DEFAULT RETRY CCCAM: 0


#DEFAULT CACHE TIMEOUT: <value>
#maximum time to wait cw from cache after that ecm will be sent to servers


DEFAULT CACHE TIMEOUT: 300


#DEFAULT DISABLE CCCAM: <YES/NO>
#Enable/Disable sending ecm requests to CCcam servers (default=NO,enabled)


DEFAULT DISABLE CCCAM: YES # same as 'DEFAULT ENABLE CCCAM: NO' (by default CCcam servers are enabled)


#DEFAULT DISABLE NEWCAMD: <YES/NO>
#Enable/Disable sending ecm requests to newcamd servers (default=NO,enabled)


DEFAULT DISABLE NEWCAMD: YES # same as 'DEFAULT ENABLE CCCAM: NO' (by default Newcamd servers are enabled)


#DEFAULT DISABLE RADEGAST: <YES/NO>
#Enable/Disable sending ecm requests to radegast servers (default=NO,enabled)


DEFAULT DISABLE RADEGAST: YES # same as 'DEFAULT ENABLE RADEGAST: NO' (by default Radegast servers are enabled)


#DEFAULT DISABLE CAMD35: <YES/NO>
#Enable/Disable sending ecm requests to camd35 servers (default=NO,enabled)


DEFAULT DISABLE CAMD35: YES # same as 'DEFAULT ENABLE CAMD35: NO' (by default camd35 servers are enabled)


#DEFAULT DISABLE CS378X: <YES/NO>
#Enable/Disable sending ecm requests to cs378x servers (default=NO,enabled)


DEFAULT DISABLE CS378X: YES # same as 'DEFAULT ENABLE CS378X: NO' (by default cs378x servers are enabled)


#DEFAULT DISABLE CACHE: <YES/NO>
#Enable/Disable sending ecm requests to cache servers (default=NO,enabled)


DEFAULT DISABLE CACHE: YES # same as 'DEFAULT ENABLE CACHE: NO' (by default Cache is enabled)


#DEFAULT DISABLE CACHEEX: <YES/NO>
#Enable/Disable sending ecm requests to cacheex servers (default=YES,disabled)


DEFAULT DISABLE CACHEEX: NO # same as 'DEFAULT ENABLE CACHEEX: YES'


#DEFAULT CACHEEX MAXHOP: <Value>
#Define maxhop available to send cacheex data to peers (default=1,local)


DEFAULT CACHEEX MAXHOP: 2


#DEFAULT CACHEEX VALIDECMTIME: <value(ms)>
#Disable sending cacheex reply to peers when ecmtime is greater than 'CACHEEX VALIDECMTIME' (default=7000ms)


DEFAULT CACHEEX VALIDECMTIME: 5000


##########################################################
## NEWCAMD GLOBAL USERS
##########################################################


## Global Users, must be defined before the first profile
USER: guser1 gpass1  # for all profiles
USER: guser1 gpass1 { 5501, 5502 }  # selected profiles by port list


##########################################################
## PROFILE
##########################################################




#DEFAULT KEY: <des_key>
#change newcamd des key (default = 01 02 03 04 05 06 07 08 09 10 11 12 13 14 )


DEFAULT KEY: 11 12 13 14 05 06 07 08 09 10 01 02 03 04


#DEFAULT DCW TIMEOUT: <value>
#delay after that if no cw returned from servers, multics would send decode failed to client


DEFAULT DCW TIMEOUT: 3500


#DEFAULT DCW MAXFAILED: <value>
#Default, maximum of successive decode failed returned from a card on a channel to block sending ecm requests to this card


DEFAULT DCW MAXFAILED: 10


#DEFAULT DCW CHECK: <YES/NO>
#Check and filter wrong dcw for this profile if the client sending request has dcwcheck enabled (default=0)


DEFAULT DCW CHECK: YES


#DEFAULT SERVER MAX: <value>
#(dont use) max server to use for decoding one ecm request. (default=0,unlimited)


DEFAULT SERVER MAX: 0


#DEFAULT SERVER FIRST: <value>
#the number of servers to send ecm upon receiving request (default=0, one server)


DEFAULT SERVER FIRST: 0


#DEFAULT SERVER INTERVAL: <value>
#Interval between sending ecm request to servers.
#first server will be requested at receiving ecm request from client,
#the second request will be done after "SERVER INTERVAL" has been elapsed and so ...


DEFAULT SERVER INTERVAL: 700


#DEFAULT SERVER TIMEOUT: <value>
#max time for selecting servers to decode one ecm request it must be greater than "SERVER INTERVAL"


DEFAULT SERVER TIMEOUT: 3000


#DEFAULT SERVER VALIDECMTIME: <value>
#Disable sending ecmrequest to cards with ecmtime greater than 2000ms (default=0,all card are accepted)


DEFAULT SERVER VALIDECMTIME: 2000


#DEFAULT RETRY NEWCAMD: <value>
#Number of retries for newcamd servers (default=0(no retry);max=3)


DEFAULT RETRY NEWCAMD: 0


#DEFAULT RETRY CCCAM: <value>
#Number of retries for CCcam servers if we got decode failed(default=0;max=10)


DEFAULT RETRY CCCAM: 0


#DEFAULT CACHE TIMEOUT: <value>
#maximum time to wait cw from cache after that ecm will be sent to servers


DEFAULT CACHE TIMEOUT: 300


#DEFAULT DISABLE CCCAM: <YES/NO>
#Enable/Disable sending ecm requests to CCcam servers (default=NO,enabled)


DEFAULT DISABLE CCCAM: YES # same as 'DEFAULT ENABLE CCCAM: NO' (by default CCcam servers are enabled)


#DEFAULT DISABLE NEWCAMD: <YES/NO>
#Enable/Disable sending ecm requests to newcamd servers (default=NO,enabled)


DEFAULT DISABLE NEWCAMD: YES # same as 'DEFAULT ENABLE CCCAM: NO' (by default Newcamd servers are enabled)


#DEFAULT DISABLE RADEGAST: <YES/NO>
#Enable/Disable sending ecm requests to radegast servers (default=NO,enabled)


DEFAULT DISABLE RADEGAST: YES # same as 'DEFAULT ENABLE RADEGAST: NO' (by default Radegast servers are enabled)


#DEFAULT DISABLE CAMD35: <YES/NO>
#Enable/Disable sending ecm requests to camd35 servers (default=NO,enabled)


DEFAULT DISABLE CAMD35: YES # same as 'DEFAULT ENABLE CAMD35: NO' (by default camd35 servers are enabled)


#DEFAULT DISABLE CS378X: <YES/NO>
#Enable/Disable sending ecm requests to cs378x servers (default=NO,enabled)


DEFAULT DISABLE CS378X: YES # same as 'DEFAULT ENABLE CS378X: NO' (by default cs378x servers are enabled)


#DEFAULT DISABLE CACHE: <YES/NO>
#Enable/Disable sending ecm requests to cache servers (default=NO,enabled)


DEFAULT DISABLE CACHE: YES # same as 'DEFAULT ENABLE CACHE: NO' (by default Cache is enabled)


#DEFAULT DISABLE CACHEEX: <YES/NO>
#Enable/Disable sending ecm requests to cacheex servers (default=YES,disabled)


DEFAULT DISABLE CACHEEX: NO # same as 'DEFAULT ENABLE CACHEEX: YES'


#DEFAULT CACHEEX MAXHOP: <Value>
#Define maxhop available to send cacheex data to peers (default=1,local)


DEFAULT CACHEEX MAXHOP: 2


#DEFAULT CACHEEX VALIDECMTIME: <value(ms)>
#Disable sending cacheex reply to peers when ecmtime is greater than 'CACHEEX VALIDECMTIME' (default=7000ms)


DEFAULT CACHEEX VALIDECMTIME: 5000


##########################################################
## TELNET SERVER
##########################################################




#TELNET PORT: <value>
#Change telnet listen port
#default port for telnet is 0 (disabled)


TELNET PORT: 15000


#TELNET USER: <username>
#The telnet server is protected with a username and password


TELNET USER: admin


#TELNET PASS: <password>
#The telnetinfo service is protected with a username and password


TELNET PASS: admin


#Supported commands


###help: show commands list
###uptime: show execution time
###stat: show number of different servers
###cccam: display cccam servers connections status
###mgcamd: display mgcamd servers connections status
###debug: display latest debug lines
###loadavg: display cpu load average
###cpuinfo: display cpu info
###meminfo: display memory info
###exit: disconnect from server
###quit: disconnect from server