mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
修正代码
This commit is contained in:
@@ -27,7 +27,7 @@ func init() {
|
||||
if strings.HasPrefix(l, "IPv4 Route Table") {
|
||||
if i < len(lines)-3 && strings.HasPrefix(lines[i+1], "Network") {
|
||||
str := utils.StandardizeSpaces(lines[i+4])
|
||||
fields = strings.Split(str, " ")
|
||||
fields := strings.Split(str, " ")
|
||||
|
||||
if len(fields) > 3 {
|
||||
routerIP := fields[3]
|
||||
|
||||
Reference in New Issue
Block a user