2025-02-08 22:04:07 -05:00
2025-02-08 22:04:07 -05:00
2025-02-02 02:05:02 +00:00
2025-02-02 00:20:20 -05:00
2025-02-02 00:20:20 -05:00
2025-02-02 02:05:02 +00:00
2025-02-01 22:16:29 -05:00
2025-02-01 22:19:19 -05:00
2025-02-01 23:13:06 -05:00

go-i2ptunnel-config

Command line utility to convert I2P tunnel configurations between Java I2P, i2pd, and go-i2p formats.

Features

  • Converts between .config (Java), .conf (i2pd), and .yaml formats
  • Format auto-detection
  • Validation checks
  • Dry-run mode
  • No network connectivity required

Install

go install github.com/go-i2p/go-i2ptunnel-config@latest

Usage

Basic conversion:

go-i2ptunnel-config -in tunnel.config -out-format yaml

Validate only:

go-i2ptunnel-config -in tunnel.config -validate

Test conversion:

go-i2ptunnel-config -in tunnel.config -output-format yaml -dry-run

Contributing

  1. Fork repository
  2. Create feature branch
  3. Run make fmt
  4. Submit pull request

Security

  • No network connectivity
  • No private key handling
  • Configuration files only

License

MIT License

Description
No description provided
Readme MIT 123 KiB
Languages
Go 99.7%
Makefile 0.3%