Socket update (#1153)
This commit is contained in:
parent
c5d2cebe92
commit
94dd2e00c7
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ func CreateNet(address string) string {
|
|||
],
|
||||
"routes": [
|
||||
{
|
||||
"target": "10.147.20.0/24"
|
||||
"target": "10.147.20.0/24",
|
||||
"via": "",
|
||||
}
|
||||
],
|
||||
"rules": [
|
||||
|
|
Loading…
Reference in a new issue