1
0

support smb v1

This commit is contained in:
2023-06-11 06:23:22 +00:00
parent 6796094691
commit d44bea82b5
3 changed files with 6 additions and 6 deletions

View File

@@ -45,9 +45,9 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
echo ' client ipc max protocol = SMB3' >>$file && \
echo ' client ipc min protocol = SMB2_10' >>$file && \
echo ' client max protocol = SMB3' >>$file && \
echo ' client min protocol = SMB2_10' >>$file && \
echo ' client min protocol = NT1' >>$file && \
echo ' server max protocol = SMB3' >>$file && \
echo ' server min protocol = SMB2_10' >>$file && \
echo ' server min protocol = NT1' >>$file && \
echo '' >>$file && \
echo ' # Time Machine' >>$file && \
echo ' fruit:delete_empty_adfiles = yes' >>$file && \