feature/transmission-with-vpn (#5)
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: transmission-with-vpn-gluetun
|
||||
namespace: plex-and-tools
|
||||
labels:
|
||||
app: transmission-with-vpn
|
||||
data:
|
||||
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
|
||||
|
||||
### cyberghost ###
|
||||
# https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/cyberghost.md
|
||||
VPN_SERVICE_PROVIDER: 'cyberghost'
|
||||
OPENVPN_USER: 'example'
|
||||
OPENVPN_PASSWORD: 'example'
|
||||
SERVER_COUNTRIES: 'Germany'
|
||||
Reference in New Issue
Block a user