zrok/proxy/config.go

7 lines
80 B
Go
Raw Normal View History

2022-07-19 22:15:54 +02:00
package proxy
type Config struct {
2022-07-20 20:16:01 +02:00
IdentityPath string
Address string
2022-07-19 22:15:54 +02:00
}