Enable Samba on all supported interfaces (#2353)

* Restore interface configuration

* run on all supported interfaces

* add loopback to the interface list

* fix ShellCheck errors
This commit is contained in:
Laszlo Magyar
2022-04-27 23:57:20 +02:00
committed by GitHub
parent 330e33a06f
commit 1d0311178b
4 changed files with 15 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
log level = 2
bind interfaces only = yes
interfaces = {{ .interface }}
interfaces = {{ .interfaces | join " " }}
hosts allow = {{ .allow_hosts | join " " }}
{{ if .compatibility_mode }}