Skip to content

Commit

Permalink
fix(airvpn): add warning about using IPv6 in WIREGUARD_ADDRESSES
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Feb 7, 2024
1 parent bc5bc16 commit 04513d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/providers/airvpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ services:
- SERVER_COUNTRIES=Netherlands
```
⚠️ `WIREGUARD_ADDRESSES` may only contain an IPv6 address (such as `ff:ff.../128`) if your container setup supports IPv6. To do so, see [the IPv6 document](https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/ipv6.md). Otherwise, remove the IPv6 address from `WIREGUARD_ADDRESSES`.

### OpenVPN

1. [Setup your client key](../advanced/openvpn-client-key.md)
Expand Down

0 comments on commit 04513d4

Please sign in to comment.