add partnershipping mechanism

This commit is contained in:
mr
2026-01-23 08:07:17 +01:00
parent 24cb25c350
commit 9e4d31e797
6 changed files with 171 additions and 44 deletions

View File

@@ -3,6 +3,8 @@ package conf
import "sync"
type Config struct {
Name string
Hostname string
PublicKeyPath string
PrivateKeyPath string
DHTEndpointPort int64