mirror of
https://github.com/openziti/zrok.git
synced 2025-04-14 06:18:34 +02:00
7 lines
80 B
Go
7 lines
80 B
Go
package proxy
|
|
|
|
type Config struct {
|
|
IdentityPath string
|
|
Address string
|
|
}
|