Skip to content

Tags: dugen/rport

Tags

0.1.9

Toggle 0.1.9's commit message
Implement random server port assignment when the 'local' part is not …

…specified (either on CLI or API request)

New CLI option --exclude-ports added to allow server administrators to specify ports forbidden to use

0.1.8

Toggle 0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from cloudradar-monitoring/logging-to-file

Allow logging to a file and specifying log verbosity (error, info, debug)

0.1.7

Toggle 0.1.7's commit message
Rework CLI args naming

- -l and -p options were merged into --addr (-a) option.
- help updated with IPv6 addresses usage
- typos fixed in README

0.1.6

Toggle 0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from cloudradar-monitoring/DEV-1591

better identification of clients

0.1.5

Toggle 0.1.5's commit message
refactor to reduce cyclomatic complexity

0.1.4

Toggle 0.1.4's commit message
Add option to serve static files when running API server

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from cloudradar-monitoring/circleci-automation

Add CircleCI config and it's dependencies

0.1.2

Toggle 0.1.2's commit message
Add CircleCI config and it's dependencies

0.1.1

Toggle 0.1.1's commit message
Improve server and client usage in various scenarios

- Update env variables naming
- Improve --help output and add examples
- Fix handling --authfile restrictions
- Do not exit client on authentication errors

0.1.0

Toggle 0.1.0's commit message
Fix goreleaser archives creation