gost/pkg/internal/util/tap/config.go
2021-12-20 22:00:08 +08:00

10 lines
115 B
Go

package tap
type Config struct {
Name string
Net string
MTU int
Routes []string
Gateway string
}