mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-31 04:52:03 +00:00
Tunnel view model: Add copy public key
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
fa2760190b
commit
88c7657eb7
@ -15,6 +15,7 @@ class TunnelViewModel {
|
|||||||
case privateKey = "Private key"
|
case privateKey = "Private key"
|
||||||
case publicKey = "Public key"
|
case publicKey = "Public key"
|
||||||
case generateKeyPair = "Generate keypair"
|
case generateKeyPair = "Generate keypair"
|
||||||
|
case copyPublicKey = "Copy public key"
|
||||||
case addresses = "Addresses"
|
case addresses = "Addresses"
|
||||||
case listenPort = "Listen port"
|
case listenPort = "Listen port"
|
||||||
case mtu = "MTU"
|
case mtu = "MTU"
|
||||||
|
Loading…
Reference in New Issue
Block a user