From d93eec0e660033ec3e06b321e339441158cf4a13 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 26 Sep 2017 09:13:12 +0200 Subject: [PATCH] Set default handing to listen on all interface --- samba/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba/config.json b/samba/config.json index 3ef6cd1..8ff78c5 100644 --- a/samba/config.json +++ b/samba/config.json @@ -21,7 +21,7 @@ }, "username": "", "password": "", - "interface": "eth0" + "interface": "" }, "schema": { "workgroup": "str",