Skip to content

Commit

Permalink
doc: added instructions for use with a proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicerloop committed Feb 12, 2024
1 parent 79c4709 commit 11b8dbb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<host>:<port>
```

## Similar works and inspiration

https://github.com/josephedward/gosandbox

0 comments on commit 11b8dbb

Please sign in to comment.