@page "/admin/"
@using ShareGuard.Web.DbModels
@rendermode InteractiveServer
You can use the following placeholders:
{ip} for the peer's ip address(es)
{publicKey} for the peer's public key
{privateKey} for the peer's private key
| Name | Token | Client Public Key | IP Address(es) | Actions | |
|---|---|---|---|---|---|
| @link.Name | @link.Token | @if (link.PeerPublicKey == null) {Pending | } else {@link.PeerPublicKey |
}
@link.IpAddress |