Update README.md and CHANGELOG.md

This commit is contained in:
Fufu Fang 2019-10-30 00:15:19 +00:00
parent 12a2f87ada
commit 5a36119289
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Jerome Charaoui
- You can now specify which configuration file to use by using the ``--config``
flag.
- Added support for turning off TLS certificate check.
- Added support for turning off TLS certificate check (``--insecure_tls`` flag).
- Now check for server's support for HTTP range request, which can be turned off
using the ``--no-range-check`` flag.

View File

@ -71,6 +71,7 @@ the filesystem is visiting.
HTTPDirFS options:
--config Specify a configuration file
-u --username HTTP authentication username
-p --password HTTP authentication password
-P --proxy Proxy for libcurl, for more details refer to