mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-30 01:29:27 -07:00
Fix config template: host/path -> url
This commit is contained in:
committed by
Markus Unterwaditzer
parent
f079bda4fe
commit
6aa3491a6c
3
dist/config.toml.in
vendored
3
dist/config.toml.in
vendored
@@ -52,8 +52,7 @@ wifi_enabled = false
|
||||
# worker runs.
|
||||
#
|
||||
# [webdav]
|
||||
# host = "https://dav.example.com"
|
||||
# remote_path = "/rayhunter"
|
||||
# url = "https://dav.example.com/rayhunter"
|
||||
# # HTTP Basic auth. Both fields are optional; a password without a username is
|
||||
# # rejected and the request is sent unauthenticated.
|
||||
# username = "user"
|
||||
|
||||
Reference in New Issue
Block a user