mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn.git
synced 2026-01-01 18:37:21 +01:00
5 lines
59 B
Bash
Executable File
5 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /etc/openvpn/
|
|
openvpn --config config.ovpn
|