initial commit
This commit is contained in:
9
internal/util/tap/config.go
Normal file
9
internal/util/tap/config.go
Normal file
@ -0,0 +1,9 @@
|
||||
package tap
|
||||
|
||||
type Config struct {
|
||||
Name string
|
||||
Net string
|
||||
MTU int
|
||||
Routes []string
|
||||
Gateway string
|
||||
}
|
Reference in New Issue
Block a user