pfSense-pkg-wireguard
pfSense-pkg-wireguard copied to clipboard
AllowedIPs in peer overview
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?
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.