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):