## copy this file to /var/etc/multics.cfg
## to run multics with debug type $# multics -v
## to run multics in background type $# multics -b
## to run multics with another config file type $# multics -C /var/multics/newconfig.cfg
##
============ GENERAL =============
LOGLEVEL: 4 # (0 -> CRITICAL, 1->ERROR, 2->WARNING,3->INFO, 4->DEBUG, 5->TRACE)
GENERATERUNTIMESIDS: NO
NOIPFAILBAN: 127.0.0.1
######################################## ##################
## Files
######################################## ##################
FILE CHANNELINFO: "/home/kgg/multics/mcs/CCcam.channelinfo" ## default is disabled
FILE PROVIDERINFO: "/home/kgg/multics/mcs/CCcam.providers" ## default is disabled
#FILE IP2COUNTRY: "/home/kgg/multics/mcs/ip2country.csv" ## default is disabled
#FILE STYLESHEET: "/home/kgg/multics/mcs/multics1.css" ## default is the built-in stylesheet file.
############ BLOCK COUNTRY ###############################
### country ip blocker of clients connections ( file ip2country must exist to enable this option )
### BLOCK COUNTRY: XX, YY ## XX and YY are country codes like FR,DE,TN...
####################################
########## TELEGRAM ################
####################################
#TELEGRAM ENABLE: YES
#You need to create a telegram bot and enable telegram in config and configure the token and chatid.
#The parameters are:
#TELEGRAM ENABLE: 1 ## Enable or disable telegram
#TELEGRAM TOKEN: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxx" ## Token obtained for the telegram bot
#TELEGRAM CHATID: "12345678" ## The chatid in your telephone for the conversation with the telegram bot
#To create a telegram bot and obtain token and chatid you can look for multiple guides on the Internet like
#TELEGRAM CCCAM: 1 # this will send you messages from CCcam
#TELEGRAM CACHE: 1 # sale as the first one just for Cache ans so on till system
#TELEGRAM MGCAMD: 1
#TELEGRAM CS378X: 1
#TELEGRAM NEWCAMD: 1
#TELEGRAM CAMD35: 1
#TELEGRAM SYSTEM: 1 #by this option you will get the message if someone tried to login to your webif but invalid credentials and also the SMS send Note: all line options except system, are only active if you have also the firewall (FAILBAN) active, because it would be too much messages and if a user would get banned trought FAILBAN then it comes only once.
####################################
########## FAILBAN #################
####################################
FAILBAN ENABLE: NO
FAILBAN CCCAM: NO
FAILBAN CAMD35: NO
FAILBAN CS378X: NO
FAILBAN MGCAMD: NO
FAILBAN NEWCAMD: NO
FAILBAN CACHE: NO
######################################## ##################
## HTTP SERVER
######################################## ##################
HTTP PORT: 8888
HTTP TITLE: "MultiCS HB51"
#HTTP USER:
#HTTP PASS:
HTTP AUTOREFRESH: 1
HTTP DEBUG: YES
HTTP CACHE: YES
HTTP CACHEEX: YES
HTTP NEWCAMD: NO
HTTP MGCAMD: YES
HTTP CCCAM: YES
HTTP SERVERS: YES
HTTP PROFILES: YES
HTTP ALERTS: YES
HTTP EDITOR: YES
HTTP RESTART: YES
######################################## ##################
## 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
######################################## ##################
## CLUSTERED CACHE CONFIG
######################################## ##################
INCLUDE "/home/kgg/multics/mcs/cache.cfg"
######################################## ##################
## NEWCAMD SERVERS
######################################## ##################
#INCLUDE "/home/kgg/multics/mcs/newcamd.cfg"
######################################## ##################
## CCCAM SERVERS
######################################## ##################
INCLUDE "/home/kgg/multics/mcs/CCcam.cfg"
######################################## ###################
## MGCAMD SERVERS
######################################## ###################
INCLUDE "/home/kgg/multics/mcs/MGcamd.cfg"
######################################## ###################
## cs378x SERVERS
######################################## ###################
INCLUDE "/home/kgg/multics/mcs/cs378x.cfg"
######################################## ###################
## CAMD35 SERVER
######################################## ###################
INCLUDE "/home/kgg/multics/mcs/camd35.cfg"
######################################## ###################
## CACHEEX SERVERS
######################################## ###################
#INCLUDE "/home/kgg/multics/mcs/cacheex.cfg"
######################################## ##################
## PROFILES DEFAULT VALUES
######################################## ##################
INCLUDE "/home/kgg/multics/mcs/profiles.cfg"
######################################## ##################