This commit is contained in:
jdl
2026-06-07 18:12:44 +02:00
parent cad200b9cc
commit b8344a20b9
37 changed files with 568 additions and 981 deletions

View File

@@ -1,11 +1,8 @@
package main
import (
"log"
"vppn/peer"
)
import "log"
func main() {
log.SetFlags(0)
peer.Main2()
// TODO: construct peer.App and call Run (audit C1).
log.Fatal("not yet implemented")
}