From 1e9d35b0a274401a3fdbaf3db206c14e135aff80 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 13 Dec 2016 15:00:44 -0500 Subject: clarify the openvpn gateway_address --- pages/docs/platform/services/openvpn.md | 4 ++-- 1 file 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. -- cgit v1.2.3