implemented simple ssh dual control

This commit is contained in:
ston1th 2025-01-23 00:15:25 +01:00
commit 60012be942
12 changed files with 446 additions and 20 deletions

View file

@ -9,6 +9,8 @@ const (
nameReReverse = "[^" + re + "]+"
IDRoute = "/{id}"
AIDRoute = "/{aid}"
UserRoute = "/{user}"
HostRoute = "/{host}"
)
var NameRe = regexp.MustCompile(nameReReverse)