diff --git a/contrib/README.md b/contrib/README.md index c18e2b4a..dbb23e5c 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -29,11 +29,11 @@ however if your copyparty is behind a reverse-proxy, you may want to use [`share * disables thumbnails and folder-type detection in windows explorer * makes it way faster (especially for slow/networked locations (such as partyfuse)) -### [`webdav-basicauth.reg`](webdav-basicauth.reg) -* enables webdav basic-auth over plaintext http; takes effect after a reboot OR after running `webdav-unlimit.bat` - -### [`webdav-unlimit.bat`](webdav-unlimit.bat) -* removes the 47.6 MiB filesize limit when downloading from webdav +### [`webdav-cfg.reg`](webdav-cfg.bat) +* improves the native webdav support in windows; + * removes the 47.6 MiB filesize limit when downloading from webdav + * optionally enables webdav basic-auth over plaintext http + * optionally helps disable wpad, removing the 10sec latency ### [`cfssl.sh`](cfssl.sh) * creates CA and server certificates using cfssl diff --git a/contrib/webdav-cfg.bat b/contrib/webdav-cfg.bat index 14367293..52db6c14 100644 --- a/contrib/webdav-cfg.bat +++ b/contrib/webdav-cfg.bat @@ -1,7 +1,7 @@ @echo off rem removes the 47.6 MiB filesize limit when downloading from webdav rem + optionally allows/enables password-auth over plaintext http -rem + optionally helps disable wpad +rem + optionally helps disable wpad, removing the 10sec latency setlocal enabledelayedexpansion