Skip to content
forked from go-i2p/i2pkeys

Library for I2P key handling, extracted from sam3

License

Notifications You must be signed in to change notification settings

urgentquest/i2pkeys

 
 

Repository files navigation

i2pkeys

Generates and displays the contents of files that are storing i2p keys in the incompatible format used for sam3

Go Report Card

Verbosity

Logging can be enabled and configured using the DEBUG_I2P environment variable. By default, logging is disabled.

There are three available log levels:

  • Debug
export DEBUG_I2P=debug
  • Warn
export DEBUG_I2P=warn
  • Error
export DEBUG_I2P=error

If DEBUG_I2P is set to an unrecognized variable, it will fall back to "debug".

About

Library for I2P key handling, extracted from sam3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 80.1%
  • Makefile 10.6%
  • CSS 6.3%
  • HTML 3.0%