media: select airvpn by country for wireguard

This commit is contained in:
gilgamezh
2026-01-17 12:30:28 +01:00
parent 7abedc9bce
commit 10eebfc9d0
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ Service endpoints:
AirVPN WireGuard values:
- Update `helm-values/gluetun_values.yaml`:
- `env.WIREGUARD_ADDRESSES` -> WireGuard tunnel address(es) (IPv4 /32 and optional IPv6)
- `env.SERVER_HOSTNAMES` -> stable AirVPN server hostname
- `env.SERVER_COUNTRIES` -> recommended AirVPN server selection (e.g. Netherlands)
- If your cluster does not support IPv6, remove the IPv6 address from `env.WIREGUARD_ADDRESSES`.
- Create a Secret named `gluetun-wireguard` with key `WIREGUARD_PRIVATE_KEY` from your AirVPN WireGuard config (do not commit the key).
- Add `WIREGUARD_PRESHARED_KEY` from the same AirVPN WireGuard config.
- `helm-values/gluetun_values.yaml` sets `secret.create: false` so the chart does not create a placeholder secret.
+1 -1
View File
@@ -22,7 +22,7 @@ env:
key: WIREGUARD_PRESHARED_KEY
- name: WIREGUARD_ADDRESSES
value: "REPLACE_ME"
- name: SERVER_HOSTNAMES
- name: SERVER_COUNTRIES
value: "REPLACE_ME"
- name: HTTPPROXY
value: "on"