From b6c875a1a6d8dd6e87324be5b09febb729426cd5 Mon Sep 17 00:00:00 2001 From: savichev Date: Wed, 4 May 2016 12:39:37 +0500 Subject: [PATCH] Update gstfsd https://github.com/retspen/webvirtcloud/issues/106 --- conf/daemon/gstfsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/daemon/gstfsd b/conf/daemon/gstfsd index 2e683125..6b36b138 100644 --- a/conf/daemon/gstfsd +++ b/conf/daemon/gstfsd @@ -10,7 +10,7 @@ import re PORT = 16510 -ADDRESS = "0.0.0.0" +ADDRESS = "127.0.0.1" class MyTCPServer(SocketServer.ThreadingTCPServer):