mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
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:
@@ -12,7 +12,7 @@
|
||||
log level = 2
|
||||
|
||||
bind interfaces only = yes
|
||||
interfaces = {{ .interface }}
|
||||
interfaces = {{ .interfaces | join " " }}
|
||||
hosts allow = {{ .allow_hosts | join " " }}
|
||||
|
||||
{{ if .compatibility_mode }}
|
||||
|
||||
Reference in New Issue
Block a user