Oscam.conf (Cardsharing-Konfiguration): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 21: | Zeile 21: | ||
[global] | [global] | ||
nice | nice = -1 | ||
WaitForCards | WaitForCards = 1 | ||
# logging | # logging | ||
Zeile 35: | Zeile 35: | ||
[webif] | [webif] | ||
httpport | httpport = 8888 | ||
httpuser | httpuser = <user> | ||
httppwd | httppwd = <password> | ||
httpallowed | httpallowed = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255 | ||
httpreadonly | httpreadonly = 1 | ||
</pre> | </pre> | ||
Version vom 18. Juni 2022, 20:42 Uhr
Noch in Bearbeitung
Erstellen
sudo mkdir -p /var/log/oscam/cw sudo mkdir -p /var/log/oscam/emm
sudo vi /usr/local/etc/oscam.conf
Beispielkonfiguration
# # main configuration # [global] nice = -1 WaitForCards = 1 # logging initial_debuglevel = 72 # 8 = traffic from/to the clients , 64 = EMM logging logfile = /var/log/oscam/oscam.log usrfile = /var/log/oscam/oscamuser.log cwlogdir = /var/log/oscam/cw emmlogdir = /var/log/oscam/emm # web interface [webif] httpport = 8888 httpuser = <user> httppwd = <password> httpallowed = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255 httpreadonly = 1
Links
https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.conf
https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf
https://svn.streamboard.tv/oscam/trunk/Distribution/doc/example/oscam.conf
Zurück zu OSCam-Konfiguration (Cardsharing)