https://github.com/codefresh-io/cf-venona-network-tester
Utility used to test connectivity to specific domains
https://github.com/codefresh-io/cf-venona-network-tester
Last synced: 8 months ago
JSON representation
Utility used to test connectivity to specific domains
- Host: GitHub
- URL: https://github.com/codefresh-io/cf-venona-network-tester
- Owner: codefresh-io
- Created: 2020-11-05T16:03:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T17:29:47.000Z (about 2 years ago)
- Last Synced: 2025-04-25T14:59:43.814Z (about 1 year ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cf-venona-network-tester
Provides a simple way to test network connectivity issues to a set of provided URLs
## Example
### Usage with docker:
`
docker run --rm --env URLS=https://g.codefresh.io,https://github.com --env DEBUG=1 -it codefresh/cf-venona-network-tester
`
### Environment Variables:
- `URLS` - a list of urls seperated by ",".
- `INSECURE` - disable tls certificate validation when using tls.
- `DEBUG` - can be either '1' or '0', default is '0'.
- `IN_CLUSTER` - if this is set to '1' errors will be written to `/dev/termination-log`. see [here](https://kubernetes.io/docs/tasks/debug-application-cluster/determine-reason-pod-failure/).
- `HTTPS_PROXY`/`https_proxy`
- `HTTP_PROXY`/`http_proxy`
- `NO_PROXY`/`no_proxy`