From ee35f418bef2a3b65e578ff1ed9301ac469452b5 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Tue, 26 Feb 2019 14:51:06 +0100 Subject: [PATCH] fix(README): endpoint can't be an IPv6 (yet) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c687232..dfe9bc0 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If you want to customise your installation, you can export them or specify them - `CLIENT=clientname` - `PASS=1` -If the server is behind NAT, you can specify its endpoint with the `ENDPOINT` variable. If the endpoint is the public IP address which it is behind, you can use `ENDPOINT=$(curl -4 ifconfig.co)` (the script will default to this). The endpoint can be an IPv4, an IPv6 or a domain. +If the server is behind NAT, you can specify its endpoint with the `ENDPOINT` variable. If the endpoint is the public IP address which it is behind, you can use `ENDPOINT=$(curl -4 ifconfig.co)` (the script will default to this). The endpoint can be an IPv4 or a domain. Other variables can be set depending on your choice (encryption, compression). You can search for then in the `installQuestions()` function of the script.