Skip to content

Commit

Permalink
Update zerotier
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong committed Jul 25, 2023
1 parent 89a0ea3 commit f26ae27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion route/v1/zerotier.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f26ae27

Please sign in to comment.