mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
# Configuration file for dleyna-renderer
|
|
#
|
|
#
|
|
#
|
|
# General configuration options
|
|
[general]
|
|
|
|
# true: Service always stay in memory running
|
|
# false: Service quit when the last client disconnects.
|
|
never-quit=false
|
|
|
|
# IPC connector name
|
|
connector-name=dbus
|
|
|
|
# Source port for SSDP messages
|
|
#port=4321
|
|
|
|
# Port for Push host fileserver
|
|
# If unset, a random available port will be used.
|
|
#push-host-port=5432
|
|
|
|
# Log configuration options
|
|
[log]
|
|
|
|
# Define the logging output method. 3 technologies are defined:
|
|
#
|
|
# 0=Syslog
|
|
# 1=GLib
|
|
# 2=File
|
|
log-type=1
|
|
|
|
# Comma-separated list of logging level.
|
|
# Log levels are: 1=critical, 2=error, 3=warning, 4=message, 5=info, 6=debug
|
|
#
|
|
# Allowed values for log-levels are
|
|
# 0 = disabled
|
|
# 7 = default (=1,2,5)
|
|
# 8 = all (=1,2,3,4,5,6)
|
|
# 1,..,6 = a comma separated list of log level
|
|
#
|
|
# IMPORTANT: This log level is a subset of the log level defined at compile time
|
|
# You can't enable levels disabled at compile time
|
|
# level=8 means all level flags defined at compile time.
|
|
log-level=7
|
|
|
|
|
|
# Network filtering
|
|
[netf]
|
|
|
|
# true: Enable the network filtering.
|
|
# false: Disable the network filtering.
|
|
netf-enabled=false
|
|
|
|
# Comma-separated list of interface name, SSID or IP address.
|
|
# If netf is enabled but the list is empty, it behaves as disabled.
|
|
netf-list=
|