| 192 |
- |
1 |
# Configuration file for dleyna-server
|
|
|
2 |
#
|
|
|
3 |
#
|
|
|
4 |
#
|
|
|
5 |
# General configuration options
|
|
|
6 |
[general]
|
|
|
7 |
|
|
|
8 |
# true: Service always stay in memory running
|
|
|
9 |
# false: Service quit when the last client disconnects.
|
|
|
10 |
never-quit=false
|
|
|
11 |
|
|
|
12 |
# IPC connector name
|
|
|
13 |
connector-name=dbus
|
|
|
14 |
|
|
|
15 |
# Source port for SSDP messages
|
|
|
16 |
#port=4321
|
|
|
17 |
|
|
|
18 |
# Log configuration options
|
|
|
19 |
[log]
|
|
|
20 |
|
|
|
21 |
# Define the logging output method. 3 technologies are defined:
|
|
|
22 |
#
|
|
|
23 |
# 0=Syslog
|
|
|
24 |
# 1=GLib
|
|
|
25 |
# 2=File
|
|
|
26 |
log-type=0
|
|
|
27 |
|
|
|
28 |
# Comma-separated list of logging level.
|
|
|
29 |
# Log levels are: 1=critical, 2=error, 3=warning, 4=message, 5=info, 6=debug
|
|
|
30 |
#
|
|
|
31 |
# Allowed values for log-levels are
|
|
|
32 |
# 0 = disabled
|
|
|
33 |
# 7 = default (=1,2,5)
|
|
|
34 |
# 8 = all (=1,2,3,4,5,6)
|
|
|
35 |
# 1,..,6 = a comma separated list of log level
|
|
|
36 |
#
|
|
|
37 |
# IMPORTANT: This log level is a subset of the log level defined at compile time
|
|
|
38 |
# You can't enable levels disabled at compile time
|
|
|
39 |
# level=8 means all level flags defined at compile time.
|
|
|
40 |
log-level=7
|
|
|
41 |
|
|
|
42 |
|
|
|
43 |
# Network filtering
|
|
|
44 |
[netf]
|
|
|
45 |
|
|
|
46 |
# true: Enable the network filtering.
|
|
|
47 |
# false: Disable the network filtering.
|
|
|
48 |
netf-enabled=false
|
|
|
49 |
|
|
|
50 |
# Comma-separated list of interface name, SSID or IP address.
|
|
|
51 |
# If netf is enabled but the list is empty, it behaves as disabled.
|
|
|
52 |
netf-list=
|