1
0
mirror of https://github.com/fumiama/water.git synced 2026-06-12 22:40:30 +08:00

fix cid err

This commit is contained in:
fumiama
2021-12-29 23:50:16 +08:00
parent aca20df16f
commit ed08eb9b35
2 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ type PlatformSpecificParams struct {
func defaultPlatformSpecificParams() PlatformSpecificParams {
return PlatformSpecificParams{
ComponentID: "root\\tap0901",
Network: "192.168.1.10/24",
Network: "192.168.234.0/24",
}
}