From 11b8dbbaea9498adcaf5bc87cfcf87efc79aafd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20P=C3=89RON?= Date: Mon, 12 Feb 2024 14:27:07 +0100 Subject: [PATCH] doc: added instructions for use with a proxy --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2b65c92..4a49a25 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,18 @@ The code to get credentials from git originates from [gitauth](https://pkg.go.de [Rod](https://go-rod.github.io) is used to automate the required actions on [A Cloud Guru website](https://learn.acloud.guru/cloud-playground/cloud-sandboxes). You can see the actual interaction through the browser using [Rod confiduration parameters](https://go-rod.github.io/#/get-started/README?id=slow-motion-and-visual-trace): + ``` -rod=show,slow=1s,trace ``` +## Using with a proxy server + +Add go-rod proxy parameters: +``` +-rod=proxy=http://: +``` + ## Similar works and inspiration https://github.com/josephedward/gosandbox