From 47fda4d1739eb4d5fc1fab4400d4c5345c529572 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Jul 2022 22:12:24 -0400 Subject: [PATCH] smb.conf.j2: hosts allow = 127. 10.10.10. --- roles/samba/templates/smb.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/samba/templates/smb.conf.j2 b/roles/samba/templates/smb.conf.j2 index f7e7c9457..9b60050d8 100755 --- a/roles/samba/templates/smb.conf.j2 +++ b/roles/samba/templates/smb.conf.j2 @@ -96,7 +96,7 @@ {% if network_172 %} hosts allow = 127. 172.18. {% else %} - hosts allow = 10.10.10. + hosts allow = 127. 10.10.10. {% endif %} ; max protocol = SMB2