更新文件: system.xml, runwebdavsim.sh, rclonemount.sh, runembysim.sh, embysim.tar.xz

This commit is contained in:
ZJP Monitor
2025-07-12 19:15:13 +08:00
parent 585b0fbc95
commit 1b642ff8d6
5 changed files with 7 additions and 5 deletions

View File

@ -49,6 +49,7 @@ while true
do
curl -v -L "http://127.0.0.1:${WEBDAV_PORT}/dav"
if [ $? -ne 0 ]; then
# ./webdav_simulator.$arch --selfip $SELFIP --port ${WEBDAV_PORT} --noindex --alist_config alistservers.txt --username guest --password guest_Api789 --proxymode 1 --blackwords '抖音,短剧,音乐22,mp3,wav,flac,BACKUP,BDMV,txt' --fake_media_file fake.mkv --strmmode 'xy115-all.txt.xz#xy-dy.txt.xz#xy-dsj.txt.xz#xy115-music.txt.xz'
./webdav_simulator.$arch --selfip $SELFIP --port ${WEBDAV_PORT} --noindex --alist_config alistservers.txt --username guest --password guest_Api789 --proxymode 1 --blackwords '抖音,短剧,音乐22,mp3,wav,flac,BACKUP,BDMV,txt' --fake_media_file fake.mkv --strmmode 'xy115-all.txt.xz#xy-dy.txt.xz#xy-dsj.txt.xz#xy115-music.txt.xz'
echo "webdavsim exit, sleep 5s and restart"
else