fix config

This commit is contained in:
Alex Tsai
2022-08-28 13:37:13 +08:00
parent 53929d7c32
commit 483fe7c485
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ type PlatformSpecificParams struct {
// For detail, please refer
// https://github.com/OpenVPN/tap-windows6/blob/master/src/device.c#L431
// and https://github.com/songgao/water/pull/13#issuecomment-270341777
Network string
Network []string
}
func defaultPlatformSpecificParams() PlatformSpecificParams {
+1 -1
View File
@@ -51,7 +51,7 @@ type PlatformSpecificParams struct {
// For detail, please refer
// https://github.com/OpenVPN/tap-windows6/blob/master/src/device.c#L431
// and https://github.com/songgao/water/pull/13#issuecomment-270341777
Network string
Network []string
}
func defaultPlatformSpecificParams() PlatformSpecificParams {
+1
View File
@@ -1,3 +1,4 @@
//go:build !linux && !darwin && !windows
// +build !linux,!darwin,!windows
package water