diff --git a/route/v1/zerotier.go b/route/v1/zerotier.go index 741f3aeea..75347e458 100644 --- a/route/v1/zerotier.go +++ b/route/v1/zerotier.go @@ -205,7 +205,10 @@ func CreateNet(address, s, e, c string) string { { "type": "ACTION_ACCEPT" } - ] + ], + "v6AssignMode": { + "rfc4193": true + } }` createRes, err := httper.ZTPost("/controller/network/"+address+"______", body) if err != nil {