WireGuard / wireguard-vyatta-ubnt

WireGuard for Ubiquiti Devices
https://www.wireguard.com/
GNU General Public License v3.0
1.45k stars 68 forks source link

"Description" item for peers. #150

Closed gsloop closed 11 months ago

gsloop commented 11 months ago

Example: set interfaces wireguard wg0 peer abcde= description "Jimmy Peer"

This makes keeping track of which "peer" is which way WAY easier, since you don't have to go hunt down public keys and do a comparison.

dc361 commented 11 months ago

The description field does exist for the edgerouter at the moment. To add a description you can use the following syntax

configure
set interfaces wireguard wg0 peer +abcde= description 'Mike Tab2021'
commit
save; exit
gsloop commented 11 months ago

I thought I tried that, without luck - but perhaps I had a typo somewhere. I'll try again!

[Edited to add: I did try it and it's there. Not sure what I did wrong.]

Thanks so much - that's a big improvement!

On Tue, Jul 11, 2023 at 12:54 PM dc361 @.***> wrote:

The description field does exist for the edgerouter at the moment. To add a description you can use the following syntax

configure set interfaces wireguard wg0 peer +abcde= description 'Mike Tab2021' commit save; exit

— Reply to this email directly, view it on GitHub https://github.com/WireGuard/wireguard-vyatta-ubnt/issues/150#issuecomment-1631426407, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7LXZGEV57GGAUAB64DJCTXPWVMVANCNFSM6AAAAAA2GG3QTI . You are receiving this because you authored the thread.Message ID: @.***>