Categorygithub.com/kronotop/kronotop-fdb-proxy
repositorypackage
0.0.0-20240502153804-748d5da2187d
Repository: https://github.com/kronotop/kronotop-fdb-proxy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

kronotop-fdb-proxy

An MITM proxy to inspect the traffic between Kronotop and FoundationDB clusters.

Install

With a correctly configured Golang environment:

go install github.com/kronotop/kronotop-fdb-proxy@latest

Usage

>> kronotop-fdb-proxy --help
An MITM proxy to inspect the traffic between Kronotop and FoundationDB clusters.

Usage:
  kronotop-fdb-proxy [flags]

Flags:
      --fdb-host string         FDB host (default "localhost")
      --fdb-port int            FDB port (default 4689)
      --grace-period duration   maximum time period to wait before shutting down the proxy (default 5s)
  -h, --help                    help for kronotop-fdb-proxy
      --host string             host to bind
  -i, --interface string        network interface to discover the host address
  -n, --network string          network type to use (default "tcp")
  -v, --version                 version for kronotop-fdb-proxy

Contributions

Please don't hesitate to fork the project and send a pull request or just e-mail me to ask questions and share ideas.

License

The Apache License, Version 2.0 - see LICENSE for more details.