Svdrphosts.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Beispiele)
Zeile 20: Zeile 20:
 
#204.152.189.113      # a specific host
 
#204.152.189.113      # a specific host
 
#0.0.0.0/0            # any host on any net (USE THIS WITH CARE!)
 
#0.0.0.0/0            # any host on any net (USE THIS WITH CARE!)
 +
</pre>
 +
 +
==Beispiele==
 +
===gen2vdrAE===
 +
<pre>
 +
 +
#
 +
# svdrphosts    This file describes a number of host addresses that
 +
#              are allowed to connect to the SVDRP port of the Video
 +
#              Disk Recorder (VDR) running on this system.
 +
# Syntax:
 +
#
 +
# IP-Address[/Netmask]
 +
#
 +
 +
127.0.0.0/24          # always accept localhost
 +
 +
#204.152.189.113      # a specific host
 +
#0.0.0.0/0            # any host on any net (USE THIS WITH CARE!)
 +
192.168.0.0/16  # local subnet
 
</pre>
 
</pre>
 
}}
 
}}
 +
  
 
[[Kategorie:Konfigurationsdateien]]
 
[[Kategorie:Konfigurationsdateien]]

Version vom 27. September 2011, 20:28 Uhr

Konfigurationsdatei von VDR.

Datei
$VDRCONFIG/svdrphosts.conf
#
# svdrphosts    This file describes a number of host addresses that
#               are allowed to connect to the SVDRP port of the Video
#               Disk Recorder (VDR) running on this system.
#
#               Gehört ins Konfigurationsverzeichnis des VDR, per Default also /video
#               ( bzw "-c /Verzeichnis" Option beim vdr start
#
# Syntax:
#
# IP-Address[/Netmask]
#

127.0.0.1             # always accept localhost
#192.168.100.0/24     # any host on the local net
#204.152.189.113      # a specific host
#0.0.0.0/0            # any host on any net (USE THIS WITH CARE!)

Beispiele

gen2vdrAE


#
# svdrphosts    This file describes a number of host addresses that
#               are allowed to connect to the SVDRP port of the Video
#               Disk Recorder (VDR) running on this system.
# Syntax:
#
# IP-Address[/Netmask]
#

127.0.0.0/24          # always accept localhost

#204.152.189.113      # a specific host
#0.0.0.0/0            # any host on any net (USE THIS WITH CARE!)
192.168.0.0/16   # local subnet