Added block unblock domain for a client

This commit is contained in:
Juan Gilsanz Polo 2024-03-09 20:07:24 +01:00
parent 31ad3fcf6a
commit 806e74ca9f
3 changed files with 61 additions and 2 deletions

View file

@ -780,5 +780,9 @@
"date": "Date",
"loadingChangelog": "Loading changelog...",
"invalidIpOrUrl": "Invalid IP address or URL",
"addPersistentClient": "Add as a persistent client"
"addPersistentClient": "Add as a persistent client",
"blockThisClientOnly": "Block for this client only",
"unblockThisClientOnly": "Unblock for this client only",
"domainBlockedThisClient": "{domain} blocked for this client",
"domainUnblockedThisClient": "{domain} unblocked for this client"
}