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