mirror of
https://github.com/arnaucube/go-dht.git
synced 2026-02-06 19:06:44 +01:00
add admin RPC find call, add kademlia NodeLookup interactive
This commit is contained in:
@@ -11,6 +11,7 @@ type Config struct {
|
||||
ID string
|
||||
Addr string
|
||||
Port string
|
||||
AdminPort string
|
||||
KnownNodesStr []KnownNodeStr `mapstructure:"knownnodes"`
|
||||
KnownNodes []kademlia.ListedNode `mapstructure:"-"`
|
||||
Storage string
|
||||
|
||||
Reference in New Issue
Block a user