mirror of
https://github.com/go-i2p/onramp.git
synced 2025-07-13 11:54:33 -04:00
843 B
843 B
Onramp I2P and Tor Library
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