Gluetun
Learn more about Gluetun.
Note
Requires HTTP control server options to be enabled. By default this runs on port 8000
.
Allowed fields: ["public_ip", "region", "country", "port_forwarded"]
.
Default fields: ["public_ip", "region", "country"]
.
To setup authentication, follow the official Gluetun documentation. Note that to use the api key method, you must add the route GET /v1/publicip/ip
to the routes
array in your Gluetun config.toml. Similarly, if you want to include the port_forwarded
field, you must add the route GET /v1/openvpn/portforwarded
to your Gluetun config.toml.