1
0
Files
docker-oscam/root/defaults/oscam.conf
Fabian c37f4632b7 httpallowed->added private 172.16.* class B subnet
Ubuntu 18.08 with latest "apt" docker-version (fresh install) defaulted to 172.16.0.1 and .2 addresses, resulting in a "403 access denied" error (webif inaccessible)
2018-08-09 22:43:22 +02:00

14 lines
500 B
Plaintext

# oscam.conf generated automatically by Streamboard OSCAM 1.20-unstable_svn SVN r11268
# Read more: http://www.streamboard.tv/svn/oscam/trunk/Distribution/doc/txt/oscam.conf.txt
[global]
logfile = stdout
[cache]
[webif]
httpport = 8888
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,172.16.0.0-172.31.255.255,255.255.255.255
https://github.com/linuxserver/docker-oscam/blob/master/root/defaults/oscam.conf