mirror of
https://github.com/openziti/zrok.git
synced 2025-08-15 18:42:32 +02:00
support --auto mode for agent-based private shares (#780)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user