mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
修正代码
This commit is contained in:
@@ -53,7 +53,7 @@ func init() {
|
||||
return
|
||||
}
|
||||
|
||||
params1 = "add 0.0.0.0 mask 0.0.0.0 " + gateway + " metric 6"
|
||||
params1 = "add 0.0.0.0 mask 0.0.0.0 " + tunGateway + " metric 6"
|
||||
out1, err = exec.Command("route", strings.Split(params1, " ")...).Output()
|
||||
if err != nil {
|
||||
goto errStep
|
||||
|
||||
Reference in New Issue
Block a user