diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-04-18 15:22:41 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-04-18 15:22:47 +0000 |
commit | af085f49e4dbaac339d5bdb8ccfc06688322f5ff (patch) | |
tree | 4074bb8c22438238efd8aca35b958b324e6e681b /main/oscam/oscam.conf | |
parent | a4f91a9c303331f62fb718d8d61d9e5af81ca169 (diff) | |
download | aports-af085f49e4dbaac339d5bdb8ccfc06688322f5ff.tar.bz2 aports-af085f49e4dbaac339d5bdb8ccfc06688322f5ff.tar.xz |
main/oscam: new snapshot and some fixes
Diffstat (limited to 'main/oscam/oscam.conf')
-rw-r--r-- | main/oscam/oscam.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/oscam/oscam.conf b/main/oscam/oscam.conf new file mode 100644 index 0000000000..e483243052 --- /dev/null +++ b/main/oscam/oscam.conf @@ -0,0 +1,11 @@ +[global] +logfile = stdout;/var/log/oscam/oscam.log +nice = -1 +maxlogsize = 512 +preferlocalcards = 1 + +[webif] +httpport = 8080 +httprefresh = 10 +httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255 + |