xakac

command module
v0.0.0-...-cf7773b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2022 License: MIT Imports: 12 Imported by: 0

README

xakac

This CLI utility was inspired by smee.io client. It forwards payloads from remote servers to hosts in your network.

Usage

xakac -config /path/to/config.json

In config.json you can define as many source-target pairs as you want:

[
  {
    "source": "https://source_url_1",
    "target": "https://target_url_1"
  },
  {
    "source": "https://source_url_2",
    "target": "https://target_url_2"
  }
]

It's possible to specify sources and targets via environment variables:

XAKAC_SOURCE_TARGET_1=https://source_url_1,https://target_url_1

XAKAC_SOURCE_TARGET_2=https://source_url_2,https://target_url_2

xakac establishes connections to each source via event source and forwards payloads to a corresponding target.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL