From 6ae1f2bca303dd303ee147dd737b5055ffbddce3 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 4 Aug 2015 22:25:23 -0700 Subject: fix typo --- pages/docs/platform/details/ports.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pages') diff --git a/pages/docs/platform/details/ports.md b/pages/docs/platform/details/ports.md index 7190812..f7c485c 100644 --- a/pages/docs/platform/details/ports.md +++ b/pages/docs/platform/details/ports.md @@ -38,25 +38,25 @@ Publicly open ports SMTPS mx 465 - The client uses this port to submit outgoing email messages via SMTP over TLS. There is no easy way to change this, although you can create a custom files/service-definitions/v1/smtp-service.json.erb to do so. + The client uses this port to submit outgoing email messages via SMTP over TLS. There is no easy way to change this, although you can create a custom files/service-definitions/v1/smtp-service.json.erb to do so. This will be changed to port 443 in the future. Soledad soledad 2323 - The client uses this port to synchronize its storage data. This can be changed via the configuration property soledad.port. + The client uses this port to synchronize its storage data. This can be changed via the configuration property soledad.port. This will be changed to port 443 in the future. Nicknym webapp 6425 - The client uses this port for discovering public keys. This can be changed via the configuration property nickserver.port. + The client uses this port for discovering public keys. This can be changed via the configuration property nickserver.port. This will be changed to port 443 in the future. OpenVPN openvpn 80, 443, 53, 1194 - By default, OpenVPN gateways will listen on all those ports. This can be changed via the configuration property openvpn.ports. Note that these ports must be open for openvpn.gateway_address, but not for ip_address. + By default, OpenVPN gateways will listen on all those ports. This can be changed via the configuration property openvpn.ports. Note that these ports must be open for openvpn.gateway_address, not for ip_address. API @@ -86,7 +86,7 @@ Privately open ports Stunnel all 10000-20000 - This is the range of ports that might be used for the encrypted stunnel connectsions between two nodes. These port numbers are automatically generated, but will fall somewhere in the specified range. + This is the range of ports that might be used for the encrypted stunnel connections between two nodes. These port numbers are automatically generated, but will fall somewhere in the specified range. -- cgit v1.2.3