The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#-------------- QuartzPVR Server Config File --------------

### user and group to become
user        %PVR_USER%
group       %PVR_GROUP%

### logging ?
log_file    /var/log/quartzpvr-server.log
log_level   %SERVER_DEBUG%
pid_file    /var/run/quartzpvr/server.pid

### optional syslog directive
### used in place of log_file above
#log_file       Sys::Syslog
#syslog_logsock unix
#syslog_ident   myserver
#syslog_logopt  pid|cons

### access control
#allow       .+\.(net|com)
#allow       domain\.com
#deny        a.+
#cidr_allow  127.0.0.0/8
#cidr_allow  192.0.2.0/24
#cidr_deny   192.0.2.4/30

### background the process?
background  1

### ports to bind (this should bind
### 127.0.0.1:20205 and localhost:20204)
### See Net::Server::Proto
#host        127.0.0.1
#port        localhost:20204
#port        20205
host		127.0.0.1
port		%SERVER_PORT%


### reverse lookups ?
# reverse_lookups on