server scripts and connection classes
This commit is contained in:
parent
43028953e2
commit
939184be01
6 changed files with 90 additions and 4 deletions
2
client/server_scripts/remove_openvpn_server.sh
Normal file
2
client/server_scripts/remove_openvpn_server.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
docker container stop $(docker ps -a -q --filter ancestor="alekslitvinenk/openvpn")
|
||||
docker container kill $(docker ps -a -q --filter ancestor="alekslitvinenk/openvpn")
|
Loading…
Add table
Add a link
Reference in a new issue