summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-12-13 15:00:44 -0500
committerMicah Anderson <micah@riseup.net>2016-12-13 15:01:08 -0500
commit1e9d35b0a274401a3fdbaf3db206c14e135aff80 (patch)
tree6ceb46f4857e3a2d7fd04d0c311282fca34f06da
parentdb54f51d60ca0209748d813cee37fee10f1f28aa (diff)
clarify the openvpn gateway_address
-rw-r--r--pages/docs/platform/services/openvpn.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/docs/platform/services/openvpn.md b/pages/docs/platform/services/openvpn.md
index 5f15ff0..32ee2ac 100644
--- a/pages/docs/platform/services/openvpn.md
+++ b/pages/docs/platform/services/openvpn.md
@@ -13,8 +13,8 @@ Configuration
*Essential configuration*
-* `openvpn.gateway_address`: The address that OpenVPN daemon is bound to and that VPN clients connect to.
* `ip_address`: The main IP of the server, and the egress address for outgoing traffic.
+* `openvpn.gateway_address`: A secondary address on the same machine (sharing the same interface, or on a separate interface). The OpenVPN daemon is bound to this address and VPN clients connect to it.
For example:
@@ -46,4 +46,4 @@ Here is the default configuration:
"protocols": ["tcp", "udp"]
}
-You may want to change the ports so that only 443 or 80 are used. It is probably best to not modify the `openvpn.configuration` options for now. \ No newline at end of file
+You may want to change the ports so that only 443 or 80 are used. It is probably best to not modify the `openvpn.configuration` options for now.