summaryrefslogtreecommitdiff
blob: 121ec45f229dbdbc6d923d5b70b17be3e05f0a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $Id$
# /etc/conf.d/vdr.vdrmanager

# Parameters for vdr-plugin-vdrmanager
#
#   For more details see:
#   http://projects.vdr-developer.org/projects/vdr-manager/wiki

# Set the port where the plugin is listen on
#   allowed values: port number
#   default: 6420
#
#VDRMANAGER_PORT="6420"

# Set the password where the plugin/app is listen on
#   allowed values: your_password
#   default:
#
VDRMANAGER_PASS=""

# Force check against svdrphosts.conf
# change this to yes, if you have added a static IP
# for access outside from your LAN
#
#	allowed values: yes | no
#	default: no
#
#SVDRPHOSTS_CHECK="no"