This commit is contained in:
Adam Ierymenko 2019-09-27 14:55:46 -07:00
commit 4303c43db7
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
13 changed files with 560 additions and 296 deletions

View file

@ -18,7 +18,7 @@ type Root struct {
DNSName string
Identity *Identity
Addresses []InetAddress
Locator []byte
Locator Locator
Preferred bool
Online bool
}