Use when the server is behind Docker port-mapping,
a reverse proxy, or a NAT gateway.
Each entry can be a plain URL string (inherits all security
settings from the main endpoint) or an
AdvertisedEndpointConfig object with per-URL overrides.
The server still listens on port — these are purely
advertised aliases.
Example: Simple string (inherits main settings)
advertisedEndpoints: "opc.tcp://localhost:48481"
Example: Mixed array with per-URL security overrides
Additional endpoint URL(s) to advertise.
Use when the server is behind Docker port-mapping, a reverse proxy, or a NAT gateway.
Each entry can be a plain URL string (inherits all security settings from the main endpoint) or an
AdvertisedEndpointConfigobject with per-URL overrides.The server still listens on
port— these are purely advertised aliases.