fix(gluetun): add example config.toml

This commit is contained in:
redbeardymcgee 2024-12-05 19:05:17 -06:00
parent 4b72839651
commit 9653a97ac4

View file

@ -0,0 +1,8 @@
[[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"