From 63b6cd081c51653b31025d7c9be50061d5de9fed Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 25 Oct 2023 13:53:00 +0200 Subject: [PATCH] Note about using a proxy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14af637..7ee18bb 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,5 @@ docker run --rm -e ODOO_URL=https://myodoo.acme.org \ -it \ danielberteaud/odoo2carddav odoo2carddav --config /conf.yml ``` + +If you need to use a proxy to reach the dav server, you can add PERL_LWP_ENV_PROXY=1 env var