Skip to content

Commit

Permalink
Gluetun: Update ENVs
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Sep 9, 2024
1 parent 5e2c77b commit af9aed9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/apps/gluetun.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@ The Gluetun role is configured via the [inventory system](../saltbox/inventory/i
gluetun_vpn_service_provider: ""
gluetun_vpn_type: ""
gluetun_openvpn_custom_config: ""
gluetun_openvpn_endpoint_ip: ""
gluetun_openvpn_endpoint_port: ""
gluetun_openvpn_user: ""
gluetun_openvpn_password: ""
gluetun_openvpn_key_passphrase: ""
gluetun_vpn_endpoint_ip: ""
gluetun_vpn_endpoint_port: ""
gluetun_wireguard_endpoint_ip: ""
gluetun_wireguard_endpoint_port: ""
gluetun_wireguard_public_key: ""
gluetun_wireguard_private_key: ""
gluetun_wireguard_preshared_key: ""
gluetun_wireguard_addresses: ""
gluetun_wireguard_mtu: ""
gluetun_server_countries: ""
gluetun_server_cities: ""
gluetun_server_hostnames: ""
Expand All @@ -48,7 +51,7 @@ gluetun_firewall_outbound_subnets: ""
```yaml
gluetun_openvpn_user: "ePWh!Y^fs6p%B*6S"
gluetun_openvpn_password: "qA5V6&#ASx4DY8qG"
gluetun_vpn_endpoint_port: "12345"
gluetun_openvpn_endpoint_port: "12345"
```
Generally speaking it's safest to just wrap everything in quotes rather than worrying about what needs to be. Quotes are plentiful and free.
Expand Down Expand Up @@ -141,8 +144,8 @@ Below are some example inventory entries for some common VPN providers. These ar
gluetun_wireguard_private_key: "your_wireguard_private_key"
gluetun_wireguard_addresses: "your_wireguard_address_with_cidr"
gluetun_wireguard_public_key: "server_wireguard_public_key"
gluetun_vpn_endpoint_ip: "wireguard_server_ip"
gluetun_vpn_endpoint_port: "wireguard_server_port"
gluetun_wireguard_endpoint_ip: "wireguard_server_ip"
gluetun_wireguard_endpoint_port: "wireguard_server_port"
```
=== "Proton VPN Free"
Expand Down

0 comments on commit af9aed9

Please sign in to comment.