Files
onramp/DOCS.md
2022-08-03 22:00:55 -04:00

843 B

Onramp I2P and Tor Library

GoDoc Go Report Card

Variables

I2P_KEYSTORE_PATH is the place where I2P Keys will be saved. it defaults to the directory "i2pkeys" current working directory reference it by calling I2PKeystorePath() to check for errors

var I2P_KEYSTORE_PATH = i2pdefault

ONION_KEYSTORE_PATH is the place where Onion Keys will be saved. it defaults to the directory "onionkeys" current working directory reference it by calling OnionKeystorePath() to check for errors

var ONION_KEYSTORE_PATH = tordefault
var OPT_DEFAULTS = sam3.Options_Default

Readme created from Go doc with goreadme