This commit is contained in:
2026-09-20 17:04:17 +01:00
parent 69111e461e
commit aa0a292943
16 changed files with 295 additions and 50 deletions
+3 -1
View File
@@ -76,7 +76,9 @@ export default function ClientRow({ client, rules }: Props) {
{client.wg_ip_address || "—"}
</td>
<td className="px-4 py-[9px] tabular text-[13px] text-foreground-light/45 dark:text-foreground-dark/45 whitespace-nowrap">
{client.allowed_ips || "—"}
{client.allow_all_ips
? "0.0.0.0/0, ::/0"
: client.allowed_ips || "—"}
</td>
<td className="px-4 py-[9px] whitespace-nowrap">
<Span