Skip to navigation
On a Debian Linux to rename the openvpn conf file for the service
09.06.26
``` systemctl daemon-reload mv /etc/openvpn/maratus.ovpn /etc/openvpn/maratus.ovpn.conf systemctl start openvpn@maratus ```
https://openvpn.net/client/
Reply
Anonymous
``` systemctl daemon-reload mv /etc/openvpn/maratus.ovpn /etc/openvpn/maratus.conf systemctl start openvpn@maratus ``` ``` tree . ├── client ├── frontinella.conf ├── login.ini ├── server └── update-resolv-conf ``` ``` systemctl daemon-reload mv /etc/openvpn/frontinella.ovpn /etc/openvpn/frontinella.conf systemctl start openvpn@frontinella ```
09.06.26
Reply
Anonymous
Information Epoch 1782334314
The sum of the parts if greater than the whole.
Home
Notebook
Contact us