nas0: allow smb2
This commit is contained in:
parent
619e19f77d
commit
1ba0b32b4b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
hosts allow = 10.0.0.0/8 100.64.0.0/10 127.0.0.1 localhost
|
hosts allow = 10.0.0.0/8 100.64.0.0/10 127.0.0.1 localhost
|
||||||
hosts deny = 0.0.0.0/0
|
hosts deny = 0.0.0.0/0
|
||||||
server smb encrypt = required
|
server smb encrypt = required
|
||||||
server min protocol = SMB3_00
|
server min protocol = SMB2_00
|
||||||
'';
|
'';
|
||||||
shares."main" = {
|
shares."main" = {
|
||||||
path = "/mnt/storage/main";
|
path = "/mnt/storage/main";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue