better shared hostname approach, and improve look-feel of addresses tables

This commit is contained in:
Matt Hill
2026-03-04 23:24:08 -07:00
parent e077b5425b
commit e71023a3a7
14 changed files with 167 additions and 57 deletions

View File

@@ -705,4 +705,8 @@ export const ENGLISH: Record<string, number> = {
'This address will not work from your local network due to a router hairpinning limitation': 775,
'Action not found': 776,
'This domain will also apply to': 777,
'Plugin': 778,
'Public': 779, // as in, publicly accessible
'Private': 780, // as in, privately accessible
'Local': 781, // as in, locally accessible
}