diff --git a/README-zh.md b/README-zh.md index 273ace4..9493222 100644 --- a/README-zh.md +++ b/README-zh.md @@ -133,7 +133,8 @@ Options: Install options (optional): --auto auto install OpenVPN using default or custom options - --serveraddr [DNS name or IP] server address, must be a fully qualified domain name (FQDN) or an IPv4 address. + --listenaddr [IPv4 address] IPv4 address that OpenVPN should listen on for requests + --serveraddr [DNS name or IP] server address, must be a fully qualified domain name (FQDN) or an IPv4 address --proto [TCP or UDP] protocol for OpenVPN (TCP or UDP, default: UDP) --port [number] port for OpenVPN (1-65535, default: 1194) --clientname [client name] name for the first OpenVPN client (default: client) diff --git a/README.md b/README.md index 1122e37..f0a8e93 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,8 @@ Options: Install options (optional): --auto auto install OpenVPN using default or custom options - --serveraddr [DNS name or IP] server address, must be a fully qualified domain name (FQDN) or an IPv4 address. + --listenaddr [IPv4 address] IPv4 address that OpenVPN should listen on for requests + --serveraddr [DNS name or IP] server address, must be a fully qualified domain name (FQDN) or an IPv4 address --proto [TCP or UDP] protocol for OpenVPN (TCP or UDP, default: UDP) --port [number] port for OpenVPN (1-65535, default: 1194) --clientname [client name] name for the first OpenVPN client (default: client) diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 14a7580..25b41ab 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -31,7 +31,8 @@ Options: Install options (optional): --auto auto install OpenVPN using default or custom options - --serveraddr [DNS name or IP] server address, must be a fully qualified domain name (FQDN) or an IPv4 address. + --listenaddr [IPv4 address] IPv4 address that OpenVPN should listen on for requests + --serveraddr [DNS name or IP] server address, must be a fully qualified domain name (FQDN) or an IPv4 address --proto [TCP or UDP] protocol for OpenVPN (TCP or UDP, default: UDP) --port [number] port for OpenVPN (1-65535, default: 1194) --clientname [client name] name for the first OpenVPN client (default: client) diff --git a/docs/clients.md b/docs/clients.md index 4b27ec8..efde84d 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -31,7 +31,8 @@ Options: Install options (optional): --auto auto install OpenVPN using default or custom options - --serveraddr [DNS name or IP] server address, must be a fully qualified domain name (FQDN) or an IPv4 address. + --listenaddr [IPv4 address] IPv4 address that OpenVPN should listen on for requests + --serveraddr [DNS name or IP] server address, must be a fully qualified domain name (FQDN) or an IPv4 address --proto [TCP or UDP] protocol for OpenVPN (TCP or UDP, default: UDP) --port [number] port for OpenVPN (1-65535, default: 1194) --clientname [client name] name for the first OpenVPN client (default: client)