X Tutup
Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit d1459d0

Browse files
committed
Cloudplow: Added user agent to rclone_extras in default config.
1 parent 614c395 commit d1459d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/cloudplow/templates/config.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
".fuse_hidden**"
4848
],
4949
"rclone_extras": {
50+
"--user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36",
5051
"--checkers": 16,
5152
"--drive-chunk-size": "128M",
5253
"--stats": "60s",

0 commit comments

Comments
 (0)
X Tutup