mirror of
https://github.com/openziti/zrok.git
synced 2024-11-23 08:33:52 +01:00
6 lines
54 B
Go
6 lines
54 B
Go
|
package proxy
|
||
|
|
||
|
type Config struct {
|
||
|
Address string
|
||
|
}
|