support smb v1
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user