podbox/quadlets/gluetun/config.toml
2024-12-05 19:05:47 -06:00

8 lines
253 B
TOML

[[roles]]
name = "qbittorrent"
# Define a list of routes with the syntax "Http-Method /path"
routes = ["GET /v1/openvpn/portforwarded"]
# Define an authentication method with its parameters
auth = "basic"
username = "myusername"
password = "mypassword"