summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-osdserver/files/osdserverhosts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-osdserver/files/osdserverhosts.conf')
-rw-r--r--media-plugins/vdr-osdserver/files/osdserverhosts.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-plugins/vdr-osdserver/files/osdserverhosts.conf b/media-plugins/vdr-osdserver/files/osdserverhosts.conf
new file mode 100644
index 000000000000..845c27697e6a
--- /dev/null
+++ b/media-plugins/vdr-osdserver/files/osdserverhosts.conf
@@ -0,0 +1,14 @@
+#
+# osdserverhosts This file describes a number of host addresses that
+# are allowed to connect to the osdserver pluging
+# with the Video Disk Recorder (VDR) on this system.
+# Syntax:
+#
+# IP-Address[/Netmask]
+#
+
+127.0.0.1 # always accept localhost
+#192.168.1.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!)
+