fix(README): endpoint can't be an IPv6 (yet)

This commit is contained in:
Stanislas 2019-02-26 14:51:06 +01:00 committed by GitHub
parent 044c032b47
commit ee35f418be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.