We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5dc48 commit 3c2da93Copy full SHA for 3c2da93
1 file changed
tsidp-server.go
@@ -89,6 +89,15 @@ func main() {
89
lns []net.Listener
90
)
91
if *flagUseLocalTailscaled {
92
+ fmt.Println("")
93
+ fmt.Println("┌─[ IMPORTANT WARNING ]────────────────────────────────────────────────────┐")
94
+ fmt.Println("│ │")
95
+ fmt.Println("│ -use-local-tailscaled is for development only. │")
96
97
+ fmt.Println("│ Do not use it in production deployments. │")
98
99
+ fmt.Println("└──────────────────────────────────────────────────────────────────────────┘")
100
101
lc = &local.Client{}
102
st, err = lc.StatusWithoutPeers(ctx)
103
if err != nil {
0 commit comments