cmd/api: use auto-generated hostnames
This commit is contained in:
parent
9fe3b64e6a
commit
bde3d7da90
|
@ -14,9 +14,8 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
req := routerpc.AddHostRequest{
|
req := routerpc.AddHostRequest{
|
||||||
APIKey: "hunter2",
|
APIKey: "hunter2",
|
||||||
Hostname: "xena.foobar",
|
PrivKey: nil,
|
||||||
PrivKey: nil,
|
|
||||||
}
|
}
|
||||||
resp := &routerpc.AddHostResponse{}
|
resp := &routerpc.AddHostResponse{}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue