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