Svdrphosts.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Beispiele)
Zeile 45: Zeile 45:
 
}}
 
}}
  
 +
===yavdr 0.4.0 ab pre2===
 +
{{Box Datei | /etc/vdr/svdrphosts.conf|
 +
<pre>
 +
#################################################################################
 +
#                                                                              #
 +
#  The following configuration file is generated automatically by the yaVDR    #
 +
#    system. Don't change this file as every update of yaVDR will overwrite    #
 +
#        the local changes. Instead put your required customizations          #
 +
#      into /etc/yavdr/templates_custom/ based on the original templates      #
 +
#                      under /usr/share/yavdr/templates.                        #
 +
#                                                                              #
 +
#            http://www.yavdr.org/developer-zone/template-overview/            #
 +
#                                                                              #
 +
#                                                                              #
 +
#################################################################################
 +
#
 +
# 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
 +
192.168.0.0/16        # 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!)
 +
 +
</pre>
 +
}}
  
 
[[Kategorie:Konfigurationsdateien]]
 
[[Kategorie:Konfigurationsdateien]]

Version vom 27. September 2011, 20:43 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

Datei
/etc/vdr/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.
# 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


yavdr 0.4.0 ab pre2

Datei
/etc/vdr/svdrphosts.conf
#################################################################################
#                                                                               #
#   The following configuration file is generated automatically by the yaVDR    #
#     system. Don't change this file as every update of yaVDR will overwrite    #
#         the local changes. Instead put your required customizations           #
#       into /etc/yavdr/templates_custom/ based on the original templates       #
#                      under /usr/share/yavdr/templates.                        #
#                                                                               #
#            http://www.yavdr.org/developer-zone/template-overview/             #
#                                                                               #
#                                                                               #
#################################################################################
#
# 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
192.168.0.0/16        # 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!)