Project

tcpkicker

0.0
No commit activity in last 3 years
No release in over 3 years
Fake tcp server to launch real tcp servers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.8
~> 10.0
 Project Readme

tcpkicker

Fake tcp server to launch real tcp servers.

Installation

gem install tcpkicker

Quick start

./bin/tcpkicker -c ./lib/tcpkicker/config/config.yaml 

Usage

Usage: tcpkicker [options]
    -c, --config PATH                configuration file path

Configuration

port: 10012

servers:

  - name:         MySQL
    port:         3306
    description:  MySQL server
    execute:      mysqld > /dev/null 2>&1

Contributing

  1. Fork this repository
  2. Create a feature branch (git checkout -b new-feature)
  3. Commit some changes (git commit -a)
  4. Push to the branch (git push origin new-feature)
  5. Create a new Pull Request