projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba00b8e
)
lftp
author
Sergey Matveev <stargrave@stargrave.org>
Fri, 8 Oct 2021 07:23:13 +0000 (10:23 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Fri, 8 Oct 2021 07:23:13 +0000 (10:23 +0300)
lftp/.lftprc
[new file with mode: 0644]
patch
|
blob
diff --git a/lftp/.lftprc
b/lftp/.lftprc
new file mode 100644
(file)
index 0000000..
3320019
--- /dev/null
+++ b/
lftp/.lftprc
@@ -0,0
+1,4
@@
+set http:decode true
+set ssl:ca-file "/etc/ssl/cert.pem"
+set http:proxy "http://localhost:8080/"
+set https:proxy "http://localhost:8080/"