[vlc-devel] commit: Revert "Safe default ACL also for the old HTTP interface" ( Christophe Mutricy )

git version control git at videolan.org
Mon Apr 6 00:09:33 CEST 2009


vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Sun Apr  5 22:19:52 2009 +0100| [c5f355b77a5f11f7a75e7de2e485fab25ad638df] | committer: Christophe Mutricy 

Revert "Safe default ACL also for the old HTTP interface"

This was the opposite of what was intended

This reverts commit 1d82f475bda7f36a3d1927ab9a1d9afeb6a0df80.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5f355b77a5f11f7a75e7de2e485fab25ad638df
---

 share/http/.hosts |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/share/http/.hosts b/share/http/.hosts
index 7996904..6f54ae0 100644
--- a/share/http/.hosts
+++ b/share/http/.hosts
@@ -1,5 +1,5 @@
 #
-# Default access-list for VLC HTTP interface
+# Access-list for VLC HTTP interface
 # $Id$
 #
 
@@ -16,9 +16,9 @@
 #10.0.0.0/8
 #172.16.0.0/12
 #192.168.0.0/16
+#169.254.0.0/16
 
-# The world
-# (comment this out to obtain a safe default)
-::/0
-0.0.0.0/0
+# The world (uncommenting these 2 lines is not quite safe)
+#::/0
+#0.0.0.0/0
 




More information about the vlc-devel mailing list