Values.ConnectionDetailsSourceInformation about a connection.
type nonrec t = {clientPublicKey : WireGuardPublicKey.t option;The public key of the client.
*)serverPublicKey : WireGuardPublicKey.t option;The public key of the server.
*)serverEndpoint : ServerEndpoint.t option;The endpoint for the server.
*)clientTunnelAddress : CIDR.t option;The client tunnel address.
*)serverTunnelAddress : CIDR.t option;The server tunnel address.
*)allowedIps : CIDRList.t option;The allowed IP addresses.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of CIDR.t ] list
| `String of WireGuardPublicKey.t ])
list ]