fix(gluetun): add example config.toml
This commit is contained in:
parent
4b72839651
commit
9653a97ac4
1 changed files with 8 additions and 0 deletions
8
quadlets/gluetun/config.toml
Normal file
8
quadlets/gluetun/config.toml
Normal 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"
|
Loading…
Add table
Reference in a new issue