pfSense-pkg-wireguard icon indicating copy to clipboard operation
pfSense-pkg-wireguard copied to clipboard

AllowedIPs in peer overview

Open stephank opened this issue 4 years ago • 1 comments

Thanks for doing this! Really cool, and works well.

On a VPN server, it's useful to know what IPs are already reserved, so I hacked it in the overview with:

<columnitem>
    <fielddescr>Allowed IPs</fielddescr>
    <fieldname>allowedips</fieldname>
    <encoding>base64</encoding>
</columnitem>

But I'm not sure how you feel about this, and if you use a long list there for example?

stephank avatar Apr 08 '20 15:04 stephank

I can see this being useful. The only issue I see is an aesthetic one: if you specify multiple IP addresses, they show up in the list space-separated instead of line-separated, which makes it less readable. But if you specify one address (or range) it looks all right.

Screenshot from 2020-04-12 17-03-49

Ascrod avatar Apr 12 '20 21:04 Ascrod