blob: a3cdf59848363ed753227c6d4796c47d2c00ea53 (
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
|
[live]
#--port=PORT
# use PORT to listen for incoming connections
# (default: 8008)
#--ip=IP
# bind server only to specified IP, may appear multiple times
# (default: 0.0.0.0)
#--sslport=PORT
# use PORT to listen for incoming ssl connections
# (default: 8443)
#--cert=CERT
# full path to a custom ssl certificate file
#--key=KEY
# full path to a custom ssl certificate key file
#--log=level
# log level for tntnet (values: WARN, ERROR, INFO, DEBUG, TRACE)
#--epgimages=<dir>
# directory for epgimages
|