This commit is contained in:
jdl
2026-06-07 20:30:31 +02:00
parent 747d73890f
commit 3877ec5f35
15 changed files with 173 additions and 80 deletions

View File

@@ -19,5 +19,6 @@ TABLE peers OF Peer (
Addr6 []byte,
Port uint16,
Relay bool,
WGPubKey []byte NoUpdate
WGPubKey []byte NoUpdate,
SignPubKey []byte NoUpdate
);