diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-11-09 16:32:27 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-11-09 16:32:27 +0100 |
commit | 04d3111a13947c2d72bcf4f9313b0fb1a19e0825 (patch) | |
tree | 165efab847476ed80901bfc6c4088780b98d5824 /community/oscam/oscam.conf | |
parent | 65c9e167fd467207e450f30ab2776e55cba7cfcf (diff) | |
download | aports-04d3111a13947c2d72bcf4f9313b0fb1a19e0825.tar.bz2 aports-04d3111a13947c2d72bcf4f9313b0fb1a19e0825.tar.xz |
main/oscam: move to community
Diffstat (limited to 'community/oscam/oscam.conf')
-rw-r--r-- | community/oscam/oscam.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/oscam/oscam.conf b/community/oscam/oscam.conf new file mode 100644 index 0000000000..e483243052 --- /dev/null +++ b/community/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 + |