From 4fe8bcafbeb487d7e803a079325240ed0fabd070 Mon Sep 17 00:00:00 2001 From: Raymond Date: Tue, 24 Mar 2026 13:01:41 +0100 Subject: [PATCH] Add config files oscam1-9.conf --- config/oscam2.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 config/oscam2.conf diff --git a/config/oscam2.conf b/config/oscam2.conf new file mode 100644 index 0000000..19e2729 --- /dev/null +++ b/config/oscam2.conf @@ -0,0 +1,28 @@ +# oscam.conf Prilly's optimized secure default configuration +# Read more: http://www.streamboard.tv/svn/oscam/trunk/Distribution/doc/txt/oscam.conf.txt + +[global] +logfile = /var/log/oscam/oscam2/oscam.log +nice = -15 +maxlogsize = 1024 + +[cache] +delay = 30 +wait_until_ctimeout = 1 +csp_block_fakecws = 1 + +[cccam] +port = 12002 +version = 2.3.0 + +[webif] +httpport = 8882 +httpuser = root +httppwd = root +httpshowmeminfo = 1 +httpshowuserinfo = 1 +httpshowcacheexinfo = 1 +httpshowecminfo = 1 +httpshowloadinfo = 1 +httpallowed = 0.0.0.0-255.255.255.255 +httposcamlabel = OSCam2