mirror of
https://github.com/go-i2p/onramp.git
synced 2025-06-17 14:38:07 -04:00
update index.html
This commit is contained in:
@ -11,7 +11,8 @@ maintained between usages of the same application in the same configuration.
|
||||
This means that hidden services will maintain their identities, and that clients
|
||||
will always have the same return addresses. If you don't want this behavior,
|
||||
make sure to delete the "keystore" when your app closes or when your application
|
||||
needs to cycle keys by calling the `Garlic.DeleteKeys()` function.
|
||||
needs to cycle keys by calling the `Garlic.DeleteKeys()` or `Onion.DeleteKeys()
|
||||
function. For more information, check out the [godoc](http://pkg.go.dev/github.com/eyedeekay/onramp).
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
@ -60,7 +60,12 @@
|
||||
<code>
|
||||
Garlic.DeleteKeys()
|
||||
</code>
|
||||
function.
|
||||
or `Onion.DeleteKeys()
|
||||
function. For more information, check out the
|
||||
<a href="http://pkg.go.dev/github.com/eyedeekay/onramp" rel="nofollow">
|
||||
godoc
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
<h2>
|
||||
Usage
|
||||
|
Reference in New Issue
Block a user