support --auto mode for agent-based private shares (#780)

This commit is contained in:
Michael Quigley
2024-11-07 13:48:41 -05:00
parent 3f8e76094e
commit c728ae878f
3 changed files with 25 additions and 2 deletions

View File

@ -14,6 +14,10 @@ type access struct {
frontendToken string
token string
bindAddress string
autoMode bool
autoAddress string
autoStartPort uint16
autoEndPort uint16
responseHeaders []string
process *proctree.Child