This commit is contained in:
黄思敏 2022-08-29 11:22:29 +08:00
parent 7a28fca8ff
commit c3c4b3ca14

View File

@ -146,6 +146,7 @@ func NewNetCard() *NetCard {
DeviceType: water.TUN, DeviceType: water.TUN,
PlatformSpecificParams: water.PlatformSpecificParams{ PlatformSpecificParams: water.PlatformSpecificParams{
Name: "stun", Name: "stun",
Persist: true,
}, },
} }