Snekway

Snekway
Login

Snekway is a reverse proxy tunnel for developing Battlesnake sneks.

Installation

Linux

wget https://vcdn.snekway.com/x86_64-linux/2023-r0/snekway
chmod +x snekway
./snekway --version

Build from source

Usage

Usage: snekway [OPTIONS]

Options
    -r REGION, --region=REGION       Region to connect to (Default: singapore)
    -i IP, --ip=IP                   Local IP address (Default: 127.0.0.1)
    -p PORT, --port=PORT             Local port (Default: 8080)
    -v, --version                    Show version
    -h, --help                       Show help

Advanced Options
    --log-level=LEVEL                Log level (Default: info)
    --log-format=FORMAT              Log format (Default: simple)
    --service-domain=DOMAIN          Service to connect to (Default: snekway.com)
    --service-port=PORT              Service port to connect to (Default: 80)

Environment variables
  LOG_LEVEL
    Default: info
    Levels: trace, debug, info, notice, warn, error, fatal, none
  LOG_FORMAT
    Default: simple
    Formats: simple, expanded
  SERVICE_DOMAIN
    Default: snekway.com
  SERVICE_PORT
    Default: 80