Allow tailnet on smb
This commit is contained in:
parent
d3a881b597
commit
a1ae78113a
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ in {
|
||||||
#use sendfile = yes
|
#use sendfile = yes
|
||||||
#max protocol = smb2
|
#max protocol = smb2
|
||||||
# note: localhost is the ipv6 localhost ::1
|
# note: localhost is the ipv6 localhost ::1
|
||||||
hosts allow = 192.168.0.0/16 127.0.0.1 localhost
|
hosts allow = 100.64.0.0/10 192.168.0.0/16 127.0.0.1 localhost
|
||||||
hosts deny = 0.0.0.0/0
|
hosts deny = 0.0.0.0/0
|
||||||
guest account = nobody
|
guest account = nobody
|
||||||
map to guest = bad user
|
map to guest = bad user
|
||||||
|
|
Loading…
Reference in a new issue