gost/pkg/internal/util/tap/config.go

10 lines
115 B
Go

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