From d23a8823ae64df591634c1e1a0790187c10e01ca Mon Sep 17 00:00:00 2001 From: Ian Foster Date: Thu, 19 Feb 2026 10:26:17 -0800 Subject: [PATCH] updated language to include cidr and protocol options --- src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 13182c55..43a8c44b 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -122,7 +122,7 @@ "config": "Configuration", "viewConfig": "View Configuration", "firewallIps": "Firewall Allowed IPs", - "firewallIpsDesc": "Destination IPs/CIDRs this client can access (server-side enforcement). Leave empty to use Allowed IPs. Supports port filtering: 10.0.0.1:443 or 10.0.0.1:443/tcp" + "firewallIpsDesc": "Destination IPs/CIDRs this client can access (server-side enforcement). Leave empty to use Allowed IPs. Supports port and protocol filtering: 10.0.0.1:443, 10.0.0.0/24:443/tcp, [::1]:443/udp" }, "dialog": { "change": "Change",