ipn: add Funnel port check from nodeAttr

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali
2023-03-11 08:45:40 -08:00
committed by Maisem Ali
parent ccdd534e81
commit 3ff44b2307
7 changed files with 115 additions and 35 deletions

View File

@@ -22,7 +22,7 @@ import (
func main() {
flag.Parse()
s := &tsnet.Server{
Dir: "./funnel-demo-config.state",
Dir: "./funnel-demo-config",
Logf: logger.Discard,
Hostname: "fun",
}