Update zerotier

This commit is contained in:
LinkLeong 2023-07-25 03:28:52 +01:00
parent 89a0ea34b0
commit f26ae2793c

View file

@ -205,7 +205,10 @@ func CreateNet(address, s, e, c string) string {
{ {
"type": "ACTION_ACCEPT" "type": "ACTION_ACCEPT"
} }
] ],
"v6AssignMode": {
"rfc4193": true
}
}` }`
createRes, err := httper.ZTPost("/controller/network/"+address+"______", body) createRes, err := httper.ZTPost("/controller/network/"+address+"______", body)
if err != nil { if err != nil {