diff options
-rw-r--r-- | op-mode-definitions/show-interfaces-wireguard.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-interfaces-wireguard.xml.in b/op-mode-definitions/show-interfaces-wireguard.xml.in index be22bbf98..ecbb903f8 100644 --- a/op-mode-definitions/show-interfaces-wireguard.xml.in +++ b/op-mode-definitions/show-interfaces-wireguard.xml.in @@ -31,6 +31,12 @@ </properties> <command>sudo wg show "$4" peers</command> </leafNode> + <leafNode name="public-key"> + <properties> + <help>Show interface public-key</help> + </properties> + <command>sudo wg show "$4" public-key</command> + </leafNode> <leafNode name="summary"> <properties> <help>Shows current configuration and device information</help> |